summaryrefslogtreecommitdiff
path: root/npc/009-4/_warps.txt
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-04-02 13:14:06 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-04-04 19:26:42 +0200
commit62f9ab9a3aed24ef1128c41698420110eda41c2f (patch)
tree2f48d6d4f5e1889b5e24ee8021fe5d91ee892cb7 /npc/009-4/_warps.txt
parent71f5817571ee3b050fb84d8ecf5f7d48d8c89811 (diff)
downloadserverdata-62f9ab9a3aed24ef1128c41698420110eda41c2f.tar.gz
serverdata-62f9ab9a3aed24ef1128c41698420110eda41c2f.tar.bz2
serverdata-62f9ab9a3aed24ef1128c41698420110eda41c2f.tar.xz
serverdata-62f9ab9a3aed24ef1128c41698420110eda41c2f.zip
monsters and not conditional warps for orum and waric generated with converter, conditional warps in an extra file
Diffstat (limited to 'npc/009-4/_warps.txt')
-rw-r--r--npc/009-4/_warps.txt54
1 files changed, 8 insertions, 46 deletions
diff --git a/npc/009-4/_warps.txt b/npc/009-4/_warps.txt
index 03e70324..72fe1de5 100644
--- a/npc/009-4/_warps.txt
+++ b/npc/009-4/_warps.txt
@@ -1,46 +1,8 @@
-// 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;
-}
+// 009-4 warps
+
+009-4.gat,37,112 warp to 009-3 -1,-1,009-3.gat,162,114
+009-4.gat,72,136 warp to Cavern -1,-1,009-4.gat,36,27
+009-4.gat,37,123 warp to Cavern -1,-1,009-4.gat,36,27
+009-4.gat,72,125 warp to 009-3 -1,-1,009-3.gat,162,114
+009-4.gat,103,22 warp to Cavern -1,-1,009-4.gat,51,46
+009-4.gat,103,76 warp to torches -1,-1,009-4.gat,51,46