From 5db142b7a48754304611908d742dbfa829e80e8f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jun 2018 20:13:57 -0300 Subject: 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. --- npc/003-1-1/yetiking.txt | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3-70-g09d2