summaryrefslogtreecommitdiff
path: root/npc/009-4/orum_warps.txt
blob: 515ba0b70c97709973b6a57dac0980e67a98dca0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
009-3,162,113,0	script	#OrumQuestEnter	NPC45,0,0,{
    if (getq(MagicQuest_DarkMage) >= 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 (getq(MagicQuest_DarkMage) >= 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 (getq(MagicQuest_DarkMage) >= 14) goto L_Second_Cavern;
    if (getq(MagicQuest_DarkMage) < 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;
}