From 4202ada5ea5d058de01d35c5bca4c7c1f21d236b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 30 Apr 2020 21:01:16 -0300 Subject: The universal rule for Kamelot Caves: You can go back freely between the treasure caves and the sewers; But if the treasure is looted, the path will be locked. --- npc/042-6/ctrl.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'npc/042-6/ctrl.txt') diff --git a/npc/042-6/ctrl.txt b/npc/042-6/ctrl.txt index bdb22c20a..196213792 100644 --- a/npc/042-6/ctrl.txt +++ b/npc/042-6/ctrl.txt @@ -128,3 +128,21 @@ function monster0426 { } + +// The exit only works before chest is looted +042-6,21,76,0 script #KDoor0426 NPC_HIDDEN,0,3,{ + end; + +OnTouch: + .@g=getcharid(2); + if (.@g < 1) percentheal -100, -100; + if ($KAMELOT_KEYMASK[.@g] & 8) goto L_NoAccess; + warp "042-5@"+.@g, 58, 53; + end; + + +L_NoAccess: + dispbottom l("OH NOES! The ceiling seems to have collapsed when the chest was open! We are forced to go forward!!"); + end; +} + -- cgit v1.2.3-60-g2f50