From cafbe237d851701da88e224317128d5ba7975ea1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 22 May 2019 09:37:47 -0300 Subject: Access to Blue Sage Caves --- npc/020-7-1/sage.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'npc/020-7-1') diff --git a/npc/020-7-1/sage.txt b/npc/020-7-1/sage.txt index 5d05cdf37..b1c61a7c7 100644 --- a/npc/020-7-1/sage.txt +++ b/npc/020-7-1/sage.txt @@ -34,6 +34,17 @@ // FIELD 3: // Bitwise (BS_QHELPER) +020-7-1,40,24,0 script #BlueSageCaves NPC_HIDDEN,1,0,{ +OnTouch: + .@q=getq(NivalisQuest_BlueSage); + if (.@q < 12) { + dispbottom l("The door is locked."); + } else { + warp "020-7-2", 71, 53; + } + end; +} + 020-7-1,35,59,0 script The Blue Sage NPC_BLUESAGE,{ function nStart; function nReport; -- cgit v1.2.3-60-g2f50