summaryrefslogtreecommitdiff
path: root/npc/009-4/orum_warps.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-16 23:11:39 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-16 23:11:39 -0300
commitb73cecf2dd621675eeb3674423450b9b5079ee63 (patch)
tree6901aed8524ad9435ddbf646149b670c0067b054 /npc/009-4/orum_warps.txt
parent631b221422448bcb029780b0f2e0838c33c09c4f (diff)
downloadserverdata-b73cecf2dd621675eeb3674423450b9b5079ee63.tar.gz
serverdata-b73cecf2dd621675eeb3674423450b9b5079ee63.tar.bz2
serverdata-b73cecf2dd621675eeb3674423450b9b5079ee63.tar.xz
serverdata-b73cecf2dd621675eeb3674423450b9b5079ee63.zip
Migrate OrumQuest to the QuestSystem, and inheir skills on ported chars.
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;