summaryrefslogtreecommitdiff
path: root/npc/011-4_Lake_cave/bl_barrier.txt
diff options
context:
space:
mode:
authorWombat <hpwombat@yahoo.com>2010-10-13 14:33:00 -0400
committerStefan Beller <stefanbeller@googlemail.com>2010-11-07 14:52:31 +0100
commit4bb4c388174c9efb583852d27a6d67f603376eb8 (patch)
treee4beff923097c773ab607ef7e1417fe27b65c161 /npc/011-4_Lake_cave/bl_barrier.txt
parent001a9d1e61b1785998b26bf30b8c5d103a3c2a65 (diff)
downloadserverdata-4bb4c388174c9efb583852d27a6d67f603376eb8.tar.gz
serverdata-4bb4c388174c9efb583852d27a6d67f603376eb8.tar.bz2
serverdata-4bb4c388174c9efb583852d27a6d67f603376eb8.tar.xz
serverdata-4bb4c388174c9efb583852d27a6d67f603376eb8.zip
Bandit Quest and fixes to peter, mikhail
Bandit quest changes, fixes to peter and mikhail, 011-6 mobs
Diffstat (limited to 'npc/011-4_Lake_cave/bl_barrier.txt')
-rw-r--r--npc/011-4_Lake_cave/bl_barrier.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/011-4_Lake_cave/bl_barrier.txt b/npc/011-4_Lake_cave/bl_barrier.txt
new file mode 100644
index 00000000..07b44999
--- /dev/null
+++ b/npc/011-4_Lake_cave/bl_barrier.txt
@@ -0,0 +1,16 @@
+//bandit lord barrier
+
+011-4.gat,111,121,0 script #BL_Barrier 127,0,0,{
+
+ if (TMW_Quest >= 44) goto L_Bandit_Lord_Barrier_Open;
+
+ message strcharinfo(0), "This entrance appears to be locked.";
+ end;
+
+
+L_Bandit_Lord_Barrier_Open:
+ message strcharinfo(0), "You insert the silver arrow key and unlock the entrance.";
+ warp "011-6.gat",251,275;
+ end;
+
+}