summaryrefslogtreecommitdiff
path: root/npc/031-3_Cave/labyrinth.txt
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-03-02 21:35:54 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2011-04-04 19:25:57 +0200
commitd6b1eff66e797bb4a235947ada67f6db1a93b10a (patch)
treeabae63ca970c2ad6fe3158d729881b6e6f611cb2 /npc/031-3_Cave/labyrinth.txt
parent1627ce604399126851c1e88e6f85ec146b6cf7ea (diff)
downloadserverdata-d6b1eff66e797bb4a235947ada67f6db1a93b10a.tar.gz
serverdata-d6b1eff66e797bb4a235947ada67f6db1a93b10a.tar.bz2
serverdata-d6b1eff66e797bb4a235947ada67f6db1a93b10a.tar.xz
serverdata-d6b1eff66e797bb4a235947ada67f6db1a93b10a.zip
Putting the yeti fight cave into a different map and setting nosaveflag.
Diffstat (limited to 'npc/031-3_Cave/labyrinth.txt')
-rwxr-xr-xnpc/031-3_Cave/labyrinth.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/npc/031-3_Cave/labyrinth.txt b/npc/031-3_Cave/labyrinth.txt
index 088495fb..feef9c1d 100755
--- a/npc/031-3_Cave/labyrinth.txt
+++ b/npc/031-3_Cave/labyrinth.txt
@@ -8,17 +8,9 @@
//#
//#################################################################################
-031-3.gat,120,81,0 script #YetiBarrier 127,1,1,{
- if ($@FIGHT_YETI_STATUS == 1) goto L_Block;
- warp "031-3.gat", 46, 27;
- end;
-L_Block:
- message strcharinfo(0), "A force field seems to be blocking you from exiting.";
- end;
-}
031-3.gat,46,24,0 script #YetiBarrier 127,1,1,{
if ($@FIGHT_YETI_STATUS == 1) goto L_Blocked;
- warp "031-3.gat", 120, 79;
+ warp "031-4.gat", 40, 69;
end;
L_Blocked:
message strcharinfo(0), "A force field seems to be blocking you from entering.";