summaryrefslogtreecommitdiff
path: root/npc/011-4_Lake_cave
diff options
context:
space:
mode:
Diffstat (limited to 'npc/011-4_Lake_cave')
-rw-r--r--npc/011-4_Lake_cave/_import.txt1
-rw-r--r--npc/011-4_Lake_cave/_warps.txt1
-rw-r--r--npc/011-4_Lake_cave/bl_barrier.txt16
3 files changed, 17 insertions, 1 deletions
diff --git a/npc/011-4_Lake_cave/_import.txt b/npc/011-4_Lake_cave/_import.txt
index f2cfbc87..fe6c5cfd 100644
--- a/npc/011-4_Lake_cave/_import.txt
+++ b/npc/011-4_Lake_cave/_import.txt
@@ -1,4 +1,5 @@
map: 011-4.gat
npc: npc/011-4_Lake_cave/_mobs.txt
npc: npc/011-4_Lake_cave/_warps.txt
+npc: npc/011-4_Lake_cave/bl_barrier.txt
npc: npc/011-4_Lake_cave/monsters.txt
diff --git a/npc/011-4_Lake_cave/_warps.txt b/npc/011-4_Lake_cave/_warps.txt
index b3208950..7f1c1b2a 100644
--- a/npc/011-4_Lake_cave/_warps.txt
+++ b/npc/011-4_Lake_cave/_warps.txt
@@ -9,6 +9,5 @@
011-4.gat,114,61 warp warp -1,-1,011-6.gat,122,213
011-4.gat,86,75 warp warp -1,-1,011-6.gat,94,227
011-4.gat,62,86 warp warp -1,-1,011-6.gat,68,233
-011-4.gat,111,121 warp toBigCave -1,-1,011-6.gat,251,275
011-4.gat,32,5 warp warp 0,-1,011-6.gat,186,180
011-4.gat,45,118 warp warp -1,-1,011-6.gat,266,180
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;
+
+}