summaryrefslogtreecommitdiff
path: root/npc/009-4/_warps.txt
diff options
context:
space:
mode:
authorWombat <hpwombat@yahoo.com>2010-10-25 13:43:50 -0400
committerStefan Beller <stefanbeller@googlemail.com>2010-11-07 14:52:31 +0100
commit53bb3103e3a82c4f95b01b62449a0cec616871d5 (patch)
treec49868fc292590571ff40f5d7e419445baeb8e65 /npc/009-4/_warps.txt
parent4bb4c388174c9efb583852d27a6d67f603376eb8 (diff)
downloadserverdata-53bb3103e3a82c4f95b01b62449a0cec616871d5.tar.gz
serverdata-53bb3103e3a82c4f95b01b62449a0cec616871d5.tar.bz2
serverdata-53bb3103e3a82c4f95b01b62449a0cec616871d5.tar.xz
serverdata-53bb3103e3a82c4f95b01b62449a0cec616871d5.zip
Added Orum quest and some files created via automapping
Orum quest on 009-4 and files created from converting 012-4.tmx
Diffstat (limited to 'npc/009-4/_warps.txt')
-rw-r--r--npc/009-4/_warps.txt46
1 files changed, 46 insertions, 0 deletions
diff --git a/npc/009-4/_warps.txt b/npc/009-4/_warps.txt
new file mode 100644
index 00000000..37edd8a7
--- /dev/null
+++ b/npc/009-4/_warps.txt
@@ -0,0 +1,46 @@
+// 009-4 Cave Warps
+
+// 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;
+} \ No newline at end of file