summaryrefslogtreecommitdiff
path: root/npc/009-4/orum_warps.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-4/orum_warps.txt')
-rw-r--r--npc/009-4/orum_warps.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/009-4/orum_warps.txt b/npc/009-4/orum_warps.txt
index 8cf74919..515ba0b7 100644
--- a/npc/009-4/orum_warps.txt
+++ b/npc/009-4/orum_warps.txt
@@ -1,5 +1,5 @@
009-3,162,113,0 script #OrumQuestEnter NPC45,0,0,{
- if (OrumQuest >= 12) goto L_Second_Entrance;
+ if (getq(MagicQuest_DarkMage) >= 12) goto L_Second_Entrance;
warp "009-4", 37, 113;
close;
@@ -8,7 +8,7 @@ L_Second_Entrance:
close;
}
009-4,36,26,0 script #LairExit NPC45,0,0,{
- if (OrumQuest >= 12) goto L_Second_Entrance;
+ if (getq(MagicQuest_DarkMage) >= 12) goto L_Second_Entrance;
warp "009-4", 37, 122;
close;
@@ -18,8 +18,8 @@ L_Second_Entrance:
}
009-4,51,47,0 script #CavernEnter NPC45,0,0,{
- if (OrumQuest >= 14) goto L_Second_Cavern;
- if (OrumQuest < 12) goto L_See_Orum;
+ if (getq(MagicQuest_DarkMage) >= 14) goto L_Second_Cavern;
+ if (getq(MagicQuest_DarkMage) < 12) goto L_See_Orum;
warp "009-4", 103, 23;
close;