From e4ae9cdabcc34e73804f08a235ece5f363754ad3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 26 Jan 2019 02:03:57 -0200 Subject: Cindy Quest minimum cooldown: 55 min → 220 min (3h40m) Note down that maximum cooldown is 39 hours (1d15h), entirely up to luck. Remember the only way to know how long it'll take is talking to the Yeti King :3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/021-4/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/021-4') diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt index 707906aae..177497e53 100644 --- a/npc/021-4/main.txt +++ b/npc/021-4/main.txt @@ -173,7 +173,7 @@ L_CleanUp: OnTimer2500: .@y=mobcount("021-4", "Cindy#Outside::OnPetDeath"); if (.@y == 0 && .canfinish) { - $@CINDY_STATE=gettimetick(2)+60*rand(55,65)*rand(1,36); // It is way too random to I say how long it takes + $@CINDY_STATE=gettimetick(2)+60*rand(55,65)*rand(4,36); // It is way too random to I say how long it takes (220min ~ 39 hours) announce "021-4", "Nivalis: Cindy is now safe!",bc_all|bc_npc; areatimer "021-4", 20, 20, 100, 80, 10, "Cindy#Outside::OnReward"; goto L_CleanUp; -- cgit v1.2.3-60-g2f50