diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-26 02:03:57 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-26 02:03:57 -0200 |
commit | e4ae9cdabcc34e73804f08a235ece5f363754ad3 (patch) | |
tree | 94cfb727a5cf8e28b7e98d45e7f97c6e567c7011 /npc/021-4/main.txt | |
parent | ba4fa4646352b7403d39dba9d41302e73e3d8ea1 (diff) | |
download | serverdata-e4ae9cdabcc34e73804f08a235ece5f363754ad3.tar.gz serverdata-e4ae9cdabcc34e73804f08a235ece5f363754ad3.tar.bz2 serverdata-e4ae9cdabcc34e73804f08a235ece5f363754ad3.tar.xz serverdata-e4ae9cdabcc34e73804f08a235ece5f363754ad3.zip |
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
Diffstat (limited to 'npc/021-4/main.txt')
-rw-r--r-- | npc/021-4/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |