diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-18 14:41:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-18 14:41:44 -0300 |
commit | 1041456ec93c5d643b81d319b0b01666cb4446e4 (patch) | |
tree | e196a5de2ad8ce7c239461212855643cbcc5d0e0 /npc | |
parent | b701831f51e3f7d13e81d1d9cf90263766166852 (diff) | |
download | serverdata-1041456ec93c5d643b81d319b0b01666cb4446e4.tar.gz serverdata-1041456ec93c5d643b81d319b0b01666cb4446e4.tar.bz2 serverdata-1041456ec93c5d643b81d319b0b01666cb4446e4.tar.xz serverdata-1041456ec93c5d643b81d319b0b01666cb4446e4.zip |
The Yeti King will report to anyone who complete, how much longer until Cindy kidnap.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-7/celestia_bossfight.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt index 2c88178e6..1689a148c 100644 --- a/npc/001-7/celestia_bossfight.txt +++ b/npc/001-7/celestia_bossfight.txt @@ -79,6 +79,11 @@ L_Survivor: mesn col(l("The Yeti King"), 3); mesq l("Here kid. Frostia, the elf town, is somewhere near here, but I'm not sure if you can reach it from here."); next; + if ($@CINDY_STATE > gettimetick(2)) { + mesn col(l("The Yeti King"), 3); + mesq l("Some rogue Yetis are trying to escape to Nivalis. I can't hold them back for more than @@.", FuzzyTime($@CINDY_STATE+rand(5,95))); + next; + } mesn col(l("The Yeti King"), 3); mesq l("I can warp you home now."); mes ""; |