diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 20:13:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 20:13:57 -0300 |
commit | 5db142b7a48754304611908d742dbfa829e80e8f (patch) | |
tree | 80c0a140aaa78e61dbb77f13e14273cfac119ae6 /npc | |
parent | f0c1465f35fea650e1ac9af50de3fc663a096a19 (diff) | |
download | serverdata-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.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1-1/yetiking.txt | 1 |
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; |