From 277407b85a0e555de8034c8b6df32dce209c608e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 7 Jun 2018 11:02:17 -0300 Subject: Fixes --- npc/003-1-1/yetiking.txt | 4 ++-- npc/scripts.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index 09d2d5179..0e293d096 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -92,9 +92,9 @@ OnSummonTalk: close; OnWarper: - mes col("Warp to the Cave Of Trials? You still get EXP penalty!",9); + mes col("Warp to the Cave Of Trials? You still get EXP penalty if you die, beware!",9); if (askyesno() == ASK_YES) { - warp "000-1", 0, 0; + warp "001-6", 27, 180; } setnpcdisplay .name$, NPC_SUMMONING_CIRC; .inUse=0; diff --git a/npc/scripts.conf b/npc/scripts.conf index 330fd4f18..dacf8029d 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -4,6 +4,7 @@ "npc/functions/permissions.txt", "npc/functions/main.txt", "npc/functions/util.txt", +"npc/functions/asklanguage.txt", "npc/functions/clientversion.txt", // General-purpose Framework functions @@ -27,7 +28,6 @@ "npc/items/rand_sc_heal.txt", // Misc functions -"npc/functions/asklanguage.txt", "npc/functions/barber.txt", "npc/functions/bank.txt", "npc/functions/confused-tree-dict.txt", -- cgit v1.2.3-70-g09d2