summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-08 20:13:57 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-08 20:13:57 -0300
commit5db142b7a48754304611908d742dbfa829e80e8f (patch)
tree80c0a140aaa78e61dbb77f13e14273cfac119ae6
parentf0c1465f35fea650e1ac9af50de3fc663a096a19 (diff)
downloadserverdata-5db142b7a48754304611908d742dbfa829e80e8f.tar.gz
serverdata-5db142b7a48754304611908d742dbfa829e80e8f.tar.bz2
serverdata-5db142b7a48754304611908d742dbfa829e80e8f.tar.xz
serverdata-5db142b7a48754304611908d742dbfa829e80e8f.zip
Add a fix so being warped automatically inserts you on the quest.
To challenge Yeti King, you must be level 35. Otherwise, level 20 will do.
-rw-r--r--npc/003-1-1/yetiking.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt
index ab1dde752..4b01b5069 100644
--- a/npc/003-1-1/yetiking.txt
+++ b/npc/003-1-1/yetiking.txt
@@ -131,6 +131,7 @@ OnWarper:
mes col("There is no EXP penalty, but you cannot go back without either completing the cave, or dying.", 9);
mes col("If you die, you'll need to start over everything again!",9);
if (askyesno() == ASK_YES) {
+ setq HurnscaldQuest_Celestia, 2; // This is a fix
warp "001-6", 27, 180;
}
setnpcdisplay .name$, NPC_SUMMONING_CIRC;