summaryrefslogtreecommitdiff
path: root/npc/042-3/jail.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-30 03:56:02 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-30 03:56:02 -0300
commit0b822b68cfa79cedd4f5ea21b1d8e78f5d998a12 (patch)
tree795d171c3c2405470e3c61e5f9ea508d4e98a8a0 /npc/042-3/jail.txt
parentf51eb2a764358ce24ba7fae74eb23d071785d195 (diff)
downloadserverdata-0b822b68cfa79cedd4f5ea21b1d8e78f5d998a12.tar.gz
serverdata-0b822b68cfa79cedd4f5ea21b1d8e78f5d998a12.tar.bz2
serverdata-0b822b68cfa79cedd4f5ea21b1d8e78f5d998a12.tar.xz
serverdata-0b822b68cfa79cedd4f5ea21b1d8e78f5d998a12.zip
Script Control some of Kamelot Castle warps.
Diffstat (limited to 'npc/042-3/jail.txt')
-rw-r--r--npc/042-3/jail.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/042-3/jail.txt b/npc/042-3/jail.txt
index 5108d459a..19c346a6c 100644
--- a/npc/042-3/jail.txt
+++ b/npc/042-3/jail.txt
@@ -119,3 +119,13 @@ OnKamelotSlide:
+// Required exit
+042-3,58,140,0 script #KDoor0423B NPC_HIDDEN,0,0,{
+ end;
+
+OnTouch:
+ .@g=getcharid(2);
+ warp "042-3@"+.@g, 41, 23;
+ end;
+}
+