Castle Rune Pailaka dungeons and some simple quest implementations.

This commit is contained in:
MobiusDev
2016-08-22 19:36:55 +00:00
parent 1bf7f6c280
commit d29af7aed5
89 changed files with 3204 additions and 40 deletions

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="107" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="119" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="84" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="5" />
<param name="type" value="CASTLE" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="727" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36562" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36563" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36564" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36565" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="104" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="116" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="99" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="111" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="95" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="107" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="97" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="109" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="101" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="113" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="108" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="120" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="81" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="2" />
<param name="type" value="CASTLE" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="727" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36562" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36563" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36564" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36565" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="103" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="115" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="100" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="112" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="82" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="3" />
<param name="type" value="CASTLE" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="727" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36562" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36563" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36564" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36565" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="80" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="1" />
<param name="type" value="CASTLE" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="727" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36562" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36563" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36564" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36565" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="86" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="7" />
<param name="type" value="CASTLE" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="727" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36562" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36563" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36564" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36565" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="91" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="103" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="106" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="118" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="85" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="6" />
<param name="type" value="CASTLE" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="727" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36562" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36563" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36564" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36565" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="93" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="105" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="109" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="121" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="94" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="106" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="83" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="4" />
<param name="type" value="CASTLE" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="727" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36562" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36563" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36564" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36565" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="87" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="8" />
<param name="type" value="CASTLE" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="727" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36562" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36563" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36564" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36565" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="88" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="9" />
<param name="type" value="CASTLE" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="727" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36562" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36563" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36564" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36565" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="89" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="101" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="90" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="102" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="98" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="110" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="102" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="114" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="92" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="104" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="105" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="117" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="96" maxWorlds="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<time duration="60" empty="20" />
<locations>
<enter type="FIXED">
<location x="48221" y="-12239" z="-9131" />
</enter>
<exit type="ORIGIN" />
</locations>
<conditions>
<condition type="Party">
<param name="html" value="noParty.html" />
</condition>
<condition type="PartyLeader" />
<condition type="GroupMin">
<param name="limit" value="2" />
</condition>
<condition type="GroupMax">
<param name="limit" value="7" />
</condition>
<condition type="HasResidence">
<param name="id" value="108" />
<param name="type" value="FORTRESS" />
<param name="html" value="noProperPledge.html" />
</condition>
<condition type="Quest">
<param name="id" value="726" />
</condition>
<condition type="Reenter">
<param name="html" value="hasReenter.html" />
</condition>
<condition type="Distance" />
</conditions>
<reenter apply="ON_FINISH">
<reset time="1440" /> <!-- 24 hours -->
</reenter>
<spawnlist>
<group>
<npc id="36566" x="49093" y="-12077" z="-9395" heading="0" />
<npc id="36567" x="49094" y="-12238" z="-9386" heading="0" />
<npc id="36568" x="49093" y="-12401" z="-9388" heading="0" />
<npc id="36569" x="49232" y="-12239" z="-9386" heading="0" />
</group>
<group name="monsters_first_wave" spawnByDefault="false">
<npc id="25659" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25662" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25662" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25662" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25662" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25662" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25662" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25662" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25662" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25662" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_second_wave" spawnByDefault="false">
<npc id="25660" x="50943" y="-12224" z="-9321" heading="32768" />
<npc id="25663" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25663" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25663" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25663" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25663" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25663" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25663" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25663" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25663" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
<group name="monsters_third_wave" spawnByDefault="false">
<npc id="25661" x="50943" y="-12004" z="-9321" heading="32768" />
<npc id="25661" x="50943" y="-12475" z="-9321" heading="32768" />
<npc id="25664" x="50343" y="-12552" z="-9388" heading="32768" />
<npc id="25664" x="50344" y="-12340" z="-9380" heading="32768" />
<npc id="25664" x="50341" y="-12134" z="-9381" heading="32768" />
<npc id="25664" x="50342" y="-11917" z="-9389" heading="32768" />
<npc id="25664" x="50476" y="-12461" z="-9392" heading="32768" />
<npc id="25664" x="50481" y="-12021" z="-9390" heading="32768" />
<npc id="25664" x="50605" y="-12407" z="-9392" heading="32768" />
<npc id="25664" x="50602" y="-12239" z="-9380" heading="32768" />
<npc id="25664" x="50606" y="-12054" z="-9390" heading="32768" />
</group>
</spawnlist>
</instance>