summaryrefslogtreecommitdiff
path: root/npc/009-4/_warps.txt
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2010-12-29 17:53:49 +0100
committerStefan Beller <stefanbeller@googlemail.com>2010-12-29 17:53:49 +0100
commit4b3d76c606ab0edd54628342adbbb7245b21087f (patch)
tree5b0fbf8579faae22c018dc67790ff3ec81501d72 /npc/009-4/_warps.txt
parent81755caac6bd44ae94d749fe87ecc4fbeefcd27b (diff)
downloadserverdata-4b3d76c606ab0edd54628342adbbb7245b21087f.tar.gz
serverdata-4b3d76c606ab0edd54628342adbbb7245b21087f.tar.bz2
serverdata-4b3d76c606ab0edd54628342adbbb7245b21087f.tar.xz
serverdata-4b3d76c606ab0edd54628342adbbb7245b21087f.zip
repair orum & waric
mobs and warps got lost
Diffstat (limited to 'npc/009-4/_warps.txt')
-rw-r--r--npc/009-4/_warps.txt50
1 files changed, 45 insertions, 5 deletions
diff --git a/npc/009-4/_warps.txt b/npc/009-4/_warps.txt
index 64969942..842de637 100644
--- a/npc/009-4/_warps.txt
+++ b/npc/009-4/_warps.txt
@@ -1,6 +1,46 @@
-// 009-4 warps
+// 009-4 Cave Warps
-009-4.gat,37,112 warp to 025-1 -1,-1,025-1.gat,1,2
-009-4.gat,72,125 warp to 025-1 -1,-1,025-1.gat,1,2
-009-4.gat,72,136 warp to Cavern -1,-1,025-1.gat,1,2
-009-4.gat,37,123 warp to Cavern -1,-1,025-1.gat,1,2
+// Entrances
+009-4.gat,37,112 warp to Outside -1,-1,009-3.gat,162,114
+009-4.gat,37,123 warp to Lair -1,-1,009-4.gat,36,27
+
+009-4.gat,72,125 warp to Outside -1,-1,009-3.gat,162,114
+009-4.gat,72,136 warp to Lair -1,-1,009-4.gat,36,27
+
+// Caverns
+009-4.gat,103,22 warp to Lair -1,-1,009-4.gat,51,46
+009-4.gat,103,76 warp to Lair -1,-1,009-4.gat,51,46
+
+//009-3.gat,162,113,0 script #OrumQuestEnter 0,0,0,{
+ if (OrumQuest >= 12) goto L_Second_Entrance;
+ warp "009-4.gat", 37, 113;
+ close;
+
+L_Second_Entrance:
+ warp "009-4.gat", 72, 126;
+ close;
+}
+009-4.gat,36,26,0 script #LairExit 0,0,0,{
+ if (OrumQuest >= 12) goto L_Second_Entrance;
+ warp "009-4.gat", 37, 122;
+ close;
+
+L_Second_Entrance:
+ warp "009-4.gat", 72, 135;
+ close;
+}
+
+009-4.gat,51,47,0 script #CavernEnter 0,0,0,{
+ if (OrumQuest >= 14) goto L_Second_Cavern;
+ if (OrumQuest < 12) goto L_See_Orum;
+ warp "009-4.gat", 103, 23;
+ close;
+
+L_Second_Cavern:
+ warp "009-4.gat", 103, 77;
+ close;
+
+L_See_Orum:
+ mes "Right as you are entering you hear Orum call out for you.. Perhaps you should see what he wants first..";
+ close;
+}