diff options
Diffstat (limited to 'npc/003-1-1')
-rw-r--r-- | npc/003-1-1/yetiking.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index 4b01b5069..303f1857d 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -118,14 +118,16 @@ OnSummonTalk: mesn "Dah Yeti King!!"; mesq l("I'll warp you to the Cave Of Trials. Pass all trials, and meet me on Soren's House. Hahah!"); setq HurnscaldQuest_Celestia, 2; + @YetiKing_Challenger=1; areatimer "003-1-1", 93, 20, 97, 25, 15000, "#DahYetiKing::OnWarper"; npctalk l("Listen to me! Whoever wants to follow foolish @@ on their suicide quest, stay here for 15 seconds!", strcharinfo(0)); close; OnWarper: // If you had to return, erase quest progress - if (.@q > 2 && .@q < 99) - setq HurnscaldQuest_Celestia, 2; + if (.@q > 2 && .@q < 99) { + @YetiKing_Challenger=0; + } mes col("Warp to the Cave Of Trials?", 9); mes col("There is no EXP penalty, but you cannot go back without either completing the cave, or dying.", 9); |