diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-02 13:57:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-02 13:57:14 -0300 |
commit | c2f9fd0c82194f8e0cc8af29c5ba56369171ee30 (patch) | |
tree | b25c62e528c66f12e1e2697797a5e2f46c67b2f3 /npc/003-1/lieutenantdausen.txt | |
parent | 33cc2f268404b00cda3d33f250bde358e8a42d7f (diff) | |
download | serverdata-c2f9fd0c82194f8e0cc8af29c5ba56369171ee30.tar.gz serverdata-c2f9fd0c82194f8e0cc8af29c5ba56369171ee30.tar.bz2 serverdata-c2f9fd0c82194f8e0cc8af29c5ba56369171ee30.tar.xz serverdata-c2f9fd0c82194f8e0cc8af29c5ba56369171ee30.zip |
Controlled warp to Guard House (untested)
Diffstat (limited to 'npc/003-1/lieutenantdausen.txt')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 6f1daadaf..4c537ead4 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -784,3 +784,17 @@ OnInit: .distance = 3; end; } + + +003-1,114,83,0 script #tulim-guardhouse NPC_HIDDEN,0,0,{ + end; + +OnTouch: + if (countitem(TulimsharGuardCard) >= 1) goto L_Warp; + dispbottom l("Only Tulimshar Guards are allowed in this building."); + end; + +L_Warp: + warp "003-10", 42, 79; + end; +} |