Use template ids for instance creation.

This commit is contained in:
MobiusDev 2018-04-28 18:37:40 +00:00
parent c4b4ec5751
commit 7cf3218f7f
168 changed files with 2182 additions and 323 deletions

View File

@ -13,9 +13,9 @@ TvTEventEnabled = False
# Default: False
TvTEventInInstance = False
# Name of the instance file for TvT
# Default: coliseum.xml
TvTEventInstanceFile = coliseum.xml
# Id of the instance template for TvT
# Default: 3049 (coliseum.xml)
TvTEventInstanceId = 3049
# Times TvT will occur (24h format).
# Default: 9:00,15:00,21:00,3:00

View File

@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Dungeon" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="240" />
<reenter additionStyle="ON_ENTER">
<reset time="14400000" />
</reenter>
</instance>
<?xml version="1.0" encoding="UTF-8"?>
<!-- Castle Dungeon -->
<instance id="17" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="240" />
<reenter additionStyle="ON_ENTER">
<reset time="14400000" />
</reenter>
</instance>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Castle Dungeon -->
<instance id="14" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="240" />
<reenter additionStyle="ON_ENTER">
<reset time="14400000" />
</reenter>
</instance>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Castle Dungeon -->
<instance id="15" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="240" />
<reenter additionStyle="ON_ENTER">
<reset time="14400000" />
</reenter>
</instance>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Castle Dungeon -->
<instance id="13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="240" />
<reenter additionStyle="ON_ENTER">
<reset time="14400000" />
</reenter>
</instance>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Castle Dungeon -->
<instance id="19" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="240" />
<reenter additionStyle="ON_ENTER">
<reset time="14400000" />
</reenter>
</instance>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Castle Dungeon -->
<instance id="18" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="240" />
<reenter additionStyle="ON_ENTER">
<reset time="14400000" />
</reenter>
</instance>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Castle Dungeon -->
<instance id="16" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="240" />
<reenter additionStyle="ON_ENTER">
<reset time="14400000" />
</reenter>
</instance>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Castle Dungeon -->
<instance id="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="240" />
<reenter additionStyle="ON_ENTER">
<reset time="14400000" />
</reenter>
</instance>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Castle Dungeon -->
<instance id="21" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="240" />
<reenter additionStyle="ON_ENTER">
<reset time="14400000" />
</reenter>
</instance>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Cavern of the Pirate Captain (Daydream-61)" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="133" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="60"/>
<allowSummon val="false"/>
<showTimer val="true" increase="true" text="Elapsed Time :" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Cavern of the Pirate Captain (Daydream-83)" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="135" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="60"/>
<allowSummon val="false"/>
<showTimer val="true" increase="true" text="Elapsed Time :" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Cavern of the Pirate Captain (Night)" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="114" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="60"/>
<allowSummon val="false"/>
<showTimer val="true" increase="true" text="Elapsed Time :" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Chamber of Delusion (Eastern Seal)" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="127" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="40" />
<allowSummon val="false" />
<emptyDestroyTime val="1200" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Chamber of Delusion (Northern Seal)" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="130" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="40" />
<allowSummon val="false" />
<emptyDestroyTime val="1200" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Chamber of Delusion (Southern Seal)" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="129" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="40" />
<allowSummon val="false" />
<emptyDestroyTime val="1200" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Chamber of Delusion (Great Seal)" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="131" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="60" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Chamber of Delusion (Tower of Seal)" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="132" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="1200" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Chamber of Delusion (Western Seal)" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="128" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="40" />
<allowSummon val="false" />
<emptyDestroyTime val="1200" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="CrystalCaverns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="90" />
<allowSummon val="false" />
<emptyDestroyTime val="1200" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Dark Cloud Mansion" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="30" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Demon Prince" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="142" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Final Emperial Tomb" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="136" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="120" />
<allowSummon val="false" />
<emptyDestroyTime val="1800" />

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="40" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="37" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="32" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="28" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="30" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="34" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="41" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="36" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="33" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="24" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="39" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="26" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="42" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="22" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="23" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="31" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="35" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="25" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="38" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Fortress Dungeon -->
<instance id="29" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />
</instance>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Hall of Erosion" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="119" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="40" />
<allowSummon val="false" />
<emptyDestroyTime val="900" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Hall of Erosion" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="120" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="40" />
<allowSummon val="false" />
<emptyDestroyTime val="900" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Hall of Suffering" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="115" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Hall of Suffering" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="116" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="300" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Hall Of Erosion" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="121" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="40" />
<allowSummon val="false" />
<emptyDestroyTime val="900" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Hall Of Erosion" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="122" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="40" />
<allowSummon val="false" />
<emptyDestroyTime val="900" />

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Heart of Immortality" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="40" />
<allowSummon val="false" />
<emptyDestroyTime val="900" />
<showTimer val="true" />
<exitPoint x="-183245" y="206006" z="-12901" />
<doorlist>
<door doorId="14240102" />
</doorlist>
</instance>

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Heart of Immortality" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="40" />
<allowSummon val="false" />
<emptyDestroyTime val="900" />
<showTimer val="true" />
<exitPoint x="-183245" y="206006" z="-12901" />
<doorlist>
<door doorId="14240102" />
</doorlist>
</instance>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Ice Queen's Castle" allowRandomWalk="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="137" allowRandomWalk="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="20" />
<allowSummon val="false" />
<emptyDestroyTime val="5" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Ice Queen's Castle" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="139" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="120" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Ice Queen's Castle (Epic)" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="144" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="120" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Jinia Guild Hideout" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="140" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="5" />
<allowSummon val="false" />
<emptyDestroyTime val="5" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Jinia Guild Hideout" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="141" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="5" />
<allowSummon val="false" />
<emptyDestroyTime val="5" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Jinia Guild Hideout" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="145" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="5" />
<allowSummon val="false" />
<emptyDestroyTime val="5" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Jinia Guild Hideout" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="146" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="5" />
<allowSummon val="false" />
<emptyDestroyTime val="5" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Mithril Mine" allowRandomWalk="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="138" allowRandomWalk="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="20" />
<allowSummon val="false" />
<emptyDestroyTime val="20" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Nornils Garden" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="231" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="3000" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Nornil's Garden" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="12" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="15" />
<allowSummon val="false" />
<exitPoint x="-119538" y="87177" z="-12592" />

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Grassy Arena" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<!-- Grassy Arena -->
<instance id="147" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<PvPInstance val="true" />
<doorlist>
<door doorId="17100001" />

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Heros's Vestiges Arena" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<!-- Heros's Vestiges Arena -->
<instance id="149" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<PvPInstance val="true" />
<doorlist>
<door doorId="17100201" />

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Orbis Arena" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<!-- Orbis Arena -->
<instance id="150" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<PvPInstance val="true" />
<doorlist>
<door doorId="17100301" />

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Three Bridges Arena" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<!-- Three Bridges Arena -->
<instance id="148" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<PvPInstance val="true" />
<doorlist>
<door doorId="17100101" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Pailaka (Devil's Isle)" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="44" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="90" />
<allowSummon val="false" />
<emptyDestroyTime val="900" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Pailaka (Injured dragon)" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="45" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="90" />
<allowSummon val="false" />
<emptyDestroyTime val="3000" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Pailaka (Forgotten Temple)" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="43" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="60" />
<allowSummon val="false" />
<emptyDestroyTime val="3000" />

View File

@ -1,57 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Castle Pailaka" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="107" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="84" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="104" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="99" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="95" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="97" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="101" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="108" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="81" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="103" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="100" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="82" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="80" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="86" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="91" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="106" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="85" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="93" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="109" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="94" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="83" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="87" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="88" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="89" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="90" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="98" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="102" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="92" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="105" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Pailaka (Rune Castle) -->
<instance id="96" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnlist>
<group name="victims">
<spawn npcId="36562" x="49093" y="-12077" z="-9395" heading="0" respawn="0" />
<spawn npcId="36563" x="49094" y="-12238" z="-9386" heading="0" respawn="0" />
<spawn npcId="36564" x="49093" y="-12401" z="-9388" heading="0" respawn="0" />
<spawn npcId="36565" x="49232" y="-12239" z="-9386" heading="0" respawn="0" />
</group>
<group name="bosses_1">
<spawn npcId="25653" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_2">
<spawn npcId="25654" x="50943" y="-12224" z="-9321" heading="32768" respawn="0" />
</group>
<group name="bosses_3">
<spawn npcId="25655" x="50943" y="-12004" z="-9321" heading="32768" respawn="0" />
<spawn npcId="25655" x="50943" y="-12475" z="-9321" heading="32768" respawn="0" />
</group>
<group name="monsters_first_wave">
<spawn npcId="25656" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25656" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25656" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25656" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25656" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25656" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25656" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_second_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25657" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25657" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25657" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
<group name="monsters_third_wave">
<spawn npcId="25657" x="50343" y="-12552" z="-9388" heading="32768" respawn="0" />
<spawn npcId="25657" x="50344" y="-12340" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25657" x="50341" y="-12134" z="-9381" heading="32768" respawn="0" />
<spawn npcId="25657" x="50342" y="-11917" z="-9389" heading="32768" respawn="0" />
<spawn npcId="25658" x="50476" y="-12461" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50481" y="-12021" z="-9390" heading="32768" respawn="0" />
<spawn npcId="25658" x="50605" y="-12407" z="-9392" heading="32768" respawn="0" />
<spawn npcId="25658" x="50602" y="-12239" z="-9380" heading="32768" respawn="0" />
<spawn npcId="25658" x="50606" y="-12054" z="-9390" heading="32768" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Ranku" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="143" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />

Some files were not shown because too many files have changed in this diff Show More