summaryrefslogtreecommitdiff
path: root/npc/003-1-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-08 20:18:22 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-08 20:18:22 -0300
commitddb8de13e5a3624933c27c0b08957da7b4ddec9f (patch)
tree53908bedcf05513f86c1c685788b33a0b2998042 /npc/003-1-1
parent5db142b7a48754304611908d742dbfa829e80e8f (diff)
downloadserverdata-ddb8de13e5a3624933c27c0b08957da7b4ddec9f.tar.gz
serverdata-ddb8de13e5a3624933c27c0b08957da7b4ddec9f.tar.bz2
serverdata-ddb8de13e5a3624933c27c0b08957da7b4ddec9f.tar.xz
serverdata-ddb8de13e5a3624933c27c0b08957da7b4ddec9f.zip
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.
Diffstat (limited to 'npc/003-1-1')
-rw-r--r--npc/003-1-1/yetiking.txt6
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);