From ddb8de13e5a3624933c27c0b08957da7b4ddec9f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jun 2018 20:18:22 -0300 Subject: Introduce @YetiKing_Challenger. Only those lvl 35+ who join the quest by challenging the Yeti King will have that flag and be able to: * Challenge the Yeti King on the very end * Have higher chances of better rewards at end, or get more xp/gp. --- npc/003-1-1/yetiking.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/003-1-1/yetiking.txt') 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); -- cgit v1.2.3-60-g2f50