diff options
-rw-r--r-- | npc/042-0/_warps.txt | 1 | ||||
-rw-r--r-- | npc/042-0/arthur.txt | 19 |
2 files changed, 19 insertions, 1 deletions
diff --git a/npc/042-0/_warps.txt b/npc/042-0/_warps.txt index 5992a3d11..064ab81df 100644 --- a/npc/042-0/_warps.txt +++ b/npc/042-0/_warps.txt @@ -1,4 +1,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 042-0: Camelot - Throne Room warps 042-0,60,81,0 warp #042-0_60_81 3,0,014-4,67,27 -042-0,69,24,0 warp #042-0_69_24 0,0,042-1,55,99 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; +} + + + |