diff options
author | nmaligec <wouldnot@hotmail.com> | 2011-01-03 14:50:23 -0500 |
---|---|---|
committer | nmaligec <wouldnot@hotmail.com> | 2011-01-03 14:50:23 -0500 |
commit | 0362815db48dcd49b5df5d1bd8565613e1979f70 (patch) | |
tree | b6c9733c488c5f87387a500ac2ef25441fdc1538 /npc/029-3_Fight_Cave/barrier.txt | |
parent | 8b09943b83d9eeb2180fb6c50023a22d3ffae18d (diff) | |
download | serverdata-0362815db48dcd49b5df5d1bd8565613e1979f70.tar.gz serverdata-0362815db48dcd49b5df5d1bd8565613e1979f70.tar.bz2 serverdata-0362815db48dcd49b5df5d1bd8565613e1979f70.tar.xz serverdata-0362815db48dcd49b5df5d1bd8565613e1979f70.zip |
Updates I made since ta-testing repo was closed: minor fix to Hurnsald warps and entrances, plus additions for the crypt quest.
Diffstat (limited to 'npc/029-3_Fight_Cave/barrier.txt')
-rw-r--r-- | npc/029-3_Fight_Cave/barrier.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/029-3_Fight_Cave/barrier.txt b/npc/029-3_Fight_Cave/barrier.txt index 5afd8da9..85655adb 100644 --- a/npc/029-3_Fight_Cave/barrier.txt +++ b/npc/029-3_Fight_Cave/barrier.txt @@ -1,8 +1,8 @@ -029-3.gat,45,20,0 script #FightCaveBarrier 127,1,1,{ - if ($@FIGHT_CAVE_STATUS != 0) goto L_Block; - warp "029-1.gat", 55, 38; - end; - - L_Block: - message strcharinfo(0), "Some force seems to be blocking you from exiting."; -} +029-3.gat,45,20,0 script #FightCaveBarrier 127,1,1,{
+ if ($@FIGHT_CAVE_STATUS != 0) goto L_Block;
+ warp "029-1.gat", 54, 39;
+ end;
+
+ L_Block:
+ message strcharinfo(0), "Some force seems to be blocking you from exiting.";
+}
|