From 62f9ab9a3aed24ef1128c41698420110eda41c2f Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sat, 2 Apr 2011 13:14:06 +0200 Subject: monsters and not conditional warps for orum and waric generated with converter, conditional warps in an extra file --- npc/009-4/orum_warps.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 npc/009-4/orum_warps.txt (limited to 'npc/009-4/orum_warps.txt') diff --git a/npc/009-4/orum_warps.txt b/npc/009-4/orum_warps.txt new file mode 100644 index 00000000..ebeaa857 --- /dev/null +++ b/npc/009-4/orum_warps.txt @@ -0,0 +1,33 @@ +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; +} -- cgit v1.2.3-60-g2f50