diff options
author | Wombat <hpwombat@yahoo.com> | 2010-10-13 14:33:00 -0400 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2010-11-07 14:52:31 +0100 |
commit | 4bb4c388174c9efb583852d27a6d67f603376eb8 (patch) | |
tree | e4beff923097c773ab607ef7e1417fe27b65c161 /npc/011-4_Lake_cave | |
parent | 001a9d1e61b1785998b26bf30b8c5d103a3c2a65 (diff) | |
download | serverdata-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')
-rw-r--r-- | npc/011-4_Lake_cave/_import.txt | 1 | ||||
-rw-r--r-- | npc/011-4_Lake_cave/_warps.txt | 1 | ||||
-rw-r--r-- | npc/011-4_Lake_cave/bl_barrier.txt | 16 |
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; + +} |