summaryrefslogtreecommitdiff
path: root/npc/009-4/orum_warps.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-4/orum_warps.txt')
-rwxr-xr-xnpc/009-4/orum_warps.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/npc/009-4/orum_warps.txt b/npc/009-4/orum_warps.txt
new file mode 100755
index 00000000..8cf74919
--- /dev/null
+++ b/npc/009-4/orum_warps.txt
@@ -0,0 +1,33 @@
+009-3,162,113,0 script #OrumQuestEnter NPC45,0,0,{
+ if (OrumQuest >= 12) goto L_Second_Entrance;
+ warp "009-4", 37, 113;
+ close;
+
+L_Second_Entrance:
+ warp "009-4", 72, 126;
+ close;
+}
+009-4,36,26,0 script #LairExit NPC45,0,0,{
+ if (OrumQuest >= 12) goto L_Second_Entrance;
+ warp "009-4", 37, 122;
+ close;
+
+L_Second_Entrance:
+ warp "009-4", 72, 135;
+ close;
+}
+
+009-4,51,47,0 script #CavernEnter NPC45,0,0,{
+ if (OrumQuest >= 14) goto L_Second_Cavern;
+ if (OrumQuest < 12) goto L_See_Orum;
+ warp "009-4", 103, 23;
+ close;
+
+L_Second_Cavern:
+ warp "009-4", 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;
+}