From 7f5e0d3f0abccb14c785392f89f6e6de672f2a50 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Apr 2020 01:00:50 -0300 Subject: Access to 042-1 Weapons Room conditional established. --- npc/042-0/arthur.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'npc/042-0/arthur.txt') diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt index 65858487a..a6a283e74 100644 --- a/npc/042-0/arthur.txt +++ b/npc/042-0/arthur.txt @@ -164,3 +164,22 @@ OnInstanceInit: end; } + + + + + +042-0,69,24,0 script #K042-0_69_24 NPC_HIDDEN,0,0,{ + end; + +OnTouch: + .@g=getcharid(2); + if ($KAMELOT_QUEST[.@g] & 1) + warp "042-1@"+.@g, 55, 99; + else + dispbottom l("The door is locked."); + end; +} + + + -- cgit v1.2.3-60-g2f50