[Classic] Removed some unused XML files.

This commit is contained in:
MobiusDev 2015-05-02 22:48:25 +00:00
parent b9a2e244d6
commit c27a094e3e
32 changed files with 0 additions and 6196 deletions

View File

@ -1,47 +0,0 @@
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="list">
<xs:complexType>
<xs:sequence>
<xs:element name="npc" maxOccurs="unbounded" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="location">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:integer" name="x" use="required" />
<xs:attribute type="xs:integer" name="y" use="required" />
<xs:attribute type="xs:integer" name="z" use="required" />
<xs:attribute type="xs:integer" name="heading" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="respawn">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:integer" name="delay" use="required" />
<xs:attribute type="xs:integer" name="randomInterval" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="hellboundLevel" minOccurs="0">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:byte" name="min" use="optional" />
<xs:attribute type="xs:byte" name="max" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:integer" name="id" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@ -1,39 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="list">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element name="npc" minOccurs="1" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="id" use="required">
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1" />
<xs:maxInclusive value="65535" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="lowestTrustLimit" type="xs:positiveInteger" />
<xs:attribute name="maxHellboundLvl" use="required">
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1" />
<xs:maxInclusive value="100" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="minHellboundLvl" use="required">
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1" />
<xs:maxInclusive value="11" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="points" type="xs:integer" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@ -1,492 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/AppearanceStones.xsd">
<!-- Normal -->
<appearance_stone id="22402" targetType="WEAPON" type="NORMAL" cost="800000"><!-- Weapon Appearance Stone (R-grade) -->
<grade>R</grade>
<grade>R95</grade>
<grade>R99</grade>
</appearance_stone>
<appearance_stone id="22403" targetType="WEAPON" type="NORMAL" cost="800000"> <!-- Weapon Appearance Stone (S-grade) -->
<grade>S</grade>
<grade>S80</grade>
</appearance_stone>
<appearance_stone id="22404" targetType="WEAPON" type="NORMAL" grade="A" cost="800000" /> <!-- Weapon Appearance Stone (A-grade) -->
<appearance_stone id="22405" targetType="WEAPON" type="NORMAL" grade="B" cost="800000" /> <!-- Weapon Appearance Stone (B-grade) -->
<appearance_stone id="22406" targetType="WEAPON" type="NORMAL" grade="C" cost="800000" /> <!-- Weapon Appearance Stone (C-grade) -->
<appearance_stone id="22407" targetType="WEAPON" type="NORMAL" grade="D" cost="800000" /> <!-- Weapon Appearance Stone (D-grade) -->
<!--Blessed -->
<appearance_stone id="22408" targetType="WEAPON" type="BLESSED"> <!-- Blessed Weapon Appearance Stone (R-grade) -->
<grade>R</grade>
<grade>R95</grade>
<grade>R99</grade>
</appearance_stone>
<appearance_stone id="22409" targetType="WEAPON" type="BLESSED"> <!-- Blessed Weapon Appearance Stone (S-grade) -->
<grade>S</grade>
<grade>S80</grade>
</appearance_stone>
<appearance_stone id="22410" targetType="WEAPON" type="BLESSED" grade="A" /> <!-- Blessed Weapon Appearance Stone (A-grade) -->
<appearance_stone id="22411" targetType="WEAPON" type="BLESSED" grade="B" /> <!-- Blessed Weapon Appearance Stone (B-grade) -->
<appearance_stone id="22412" targetType="WEAPON" type="BLESSED" grade="C" /> <!-- Blessed Weapon Appearance Stone (C-grade) -->
<appearance_stone id="22413" targetType="WEAPON" type="BLESSED" grade="D" /> <!-- Blessed Weapon Appearance Stone (D-grade) -->
<!--Restore -->
<appearance_stone id="22414" targetType="WEAPON" type="RESTORE"> <!-- Weapon Restoration Stone (R-grade) -->
<grade>R</grade>
<grade>R95</grade>
<grade>R99</grade>
</appearance_stone>
<appearance_stone id="22415" targetType="WEAPON" type="RESTORE"> <!-- Weapon Restoration Stone (S-grade) -->
<grade>S</grade>
<grade>S80</grade>
</appearance_stone>
<appearance_stone id="22416" targetType="WEAPON" type="RESTORE" grade="A" /> <!-- Weapon Restoration Stone (A-grade) -->
<appearance_stone id="22417" targetType="WEAPON" type="RESTORE" grade="B" /> <!-- Weapon Restoration Stone (B-grade) -->
<appearance_stone id="22418" targetType="WEAPON" type="RESTORE" grade="C" /> <!-- Weapon Restoration Stone (C-grade) -->
<appearance_stone id="22419" targetType="WEAPON" type="RESTORE" grade="D" /> <!-- Weapon Restoration Stone (D-grade) -->
<!--Fixed -->
<appearance_stone id="22666" targetType="WEAPON" type="FIXED" visualId="22650" weaponType="SWORD" /> <!-- Emerald Weapon Appearance Stone: Sword -->
<appearance_stone id="22727" targetType="WEAPON" type="FIXED" visualId="22711" weaponType="SWORD" /> <!-- Japanese Sword Appearance Stone -->
<appearance_stone id="36648" targetType="WEAPON" type="FIXED" visualId="22361" weaponType="SWORD" /> <!-- Emerald One-Handed Sword Appearance Stone -->
<appearance_stone id="23929" targetType="WEAPON" type="FIXED" visualId="23913" weaponType="SWORD" lifeTime="7days" /> <!-- Tears One-Handed Sword Appearance Stone (7 days ) -->
<appearance_stone id="37833" targetType="WEAPON" type="FIXED" visualId="37689" weaponType="SWORD" lifeTime="15days" /> <!-- Valentine Appearance Stone: One-handed Sword (15 days ) -->
<appearance_stone id="37849" targetType="WEAPON" type="FIXED" visualId="37689" weaponType="SWORD" lifeTime="30days" /> <!-- Valentine Appearance Stone: One-handed Sword (30 days ) -->
<appearance_stone id="37908" targetType="WEAPON" type="FIXED" visualId="37945" weaponType="SWORD" /> <!-- Chrono Cithara Appearance Stone: One-handed Sword //TODO: Needs verification -->
<appearance_stone id="37920" targetType="WEAPON" type="FIXED" visualId="37945" weaponType="SWORD" lifeTime="15days" /> <!-- Chrono Cithara Appearance Stone: One-handed Sword (15 days ) //TODO: Needs verification -->
<appearance_stone id="37919" targetType="WEAPON" type="FIXED" visualId="10167" weaponType="SWORD" lifeTime="15days" /> <!-- Pig Lollipop Appearance Stone: One-handed Sword (15 days ) -->
<appearance_stone id="38189" targetType="WEAPON" type="FIXED" visualId="38211" weaponType="SWORD" lifeTime="30days" /> <!-- Blue Mackerel Appearance Stone: One-handed Sword (30 days ) -->
<appearance_stone id="38200" targetType="WEAPON" type="FIXED" visualId="38211" weaponType="SWORD" /> <!-- Blue Mackerel Appearance Stone: One-handed Sword -->
<appearance_stone id="22668" targetType="WEAPON" type="FIXED" visualId="22652" weaponType="SWORD" handType="TWO_HANDED" /> <!-- Emerald Weapon Appearance Stone: Two-handed Sword -->
<appearance_stone id="22729" targetType="WEAPON" type="FIXED" visualId="22713" weaponType="SWORD" handType="TWO_HANDED" /> <!-- Japanese Long Sword Appearance Stone -->
<appearance_stone id="23931" targetType="WEAPON" type="FIXED" visualId="23915" weaponType="SWORD" handType="TWO_HANDED" /> <!-- Tears Two-handed Sword Appearance Stone -->
<appearance_stone id="37418" targetType="WEAPON" type="FIXED" visualId="22652" weaponType="SWORD" handType="TWO_HANDED" /> <!-- Emerald Weapon Appearance Stone: Two-handed Sword -->
<appearance_stone id="36650" targetType="WEAPON" type="FIXED" visualId="22652" weaponType="SWORD" handType="TWO_HANDED" lifeTime="7days" /> <!-- Emerald Weapon Appearance Stone: Two-handed Sword ( 7 days ) -->
<appearance_stone id="37402" targetType="WEAPON" type="FIXED" visualId="22652" weaponType="SWORD" handType="TWO_HANDED" lifeTime="15days" /> <!-- Emerald Weapon Appearance Stone: Two-handed Sword ( 15 days ) -->
<appearance_stone id="37834" targetType="WEAPON" type="FIXED" visualId="37690" weaponType="SWORD" handType="TWO_HANDED" lifeTime="15days" /> <!-- Valentine Appearance Stone: Two-handed Sword ( 15 days ) -->
<appearance_stone id="37850" targetType="WEAPON" type="FIXED" visualId="37690" weaponType="SWORD" handType="TWO_HANDED" lifeTime="30days" /> <!-- Valentine Appearance Stone: Two-handed Sword ( 30 days ) -->
<appearance_stone id="38191" targetType="WEAPON" type="FIXED" visualId="38213" weaponType="SWORD" handType="TWO_HANDED" lifeTime="30days" /> <!-- Shark Appearance Stone: Two-handed Sword ( 30 days ) -->
<appearance_stone id="38202" targetType="WEAPON" type="FIXED" visualId="38213" weaponType="SWORD" handType="TWO_HANDED" /> <!-- Shark Appearance Stone: Two-handed Sword -->
<appearance_stone id="22667" targetType="WEAPON" type="FIXED" visualId="22651" weaponType="DAGGER" /> <!-- Emerald Weapon Appearance Stone: Dagger -->
<appearance_stone id="22728" targetType="WEAPON" type="FIXED" visualId="22712" weaponType="DAGGER" /> <!-- Japanese Dagger Appearance Stone -->
<appearance_stone id="23215" targetType="WEAPON" type="FIXED" visualId="22821" weaponType="DAGGER" /> <!-- Steregos' Dagger Appearance Stone -->
<appearance_stone id="23930" targetType="WEAPON" type="FIXED" visualId="23914" weaponType="DAGGER" /> <!-- Tears Dagger Appearance Stone -->
<appearance_stone id="37417" targetType="WEAPON" type="FIXED" visualId="36633" weaponType="DAGGER" /> <!-- Emerald Weapon Appearance Stone: Dagger -->
<appearance_stone id="36649" targetType="WEAPON" type="FIXED" visualId="36633" weaponType="DAGGER" lifeTime="7days" /> <!-- Emerald Weapon Appearance Stone: Dagger ( 7 days ) -->
<appearance_stone id="37401" targetType="WEAPON" type="FIXED" visualId="36633" weaponType="DAGGER" lifeTime="15days" /> <!-- Emerald Weapon Appearance Stone: Dagger ( 15 days ) -->
<appearance_stone id="37075" targetType="WEAPON" type="FIXED" visualId="37055" weaponType="DAGGER" /> <!-- Monster Weapon Appearance Stone: Drakos' Dagger -->
<appearance_stone id="37832" targetType="WEAPON" type="FIXED" visualId="37688" weaponType="DAGGER" lifeTime="15days" /> <!-- Valentine Appearance Stone: Dagger ( 15 days ) -->
<appearance_stone id="37848" targetType="WEAPON" type="FIXED" visualId="37688" weaponType="DAGGER" lifeTime="30days" /> <!-- Valentine Appearance Stone: Dagger ( 30 days ) -->
<appearance_stone id="37913" targetType="WEAPON" type="FIXED" visualId="37916" weaponType="DAGGER" /> <!-- Pumpkin Dagger Appearance Stone: Dagger -->
<appearance_stone id="38176" targetType="WEAPON" type="FIXED" visualId="14296" weaponType="DAGGER" /> <!-- Crystal Dagger Appearance Stone -->
<appearance_stone id="38190" targetType="WEAPON" type="FIXED" visualId="14296" weaponType="DAGGER" lifeTime="30days" /> <!-- Trumpetfish Appearance Stone: Dagger ( 30 days ) -->
<appearance_stone id="38201" targetType="WEAPON" type="FIXED" visualId="38212" weaponType="DAGGER" /> <!-- Trumpetfish Appearance Stone: Dagger -->
<appearance_stone id="22677" targetType="WEAPON" type="FIXED" visualId="22362" weaponType="DUAL" /> <!-- Emerald Weapon Appearance Stone: Dualsword -->
<appearance_stone id="36659" targetType="WEAPON" type="FIXED" visualId="22362" weaponType="DUAL" lifeTime="7days" /> <!-- Emerald Dualsword Appearance Stone ( 7 days ) -->
<appearance_stone id="37411" targetType="WEAPON" type="FIXED" visualId="22362" weaponType="DUAL" lifeTime="15days" /> <!-- Emerald Dualsword Appearance Stone ( 15 days ) -->
<appearance_stone id="22738" targetType="WEAPON" type="FIXED" visualId="22722" weaponType="DUAL" /> <!-- Japanese Dualsword Appearance Stone -->
<appearance_stone id="23940" targetType="WEAPON" type="FIXED" visualId="23924" weaponType="DUAL" /> <!-- Tears Dualsword Appearance Stone -->
<appearance_stone id="37070" targetType="WEAPON" type="FIXED" visualId="37050" weaponType="DUAL" /> <!-- Monster Weapon Appearance Stone: Tegaffe's Dualsword -->
<appearance_stone id="37843" targetType="WEAPON" type="FIXED" visualId="37699" weaponType="DUAL" lifeTime="15days" /> <!-- Valentine Appearance Stone: Dualsword ( 15 days ) -->
<appearance_stone id="37859" targetType="WEAPON" type="FIXED" visualId="37699" weaponType="DUAL" lifeTime="30days" /> <!-- Valentine Appearance Stone: Dualsword ( 30 days ) -->
<appearance_stone id="37924" targetType="WEAPON" type="FIXED" visualId="37949" weaponType="DUAL" lifeTime="15days" /> <!-- Chrono Maracas Appearance Stone: Dualsword ( 15 days ) //TODO: Needs verification -->
<appearance_stone id="37912" targetType="WEAPON" type="FIXED" visualId="37949" weaponType="DUAL" /> <!-- Chrono Maracas Appearance Stone: Dualsword //TODO: Needs verification -->
<appearance_stone id="38199" targetType="WEAPON" type="FIXED" visualId="38221" weaponType="DUAL" lifeTime="30days" /> <!-- Blue Mackerel Appearance Stone: Dualsword ( 30 days ) -->
<appearance_stone id="38210" targetType="WEAPON" type="FIXED" visualId="38221" weaponType="DUAL" /> <!-- Blue Mackerel Appearance Stone: Dualsword -->
<appearance_stone id="22669" targetType="WEAPON" type="FIXED" visualId="22653" weaponType="DUALFIST" /> <!-- Emerald Weapon Appearance Stone: Fist Weapon -->
<appearance_stone id="22730" targetType="WEAPON" type="FIXED" visualId="22714" weaponType="DUALFIST" /> <!-- Japanese Fist Weapon Appearance Stone -->
<appearance_stone id="23932" targetType="WEAPON" type="FIXED" visualId="23916" weaponType="DUALFIST" lifeTime="7days" /> <!-- Tears Fist Weapon Appearance Stone ( 7 days ) -->
<appearance_stone id="37419" targetType="WEAPON" type="FIXED" visualId="22653" weaponType="DUALFIST" /> <!-- Emerald Weapon Appearance Stone: Fist Weapon -->
<appearance_stone id="36651" targetType="WEAPON" type="FIXED" visualId="22653" weaponType="DUALFIST" lifeTime="7days" /> <!-- Emerald Weapon Appearance Stone: Fist Weapon ( 7 days ) -->
<appearance_stone id="37403" targetType="WEAPON" type="FIXED" visualId="22653" weaponType="DUALFIST" lifeTime="15days" /> <!-- Emerald Weapon Appearance Stone: Fist Weapon ( 15 days ) -->
<appearance_stone id="37836" targetType="WEAPON" type="FIXED" visualId="37692" weaponType="DUALFIST" lifeTime="15days" /> <!-- Valentine Appearance Stone: Fist Weapon ( 15 days ) -->
<appearance_stone id="37852" targetType="WEAPON" type="FIXED" visualId="37692" weaponType="DUALFIST" lifeTime="30days" /> <!-- Valentine Appearance Stone: Fist Weapon ( 30 days ) -->
<appearance_stone id="37909" targetType="WEAPON" type="FIXED" visualId="37946" weaponType="DUALFIST" /> <!-- Chrono Unitus Appearance Stone: Fist Weapon //TODO: Needs verification -->
<appearance_stone id="37921" targetType="WEAPON" type="FIXED" visualId="37946" weaponType="DUALFIST" lifeTime="15days" /> <!-- Chrono Unitus Appearance Stone: Fist Weapon ( 15 days ) //TODO: Needs verification -->
<appearance_stone id="38194" targetType="WEAPON" type="FIXED" visualId="38216" weaponType="DUALFIST" lifeTime="30days" /> <!-- Lobster Appearance Stone: Fist Weapon ( 30 days ) -->
<appearance_stone id="38205" targetType="WEAPON" type="FIXED" visualId="38216" weaponType="DUALFIST" /> <!-- Lobster Appearance Stone: Fist Weapon -->
<appearance_stone id="22670" targetType="WEAPON" type="FIXED" visualId="22654" weaponType="POLE" /> <!-- Emerald Weapon Appearance Stone: Spear -->
<appearance_stone id="22731" targetType="WEAPON" type="FIXED" visualId="22715" weaponType="POLE" /> <!-- Japanese Great Spear Appearance Stone -->
<appearance_stone id="23933" targetType="WEAPON" type="FIXED" visualId="23917" weaponType="POLE" lifeTime="7days" /> <!-- Tears Spear Appearance Stone ( 7 days ) -->
<appearance_stone id="37420" targetType="WEAPON" type="FIXED" visualId="22654" weaponType="POLE" /> <!-- Emerald Weapon Appearance Stone: Spear -->
<appearance_stone id="36652" targetType="WEAPON" type="FIXED" visualId="22654" weaponType="POLE" lifeTime="7days" /> <!-- Emerald Weapon Appearance Stone: Spear ( 7 days ) -->
<appearance_stone id="37404" targetType="WEAPON" type="FIXED" visualId="22654" weaponType="POLE" lifeTime="15days" /> <!-- Emerald Weapon Appearance Stone: Spear ( 15 days ) -->
<appearance_stone id="37837" targetType="WEAPON" type="FIXED" visualId="37693" weaponType="POLE" lifeTime="15days" /> <!-- Valentine Appearance Stone: Spear ( 15 days ) -->
<appearance_stone id="37853" targetType="WEAPON" type="FIXED" visualId="37693" weaponType="POLE" lifeTime="30days" /> <!-- Valentine Appearance Stone: Spear ( 30 days ) -->
<appearance_stone id="37910" targetType="WEAPON" type="FIXED" visualId="37947" weaponType="POLE" /> <!-- Chrono Campana Appearance Stone: Spear //TODO: Needs verification -->
<appearance_stone id="37922" targetType="WEAPON" type="FIXED" visualId="37947" weaponType="POLE" lifeTime="15days" /> <!-- Chrono Campana Appearance Stone: Spear ( 15 days ) //TODO: Needs verification -->
<appearance_stone id="38192" targetType="WEAPON" type="FIXED" visualId="38214" weaponType="POLE" lifeTime="30days" /> <!-- Squid Appearance Stone: Spear ( 30 days ) -->
<appearance_stone id="38203" targetType="WEAPON" type="FIXED" visualId="38214" weaponType="POLE" /> <!-- Squid Appearance Stone: Spear -->
<appearance_stone id="22671" targetType="WEAPON" type="FIXED" visualId="22655" weaponType="BOW" /> <!-- Emerald Weapon Appearance Stone: Bow -->
<appearance_stone id="22732" targetType="WEAPON" type="FIXED" visualId="22716" weaponType="BOW" /> <!-- Japanese Bow Appearance Stone -->
<appearance_stone id="23934" targetType="WEAPON" type="FIXED" visualId="23918" weaponType="BOW" lifeTime="7days" /> <!-- Tears Bow Appearance Stone ( 7 days ) -->
<appearance_stone id="22671" targetType="WEAPON" type="FIXED" visualId="22655" weaponType="BOW" /> <!-- Emerald Weapon Appearance Stone: Bow -->
<appearance_stone id="36653" targetType="WEAPON" type="FIXED" visualId="22655" weaponType="BOW" lifeTime="7days" /> <!-- Emerald Weapon Appearance Stone: Bow ( 7 days ) -->
<appearance_stone id="22671" targetType="WEAPON" type="FIXED" visualId="22655" weaponType="BOW" lifeTime="15days" /> <!-- Emerald Weapon Appearance Stone: Bow ( 15 days ) -->
<appearance_stone id="37082" targetType="WEAPON" type="FIXED" visualId="37062" weaponType="BOW" /> <!-- Monster Weapon Appearance Stone: Kanadis' Bow -->
<appearance_stone id="37083" targetType="WEAPON" type="FIXED" visualId="37063" weaponType="BOW" /> <!-- Monster Weapon Appearance Stone: Centaur's Bow -->
<appearance_stone id="37838" targetType="WEAPON" type="FIXED" visualId="37694" weaponType="BOW" lifeTime="15days" /> <!-- Valentine Appearance Stone: Bow ( 15 days ) -->
<appearance_stone id="37854" targetType="WEAPON" type="FIXED" visualId="37694" weaponType="BOW" lifeTime="30days" /> <!-- Valentine Appearance Stone: Bow ( 30 days ) -->
<appearance_stone id="38195" targetType="WEAPON" type="FIXED" visualId="38217" weaponType="BOW" lifeTime="30days" /> <!-- Giant Crab Appearance Stone: Bow ( 30 days ) -->
<appearance_stone id="38206" targetType="WEAPON" type="FIXED" visualId="38217" weaponType="BOW" /> <!-- Giant Crab Appearance Stone: Bow -->
<!-- <appearance_stone id="40297" targetType="WEAPON" type="FIXED" visualId="?" weaponType="BOW" /> --> <!-- Monster Weapon Appearance Stone: Tayga Archer's Bow //TODO: Missing VisualID -->
<appearance_stone id="22672" targetType="WEAPON" type="FIXED" visualId="22656" weaponType="CROSSBOW" /> <!-- Emerald Weapon Appearance Stone: Crossbow -->
<appearance_stone id="22733" targetType="WEAPON" type="FIXED" visualId="22717" weaponType="CROSSBOW" /> <!-- Japanese Crossbow Appearance Stone -->
<appearance_stone id="23935" targetType="WEAPON" type="FIXED" visualId="23919" weaponType="CROSSBOW" lifeTime="7days" /> <!-- Tears Crossbow Appearance Stone ( 7 days ) -->
<appearance_stone id="36654" targetType="WEAPON" type="FIXED" visualId="22656" weaponType="CROSSBOW" lifeTime="7days" /> <!-- Emerald Weapon Appearance Stone: Crossbow ( 7 days ) -->
<appearance_stone id="37406" targetType="WEAPON" type="FIXED" visualId="22656" weaponType="CROSSBOW" lifeTime="15days" /> <!-- Emerald Weapon Appearance Stone: Crossbow ( 15 days ) -->
<appearance_stone id="37422" targetType="WEAPON" type="FIXED" visualId="22656" weaponType="CROSSBOW" /> <!-- Emerald Weapon Appearance Stone: Crossbow -->
<appearance_stone id="37084" targetType="WEAPON" type="FIXED" visualId="37064" weaponType="CROSSBOW" /> <!-- Monster Weapon Appearance Stone: Spicula's Crossbow -->
<appearance_stone id="37855" targetType="WEAPON" type="FIXED" visualId="37695" weaponType="CROSSBOW" lifeTime="30days" /> <!-- Valentine Appearance Stone: Crossbow ( 30 days ) -->
<appearance_stone id="37839" targetType="WEAPON" type="FIXED" visualId="37695" weaponType="CROSSBOW" lifeTime="15days" /> <!-- Valentine Appearance Stone: Crossbow ( 15 days ) -->
<appearance_stone id="38196" targetType="WEAPON" type="FIXED" visualId="38218" weaponType="CROSSBOW" lifeTime="30days" /> <!-- Crayfish Appearance Stone: Crossbow ( 30 days ) -->
<appearance_stone id="38207" targetType="WEAPON" type="FIXED" visualId="38218" weaponType="CROSSBOW" /> <!-- Crayfish Appearance Stone: Crossbow -->
<appearance_stone id="22673" targetType="WEAPON" type="FIXED" visualId="22657" weaponType="BLUNT" /> <!-- Weapon Appearance Stone: One-handed Blunt Weapon -->
<appearance_stone id="22734" targetType="WEAPON" type="FIXED" visualId="22718" weaponType="BLUNT" /> <!-- Japanese Blunt Appearance Stone -->
<appearance_stone id="22675" targetType="WEAPON" type="FIXED" visualId="22659" weaponType="BLUNT" magicType="MAGICAL" /> <!-- Emerald Weapon Appearance Stone: One-handed Magic Blunt Weapon -->
<appearance_stone id="22736" targetType="WEAPON" type="FIXED" visualId="22720" weaponType="BLUNT" magicType="MAGICAL" /> <!-- Japanese Magic Blunt Appearance Stone -->
<appearance_stone id="22674" targetType="WEAPON" type="FIXED" visualId="22658" weaponType="BLUNT" handType="TWO_HANDED" /> <!-- Emerald Weapon Appearance Stone: Two-handed Blunt Weapon -->
<appearance_stone id="22735" targetType="WEAPON" type="FIXED" visualId="22719" weaponType="BLUNT" handType="TWO_HANDED" /> <!-- Japanese Giant Blunt Appearance Stone -->
<appearance_stone id="22676" targetType="WEAPON" type="FIXED" visualId="22660" weaponType="BLUNT" handType="TWO_HANDED" magicType="MAGICAL" /> <!-- Emerald Weapon Appearance Stone: Two-handed Magic Blunt Weapon -->
<appearance_stone id="22676" targetType="WEAPON" type="FIXED" visualId="38215" weaponType="BLUNT" handType="TWO_HANDED" magicType="MAGICAL" /> <!-- Sea Horse Two-handed Magic Blunt Appearance Stone -->
<appearance_stone id="22737" targetType="WEAPON" type="FIXED" visualId="22721" weaponType="BLUNT" handType="TWO_HANDED" magicType="MAGICAL" /> <!-- Japanese Giant Magic Blunt Appearance Stone -->
<appearance_stone id="22678" targetType="WEAPON" type="FIXED" visualId="22662" weaponType="DUALDAGGER" /> <!-- Emerald Weapon Appearance Stone: Dual Dagger -->
<appearance_stone id="22739" targetType="WEAPON" type="FIXED" visualId="22723" weaponType="DUALDAGGER" /> <!-- Japanese Double Dagger Appearance Stone -->
<appearance_stone id="22679" targetType="WEAPON" type="FIXED" visualId="22663" weaponType="DUALBLUNT" /> <!-- Emerald Weapon Appearance Stone: Dual Blunt Weapon -->
<appearance_stone id="22740" targetType="WEAPON" type="FIXED" visualId="22724" weaponType="DUALBLUNT" /> <!-- Japanese Double Blunt Appearance Stone -->
<!--Armor Appearance Stones -->
<!--Normal -->
<appearance_stone id="22682" targetType="ARMOR" type="NORMAL" cost="125000"> <!-- Armor Appearance Stone (R-grade) -->
<grade>R</grade>
<grade>R95</grade>
<grade>R99</grade>
</appearance_stone>
<appearance_stone id="22683" targetType="ARMOR" type="NORMAL" cost="125000"> <!-- Armor Appearance Stone (S-grade) -->
<grade>S</grade>
<grade>S80</grade>
</appearance_stone>
<appearance_stone id="22684" targetType="ARMOR" type="NORMAL" grade="A" cost="125000" /> <!-- Armor Appearance Stone (A-grade) -->
<appearance_stone id="22685" targetType="ARMOR" type="NORMAL" grade="B" cost="125000" /> <!-- Armor Appearance Stone (B-grade) -->
<appearance_stone id="22686" targetType="ARMOR" type="NORMAL" grade="C" cost="125000" /> <!-- Armor Appearance Stone (C-grade) -->
<appearance_stone id="22687" targetType="ARMOR" type="NORMAL" grade="D" cost="125000" /> <!-- Armor Appearance Stone (D-grade) -->
<!--Blessed -->
<appearance_stone id="22688" targetType="ARMOR" type="BLESSED"> <!-- Blessed Armor Appearance Stone (R-grade) -->
<grade>R</grade>
<grade>R95</grade>
<grade>R99</grade>
</appearance_stone>
<appearance_stone id="22689" targetType="ARMOR" type="BLESSED"> <!--Blessed Armor Appearance Stone (S-grade) -->
<grade>S</grade>
<grade>S80</grade>
</appearance_stone>
<appearance_stone id="22690" targetType="ARMOR" type="BLESSED" grade="A" /> <!-- Blessed Armor Appearance Stone (A-grade) -->
<appearance_stone id="22691" targetType="ARMOR" type="BLESSED" grade="B" /> <!-- Blessed Armor Appearance Stone (B-grade) -->
<appearance_stone id="22692" targetType="ARMOR" type="BLESSED" grade="C" /> <!-- Blessed Armor Appearance Stone (C-grade) -->
<appearance_stone id="22693" targetType="ARMOR" type="BLESSED" grade="D" /> <!-- Blessed Armor Appearance Stone (D-grade) -->
<!--Restore -->
<appearance_stone id="22694" targetType="ARMOR" type="RESTORE"> <!-- Armor Restoration Stone (R-grade) -->
<grade>R</grade>
<grade>R95</grade>
<grade>R99</grade>
</appearance_stone>
<appearance_stone id="22695" targetType="ARMOR" type="RESTORE"> <!-- Armor Restoration Stone (S-grade) -->
<grade>S</grade>
<grade>S80</grade>
</appearance_stone>
<appearance_stone id="22696" targetType="ARMOR" type="RESTORE" grade="A" /> <!-- Armor Restoration Stone (A-grade) -->
<appearance_stone id="22697" targetType="ARMOR" type="RESTORE" grade="B" /> <!-- Armor Restoration Stone (B-grade) -->
<appearance_stone id="22698" targetType="ARMOR" type="RESTORE" grade="C" /> <!-- Armor Restoration Stone (C-grade) -->
<appearance_stone id="22699" targetType="ARMOR" type="RESTORE" grade="D" /> <!-- Armor Restoration Stone (D-grade) -->
<!--Restore -->
<appearance_stone id="22700" type="RESTORE"> <!-- Equipment Restoration Stone (R-grade) -->
<grade>R</grade>
<grade>R95</grade>
<grade>R99</grade>
<targetType>WEAPON</targetType>
<targetType>ARMOR</targetType>
</appearance_stone>
<appearance_stone id="22701" type="RESTORE"> <!-- Equipment Restoration Stone (S-grade) -->
<grade>S</grade>
<grade>S80</grade>
<targetType>WEAPON</targetType>
<targetType>ARMOR</targetType>
</appearance_stone>
<appearance_stone id="22702" type="RESTORE" grade="A"> <!-- Equipment Restoration Stone (A-grade) -->
<targetType>WEAPON</targetType>
<targetType>ARMOR</targetType>
</appearance_stone>
<appearance_stone id="22703" type="RESTORE" grade="B"> <!-- Equipment Restoration Stone (B-grade) -->
<targetType>WEAPON</targetType>
<targetType>ARMOR</targetType>
</appearance_stone>
<appearance_stone id="22704" type="RESTORE" grade="C"> <!-- Equipment Restoration Stone (C-grade) -->
<targetType>WEAPON</targetType>
<targetType>ARMOR</targetType>
</appearance_stone>
<appearance_stone id="22705" type="RESTORE" grade="D"> <!-- Equipment Restoration Stone (D-grade) -->
<targetType>WEAPON</targetType>
<targetType>ARMOR</targetType>
</appearance_stone>
<!--Fixed -->
<!-- Metal Suit -->
<appearance_stone id="23493" targetType="ARMOR" type="FIXED" visualId="23448"> <!-- Metal Top Appearance Stone -->
<bodyPart>chest</bodyPart>
<bodyPart>fullarmor</bodyPart>
</appearance_stone>
<appearance_stone id="23494" targetType="ARMOR" type="FIXED" visualId="23449" bodyPart="legs" /> <!-- Metal Pants Appearance Stone -->
<appearance_stone id="23495" targetType="ARMOR" type="FIXED" visualId="23450" bodyPart="gloves" /> <!-- Metal Gloves Appearance Stone -->
<appearance_stone id="23496" targetType="ARMOR" type="FIXED" visualId="23451" bodyPart="feet" /> <!-- Metal Shoes Appearance Stone -->
<appearance_stone id="23497" targetType="ACCESSORY" type="FIXED" visualId="23452"> <!-- Metal Hair Accessory Appearance Stone -->
<bodyPart>hair</bodyPart>
<bodyPart>hair2</bodyPart>
<bodyPart>hairall</bodyPart>
</appearance_stone>
<!-- Metal Suit with skill -->
<appearance_stone id="23712" targetType="ARMOR" type="FIXED" visualId="23708"> <!-- Metal Top Appearance Stone -->
<bodyPart>chest</bodyPart>
<bodyPart>fullarmor</bodyPart>
</appearance_stone>
<appearance_stone id="23713" targetType="ARMOR" type="FIXED" visualId="23709" bodyPart="legs" /> <!-- Metal Pants Appearance Stone -->
<appearance_stone id="23714" targetType="ARMOR" type="FIXED" visualId="23710" bodyPart="gloves" /> <!-- Metal Gloves Appearance Stone -->
<appearance_stone id="23715" targetType="ARMOR" type="FIXED" visualId="23711" bodyPart="feet" /> <!-- Metal Shoes Appearance Stone -->
<!-- Military Suit -->
<appearance_stone id="23503" targetType="ARMOR" type="FIXED" visualId="23453" raceNot="ERTHEIA"> <!-- Military Top Appearance Stone -->
<bodyPart>chest</bodyPart>
<bodyPart>fullarmor</bodyPart>
</appearance_stone>
<appearance_stone id="23504" targetType="ARMOR" type="FIXED" visualId="23454" bodyPart="legs" raceNot="ERTHEIA" /> <!-- Military Pants Appearance Stone -->
<appearance_stone id="23505" targetType="ARMOR" type="FIXED" visualId="23455" bodyPart="gloves" raceNot="ERTHEIA" /> <!-- Military Gloves Appearance Stone -->
<appearance_stone id="23506" targetType="ARMOR" type="FIXED" visualId="23456" bodyPart="feet" raceNot="ERTHEIA" /> <!-- Military Shoes Appearance Stone -->
<appearance_stone id="23507" targetType="ACCESSORY" type="FIXED" visualId="23457" raceNot="ERTHEIA"> <!-- Military Hair Accessory Appearance Stone -->
<bodyPart>hair</bodyPart>
<bodyPart>hair2</bodyPart>
<bodyPart>hairall</bodyPart>
</appearance_stone>
<!-- Military Suit with skill -->
<appearance_stone id="23720" targetType="ARMOR" type="FIXED" visualId="23716" raceNot="ERTHEIA"> <!-- Military Top Appearance Stone -->
<bodyPart>chest</bodyPart>
<bodyPart>fullarmor</bodyPart>
</appearance_stone>
<appearance_stone id="23721" targetType="ARMOR" type="FIXED" visualId="23717" bodyPart="legs" raceNot="ERTHEIA" /> <!-- Military Pants Appearance Stone -->
<appearance_stone id="23722" targetType="ARMOR" type="FIXED" visualId="23718" bodyPart="gloves" raceNot="ERTHEIA" /> <!-- Military Gloves Appearance Stone -->
<appearance_stone id="23723" targetType="ARMOR" type="FIXED" visualId="23719" bodyPart="feet" raceNot="ERTHEIA" /> <!-- Military Shoes Appearance Stone -->
<!-- Ninja Suit -->
<appearance_stone id="23189" targetType="ARMOR" type="FIXED" visualId="23554"> <!-- Ninja Top Appearance Stone -->
<bodyPart>chest</bodyPart>
<bodyPart>fullarmor</bodyPart>
</appearance_stone>
<appearance_stone id="23190" targetType="ARMOR" type="FIXED" visualId="23555" bodyPart="legs" raceNot="ERTHEIA" /> <!-- Ninja Pants Appearance Stone -->
<appearance_stone id="23191" targetType="ARMOR" type="FIXED" visualId="23556" bodyPart="gloves" raceNot="ERTHEIA" /> <!-- Ninja Gloves Appearance Stone -->
<appearance_stone id="23192" targetType="ARMOR" type="FIXED" visualId="23557" bodyPart="feet" raceNot="ERTHEIA" /> <!-- Ninja Shoes Appearance Stone -->
<appearance_stone id="23193" targetType="ACCESSORY" type="FIXED" visualId="23558" raceNot="ERTHEIA"> <!-- Ninja Hair Accessory Appearance Stone -->
<bodyPart>hair</bodyPart>
<bodyPart>hair2</bodyPart>
<bodyPart>hairall</bodyPart>
</appearance_stone>
<!-- Ninja Suit with skill -->
<appearance_stone id="23564" targetType="ARMOR" type="FIXED" visualId="23554"> <!-- Ninja Top Appearance Stone -->
<bodyPart>chest</bodyPart>
<bodyPart>fullarmor</bodyPart>
</appearance_stone>
<appearance_stone id="23565" targetType="ARMOR" type="FIXED" visualId="23555" bodyPart="legs" raceNot="ERTHEIA" /> <!-- Ninja Pants Appearance Stone -->
<appearance_stone id="23566" targetType="ARMOR" type="FIXED" visualId="23556" bodyPart="gloves" raceNot="ERTHEIA" /> <!-- Ninja Gloves Appearance Stone -->
<appearance_stone id="23567" targetType="ARMOR" type="FIXED" visualId="23557" bodyPart="feet" raceNot="ERTHEIA" /> <!-- Ninja Shoes Appearance Stone -->
<!-- Traditional Taiwanese Suit -->
<appearance_stone id="23194" targetType="ARMOR" type="FIXED" visualId="23184"> <!-- Traditional Taiwanese Top Appearance Stone -->
<bodyPart>chest</bodyPart>
<bodyPart>fullarmor</bodyPart>
</appearance_stone>
<appearance_stone id="23195" targetType="ARMOR" type="FIXED" visualId="23185" bodyPart="legs" raceNot="ERTHEIA" /> <!-- Traditional Taiwanese Pants Appearance Stone -->
<appearance_stone id="23196" targetType="ARMOR" type="FIXED" visualId="23186" bodyPart="gloves" raceNot="ERTHEIA" /> <!-- Traditional Taiwanese Gloves Appearance Stone -->
<appearance_stone id="23197" targetType="ARMOR" type="FIXED" visualId="23187" bodyPart="feet" raceNot="ERTHEIA" /> <!-- Traditional Taiwanese Shoes Appearance Stone -->
<appearance_stone id="23198" targetType="ACCESSORY" type="FIXED" visualId="23188" raceNot="ERTHEIA"> <!-- Traditional Taiwanese Hair Accessory Appearance Stone -->
<bodyPart>hair</bodyPart>
<bodyPart>hair2</bodyPart>
<bodyPart>hairall</bodyPart>
</appearance_stone>
<!-- Onepiece -->
<appearance_stone id="23172" targetType="ARMOR" type="FIXED" visualId="23171" raceNot="ERTHEIA"> <!-- Beach Swimsuit Appearance Stone -->
<bodyPart>chest</bodyPart>
<bodyPart>fullarmor</bodyPart>
</appearance_stone>
<appearance_stone id="23234" targetType="ARMOR" type="FIXED" visualId="23173" raceNot="ERTHEIA"> <!-- Alluring Swimsuit Appearance Stone -->
<bodyPart>chest</bodyPart>
<bodyPart>fullarmor</bodyPart>
</appearance_stone>
<appearance_stone id="23235" targetType="ARMOR" type="FIXED" visualId="23226" raceNot="ERTHEIA"> <!-- Seductive Swimsuit Appearance Stone -->
<bodyPart>chest</bodyPart>
<bodyPart>fullarmor</bodyPart>
</appearance_stone>
<appearance_stone id="23486" targetType="ARMOR" type="FIXED" visualId="23485"> <!-- Santa Outfit Appearance Stone -->
<bodyPart>chest</bodyPart>
<bodyPart>fullarmor</bodyPart>
</appearance_stone>
<appearance_stone id="23487" targetType="ARMOR" type="FIXED" visualId="23485"> <!-- Santa Outfit Appearance Stone -->
<bodyPart>chest</bodyPart>
<bodyPart>fullarmor</bodyPart>
</appearance_stone>
<!-- Shield and Sigils -->
<appearance_stone id="22680" targetType="ARMOR" type="FIXED" visualId="22664" armorType="SHIELD" raceNot="ERTHEIA" /> <!-- Emerald Weapon Appearance Stone: Shield -->
<appearance_stone id="22681" targetType="ARMOR" type="FIXED" visualId="22665" armorType="SIGIL" raceNot="ERTHEIA" /> <!-- Emerald Weapon Appearance Stone: Sigil -->
<appearance_stone id="22741" targetType="ARMOR" type="FIXED" visualId="22725" armorType="SHIELD" raceNot="ERTHEIA" /> <!-- Japanese Shield Appearance Stone -->
<appearance_stone id="22742" targetType="ARMOR" type="FIXED" visualId="22726" armorType="SIGIL" raceNot="ERTHEIA" /> <!-- Japanese Sigil Appearance Stone -->
<!--Accessory Appearance Stones -->
<!--Normal -->
<appearance_stone id="22708" targetType="ACCESSORY" type="NORMAL" cost="125000" /> <!-- Accessory Appearance Stone -->
<!--Blessed -->
<appearance_stone id="22709" targetType="ACCESSORY" type="BLESSED" /> <!-- Accessory Appearance Stone -->
<!--Restore -->
<appearance_stone id="22882" targetType="ACCESSORY" type="RESTORE" /> <!-- Hair Accessory Appearance Restoration Stone -->
<!--Anakim Outfit -->
<appearance_stone id="23882" targetType="ARMOR" type="FIXED" visualId="23881" raceNot="ERTHEIA">
<bodyPart>chest</bodyPart>
<bodyPart>fullarmor</bodyPart>
</appearance_stone>
<!--Dark Assassion Suit -->
<appearance_stone id="24134" targetType="ARMOR" type="FIXED" visualId="24133">
<bodyPart>chest</bodyPart>
<bodyPart>fullarmor</bodyPart>
</appearance_stone>
<!--Vampire Suit -->
<appearance_stone id="23888" targetType="ARMOR" type="FIXED" visualId="23883" raceNot="ERTHEIA">
<bodyPart>chest</bodyPart>
<bodyPart>fullarmor</bodyPart>
</appearance_stone>
<appearance_stone id="23889" targetType="ARMOR" type="FIXED" visualId="23884" bodyPart="legs" raceNot="ERTHEIA" />
<appearance_stone id="23890" targetType="ARMOR" type="FIXED" visualId="23885" bodyPart="gloves" raceNot="ERTHEIA" />
<appearance_stone id="23891" targetType="ARMOR" type="FIXED" visualId="23886" bodyPart="feet" raceNot="ERTHEIA" />
<appearance_stone id="23892" targetType="ACCESSORY" type="FIXED" visualId="23887" raceNot="ERTHEIA">
<bodyPart>hair</bodyPart>
<bodyPart>hair2</bodyPart>
<bodyPart>hairall</bodyPart>
</appearance_stone>
<!--Samurai Outfit -->
<appearance_stone id="23880" targetType="ARMOR" type="FIXED" visualId="23879">
<bodyPart>chest</bodyPart>
<bodyPart>fullarmor</bodyPart>
</appearance_stone>
<appearance_stone id="23878" targetType="ACCESSORY" type="FIXED" visualId="23877">
<bodyPart>hair</bodyPart>
<bodyPart>hair2</bodyPart>
<bodyPart>hairall</bodyPart>
</appearance_stone>
<!--NC Dinos Uniform -->
<appearance_stone id="45435" targetType="ARMOR" type="FIXED" visualId="37725" lifeTime="30days">
<bodyPart>chest</bodyPart>
<bodyPart>fullarmor</bodyPart>
</appearance_stone>
<appearance_stone id="45433" targetType="ACCESSORY" type="FIXED" visualId="37726" lifeTime="30days">
<bodyPart>hair</bodyPart>
<bodyPart>hair2</bodyPart>
<bodyPart>hairall</bodyPart>
</appearance_stone>
<!-- Tears One-handed Blunt Weapon -->
<appearance_stone id="23936" targetType="WEAPON" type="FIXED" visualId="23920" weaponType="BLUNT" bodyPart="lhand" lifeTime="7days" />
<!-- Tears Magic Sword -->
<appearance_stone id="23937" targetType="WEAPON" type="FIXED" visualId="23921" weaponType="SWORD" magicType="MAGICAL" bodyPart="lhand" lifeTime="7days" />
<!-- Tears Tears One-handed Magic Blunt Weapon -->
<appearance_stone id="23938" targetType="WEAPON" type="FIXED" visualId="23922" weaponType="BLUNT" magicType="MAGICAL" lifeTime="7days" />
<!-- Tears Two-handed Magic Blunt Weapon -->
<appearance_stone id="23939" targetType="WEAPON" type="FIXED" visualId="23923" weaponType="DUALBLUNT" magicType="MAGICAL" lifeTime="7days" />
<!-- Tears Dual Dagger -->
<appearance_stone id="23941" targetType="WEAPON" type="FIXED" visualId="23945" weaponType="DUALDAGGER" lifeTime="7days" />
<!-- Tears Dual Blunt Weapon -->
<appearance_stone id="23942" targetType="WEAPON" type="FIXED" visualId="23946" weaponType="DUALBLUNT" lifeTime="7days" />
<!-- Tears Shield -->
<appearance_stone id="23943" targetType="ARMOR" type="FIXED" visualId="23927" armorType="SHIELD" lifeTime="7days" />
<!-- Tears Sigil -->
<appearance_stone id="23944" targetType="ARMOR" type="FIXED" visualId="23928" armorType="SIGIL" lifeTime="7days" />
<!-- Valentine Dagger -->
<appearance_stone id="37688" targetType="WEAPON" type="FIXED" visualId="37688" weaponType="DAGGER" lifeTime="15days" />
<!-- Valentine One-handed Sword -->
<appearance_stone id="37689" targetType="WEAPON" type="FIXED" visualId="37689" weaponType="SWORD" lifeTime="15days" />
<!-- Valentine Two-handed Sword -->
<appearance_stone id="37690" targetType="WEAPON" type="FIXED" visualId="37690" weaponType="SWORD" bodyPart="lrhand" lifeTime="15days" />
<!-- Valentine One-handed Blunt Weapon -->
<appearance_stone id="37691" targetType="WEAPON" type="FIXED" visualId="37691" weaponType="BLUNT" bodyPart="lhand" lifeTime="15days" />
<!-- Valentine Fist Weapon -->
<appearance_stone id="37692" targetType="WEAPON" type="FIXED" visualId="37692" weaponType="DUALFIST" lifeTime="15days" />
<!-- Valentine Spear -->
<appearance_stone id="37693" targetType="WEAPON" type="FIXED" visualId="37693" weaponType="POLE" lifeTime="15days" />
<!-- Valentine Bow -->
<appearance_stone id="37694" targetType="WEAPON" type="FIXED" visualId="37694" weaponType="BOW" lifeTime="15days" />
<!-- Valentine Crossbow -->
<appearance_stone id="37695" targetType="WEAPON" type="FIXED" visualId="37695" weaponType="CROSSBOW" lifeTime="15days" />
<!-- Valentine One-handed Magic Sword -->
<appearance_stone id="37696" targetType="WEAPON" type="FIXED" visualId="37696" weaponType="SWORD" lifeTime="15days" />
<!-- Valentine One-handed Magic Blunt Weapon -->
<appearance_stone id="37697" targetType="WEAPON" type="FIXED" visualId="37697" weaponType="BLUNT" magicType="MAGICAL" lifeTime="15days" />
<!-- Valentine Two-handed Magic Blunt Weapon -->
<appearance_stone id="37698" targetType="WEAPON" type="FIXED" visualId="37698" weaponType="DUALBLUNT" magicType="MAGICAL" lifeTime="15days" />
<!-- Valentine Dualsword -->
<appearance_stone id="37699" targetType="WEAPON" type="FIXED" visualId="37699" weaponType="DUAL" lifeTime="15days" />
<!-- Valentine Dual Dagger -->
<appearance_stone id="37700" targetType="WEAPON" type="FIXED" visualId="37700" weaponType="DUALDAGGER" lifeTime="15days" />
<!-- Valentine Dual Blunt Weapon -->
<appearance_stone id="37701" targetType="WEAPON" type="FIXED" visualId="37701" weaponType="DUALBLUNT" lifeTime="15days" />
<!-- Valentine Shield -->
<appearance_stone id="37702" targetType="ARMOR" type="FIXED" visualId="37702" armorType="SHIELD" lifeTime="15days" />
<!-- Valentine Sigil -->
<appearance_stone id="37703" targetType="ARMOR" type="FIXED" visualId="37703" armorType="SIGIL" lifeTime="15days" />
<!-- Pig Lollipop Appearance Stone: One-handed Sword -->
<appearance_stone id="37907" targetType="WEAPON" type="FIXED" visualId="37629" weaponType="SWORD" />
<!-- Chrono Cithara Appearance Stone: One-handed Sword -->
<appearance_stone id="37908" targetType="WEAPON" type="FIXED" visualId="37945" weaponType="SWORD" />
<!-- Chrono Unitus Appearance Stone: Fist Weapon -->
<appearance_stone id="37909" targetType="WEAPON" type="FIXED" visualId="37946" weaponType="DUALFIST" />
<!-- Chrono Campana Appearance Stone: Spear -->
<appearance_stone id="37910" targetType="WEAPON" type="FIXED" visualId="37947" weaponType="POLE" />
<!-- Chrono Darbuka Appearance Stone: Two-handed Blunt Weapon -->
<appearance_stone id="37911" targetType="WEAPON" type="FIXED" visualId="37948" weaponType="DUALBLUNT" />
<!-- Chrono Maracas Appearance Stone: Dualsword -->
<appearance_stone id="37912" targetType="WEAPON" type="FIXED" visualId="37949" weaponType="DUAL" />
<!-- Pumpkin Dagger Appearance Stone: Dagger -->
<appearance_stone id="37913" targetType="WEAPON" type="FIXED" visualId="37916" weaponType="DAGGER" />
<!-- Pumpkin Dual Dagger Appearance Stone: Dual Dagger -->
<appearance_stone id="37914" targetType="WEAPON" type="FIXED" visualId="37917" weaponType="DUALDAGGER" />
<!-- Scarecrow Sword Appearance Stone: One-handed Magic Sword -->
<appearance_stone id="37915" targetType="WEAPON" type="FIXED" visualId="37918" weaponType="SWORD" magicType="MAGICAL" />
</list>

View File

@ -1,965 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/BeautyShop.xsd">
<race type="HUMAN">
<sex type="MALE">
<hair id="10008" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10001" adena="15000000" reset_adena="1000000">
<color id="101" />
</hair>
<hair id="10009" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10002" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10010" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10003" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10011" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10004" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10005" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10013" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10006" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10007" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<face id="20001" adena="2000000" reset_adena="500000" />
<face id="20002" adena="2000000" reset_adena="500000" />
<face id="20003" adena="2000000" reset_adena="500000" />
<face id="20004" reset_adena="1000000" beauty_shop_ticket="1" />
<face id="20005" reset_adena="1000000" beauty_shop_ticket="1" />
</sex>
<sex type="FEMALE">
<hair id="10008" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10001" adena="15000000" reset_adena="1000000" beauty_shop_ticket="0">
<color id="101" />
</hair>
<hair id="10009" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10002" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10010" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10003" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10011" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10004" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10005" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10013" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10006" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10007" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<face id="20001" adena="2000000" reset_adena="500000" />
<face id="20002" adena="2000000" reset_adena="500000" />
<face id="20003" adena="2000000" reset_adena="500000" />
<face id="20004" reset_adena="1000000" beauty_shop_ticket="1" />
<face id="20005" reset_adena="1000000" beauty_shop_ticket="1" />
</sex>
</race>
<race type="ELF">
<sex type="MALE">
<hair id="10008" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10001" adena="15000000" reset_adena="1000000">
<color id="101" />
</hair>
<hair id="10009" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10002" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10010" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10003" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10011" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10004" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10005" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10013" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10006" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10007" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<face id="20001" adena="2000000" reset_adena="500000" />
<face id="20002" adena="2000000" reset_adena="500000" />
<face id="20003" adena="2000000" reset_adena="500000" />
<face id="20004" reset_adena="1000000" beauty_shop_ticket="1" />
<face id="20005" reset_adena="1000000" beauty_shop_ticket="1" />
</sex>
<sex type="FEMALE">
<hair id="10008" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10001" adena="15000000" reset_adena="1000000">
<color id="101" />
</hair>
<hair id="10009" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10002" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10010" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10003" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10011" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10004" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10005" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10013" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10006" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10007" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<face id="20001" adena="2000000" reset_adena="500000" />
<face id="20002" adena="2000000" reset_adena="500000" />
<face id="20003" adena="2000000" reset_adena="500000" />
<face id="20004" reset_adena="1000000" beauty_shop_ticket="1" />
<face id="20005" reset_adena="1000000" beauty_shop_ticket="1" />
</sex>
</race>
<race type="DARK_ELF">
<sex type="MALE">
<hair id="10008" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10001" adena="15000000" reset_adena="1000000">
<color id="101" />
</hair>
<hair id="10009" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10002" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10010" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10003" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10011" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10004" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10005" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10013" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10006" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10007" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<face id="20001" adena="2000000" reset_adena="500000" />
<face id="20002" adena="2000000" reset_adena="500000" />
<face id="20003" adena="2000000" reset_adena="500000" />
<face id="20004" reset_adena="1000000" beauty_shop_ticket="1" />
<face id="20005" reset_adena="1000000" beauty_shop_ticket="1" />
</sex>
<sex type="FEMALE">
<hair id="10008" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10001" adena="15000000" reset_adena="1000000">
<color id="101" />
</hair>
<hair id="10009" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10002" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10010" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10003" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10011" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10004" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10005" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10013" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10006" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10007" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<face id="20001" adena="2000000" reset_adena="500000" />
<face id="20002" adena="2000000" reset_adena="500000" />
<face id="20003" adena="2000000" reset_adena="500000" />
<face id="20004" reset_adena="1000000" beauty_shop_ticket="1" />
<face id="20005" reset_adena="1000000" beauty_shop_ticket="1" />
</sex>
</race>
<race type="ORC">
<sex type="MALE">
<hair id="10008" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10001" adena="15000000" reset_adena="1000000">
<color id="101" />
</hair>
<hair id="10009" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10002" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10010" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10003" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10011" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10004" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10005" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10013" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10006" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10007" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<face id="20001" adena="2000000" reset_adena="500000" />
<face id="20002" adena="2000000" reset_adena="500000" />
<face id="20003" adena="2000000" reset_adena="500000" />
<face id="20004" reset_adena="1000000" beauty_shop_ticket="1" />
<face id="20005" reset_adena="1000000" beauty_shop_ticket="1" />
</sex>
<sex type="FEMALE">
<hair id="10008" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10001" adena="15000000" reset_adena="1000000">
<color id="101" />
</hair>
<hair id="10009" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10002" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10010" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10003" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10011" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10004" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10005" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10013" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10006" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10007" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<face id="20001" adena="2000000" reset_adena="500000" />
<face id="20002" adena="2000000" reset_adena="500000" />
<face id="20003" adena="2000000" reset_adena="500000" />
<face id="20004" reset_adena="1000000" beauty_shop_ticket="1" />
<face id="20005" reset_adena="1000000" beauty_shop_ticket="1" />
</sex>
</race>
<race type="DWARF">
<sex type="MALE">
<hair id="10008" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10001" adena="15000000" reset_adena="1000000">
<color id="101" />
</hair>
<hair id="10009" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10002" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10010" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10003" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10011" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10004" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10005" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10013" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10006" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10007" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<face id="20001" adena="2000000" reset_adena="500000" />
<face id="20002" adena="2000000" reset_adena="500000" />
<face id="20003" adena="2000000" reset_adena="500000" />
<face id="20004" reset_adena="1000000" beauty_shop_ticket="1" />
<face id="20005" reset_adena="1000000" beauty_shop_ticket="1" />
</sex>
<sex type="FEMALE">
<hair id="10008" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10001" adena="15000000" reset_adena="1000000">
<color id="101" />
</hair>
<hair id="10009" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10002" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10010" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10003" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10011" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10004" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10005" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10013" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10006" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10007" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<face id="20001" adena="2000000" reset_adena="500000" />
<face id="20002" adena="2000000" reset_adena="500000" />
<face id="20003" adena="2000000" reset_adena="500000" />
<face id="20004" reset_adena="1000000" beauty_shop_ticket="1" />
<face id="20005" reset_adena="1000000" beauty_shop_ticket="1" />
</sex>
</race>
<race type="KAMAEL">
<sex type="MALE">
<hair id="10008" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10001" adena="15000000" reset_adena="1000000">
<color id="101" />
</hair>
<hair id="10009" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10002" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10010" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10003" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10011" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10004" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10005" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10013" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10006" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10007" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<face id="20001" adena="2000000" reset_adena="500000" />
<face id="20002" adena="2000000" reset_adena="500000" />
<face id="20003" adena="2000000" reset_adena="500000" />
<face id="20004" reset_adena="1000000" beauty_shop_ticket="1" />
<face id="20005" reset_adena="1000000" beauty_shop_ticket="1" />
</sex>
</race>
<race type="ERTHEIA">
<sex type="FEMALE">
<hair id="10008" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10001" adena="15000000" reset_adena="1000000">
<color id="101" />
</hair>
<hair id="10009" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10002" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10010" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10003" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10011" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10004" reset_adena="1000000" beauty_shop_ticket="4">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10005" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10013" reset_adena="1000000" beauty_shop_ticket="7">
<color id="104" adena="3000000" />
<color id="105" adena="3000000" />
<color id="106" adena="3000000" />
<color id="107" adena="3000000" />
<color id="108" adena="3000000" />
<color id="101" adena="3000000" />
<color id="109" adena="3000000" />
<color id="102" adena="3000000" />
<color id="110" adena="3000000" />
<color id="103" adena="3000000" />
</hair>
<hair id="10006" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<hair id="10007" reset_adena="1000000" beauty_shop_ticket="4">
<color id="101" />
</hair>
<face id="20001" adena="2000000" reset_adena="500000" />
<face id="20002" adena="2000000" reset_adena="500000" />
<face id="20003" adena="2000000" reset_adena="500000" />
<face id="20004" reset_adena="1000000" beauty_shop_ticket="1" />
<face id="20005" reset_adena="1000000" beauty_shop_ticket="1" />
</sex>
</race>
</list>

View File

@ -1,535 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/ItemAuctions.xsd">
<!-- Documentation: -->
<!-- <instance id="NPC ID of the auctioneer" day_of_week="1 - Monday, 7 - Sunday" hour_of_day="0-23" minute_of_hour="0-59"> -->
<!-- <item auctionItemId="1" itemId="9901" itemCount="1" auctionInitBid="100000000" auctionLenght="300 (in minutes)"> -->
<!-- <extra enchant_level="15" augmentation_id="you can take it from item_attributes table" augmentation_skill_id="3241" augmentation_skill_lvl="10" /> -->
<!-- </item> -->
<!-- </instance> -->
<!-- instead of day_of_week you can use interval between auction in days -->
<!-- <instance id="NPC ID of the auctioneer" interval="1" hour_of_day="0-23" minute_of_hour="0-59"> -->
<!-- <item auctionItemId="1" itemId="10485" itemCount="1" auctionInitBid="100000000" auctionLenght="300" /> -->
<!-- </instance> -->
<instance id="32320" day_of_week="5" hour_of_day="17">
<!-- Improved Weapons (No-Grade) +15 -->
<!-- Improved Falchion -->
<item auctionItemId="1" itemId="9901" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Great Spear -->
<item auctionItemId="2" itemId="9902" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Iron Hammer -->
<item auctionItemId="3" itemId="9903" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Sword Breaker -->
<item auctionItemId="4" itemId="9904" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Viper Fang -->
<item auctionItemId="5" itemId="9905" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Composite Bow -->
<item auctionItemId="6" itemId="9906" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Flanged Mace -->
<item auctionItemId="7" itemId="9907" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Mage Staff -->
<item auctionItemId="8" itemId="9908" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Life Stones -->
<!-- Top-Grade Life Stone - Level 80 -->
<item auctionItemId="9" itemId="9576" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Top-Grade Life Stone - Level 82 -->
<item auctionItemId="10" itemId="10486" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Red Soul Crystal - Stage 15 -->
<item auctionItemId="11" itemId="10480" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Green Soul Crystal - Stage 15 -->
<item auctionItemId="12" itemId="10482" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Blue Soul Crystal - Stage 15 -->
<item auctionItemId="13" itemId="10481" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Red Soul Crystal - Stage 16 -->
<item auctionItemId="14" itemId="13071" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Green Soul Crystal - Stage 16 -->
<item auctionItemId="15" itemId="13073" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Blue Soul Crystal - Stage 16 -->
<item auctionItemId="16" itemId="13072" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- High-Grade Life Stone - Level 80 -->
<item auctionItemId="17" itemId="9575" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- High-Grade Life Stone - Level 82 -->
<item auctionItemId="18" itemId="10485" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Forgotten Scrolls -->
<!-- Forgotten Scroll - Protection of Rune -->
<item auctionItemId="19" itemId="10549" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Forgotten Scroll - Protection of Elemental -->
<item auctionItemId="20" itemId="10550" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Forgotten Scroll - Protection of Alignment -->
<item auctionItemId="21" itemId="10551" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Forgotten Scroll - Fighter's Will -->
<item auctionItemId="22" itemId="10552" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Forgotten Scroll - Archer's Will -->
<item auctionItemId="23" itemId="10553" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Forgotten Scroll - Magician's Will -->
<item auctionItemId="24" itemId="14219" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Hair Accessories -->
<!-- Refined Chick Hat -->
<item auctionItemId="25" itemId="13497" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Refined Wizard Hat -->
<item auctionItemId="26" itemId="13498" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Refined Black Feather Mask -->
<item auctionItemId="27" itemId="13500" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Refined Romantic Chapeau -->
<item auctionItemId="28" itemId="13501" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Refined Carnival Circlet -->
<item auctionItemId="29" itemId="13493" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Refined Jester Hat -->
<item auctionItemId="30" itemId="13499" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- High Grade S84 Weapons -->
<!-- Periel Sword -->
<item auctionItemId="31" itemId="15558" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Skull Edge -->
<item auctionItemId="32" itemId="15559" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Vigwik Axe -->
<item auctionItemId="33" itemId="15560" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Devilish Maul -->
<item auctionItemId="34" itemId="15561" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Feather Eye Blade -->
<item auctionItemId="35" itemId="15562" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Octo Claw -->
<item auctionItemId="36" itemId="15563" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Doubletop Spear -->
<item auctionItemId="37" itemId="15564" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Rising Star -->
<item auctionItemId="38" itemId="15565" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Black Visage -->
<item auctionItemId="39" itemId="15566" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Veniplant Sword -->
<item auctionItemId="40" itemId="15567" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Skull Carnium Bow -->
<item auctionItemId="41" itemId="15568" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Gemtail Rapier -->
<item auctionItemId="42" itemId="15569" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Finale Blade -->
<item auctionItemId="43" itemId="15570" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Dominion Crossbow -->
<item auctionItemId="44" itemId="15571" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Skull Edge Dual Daggers -->
<item auctionItemId="45" itemId="16152" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Periel Dual Sword -->
<item auctionItemId="46" itemId="16154" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Top Grade S84 Weapons -->
<!-- Eternal Core Sword -->
<item auctionItemId="47" itemId="15544" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Mamba Edge -->
<item auctionItemId="48" itemId="15545" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Eversor Mace -->
<item auctionItemId="49" itemId="15546" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Contristo Hammer -->
<item auctionItemId="50" itemId="15547" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Lava Saw -->
<item auctionItemId="51" itemId="15548" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Jade Claw -->
<item auctionItemId="52" itemId="15549" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Demitelum -->
<item auctionItemId="53" itemId="15550" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Sacredium -->
<item auctionItemId="54" itemId="15551" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Cyclic Cane -->
<item auctionItemId="55" itemId="15552" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Archangel Sword -->
<item auctionItemId="56" itemId="15553" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Recurve Thorne Bow -->
<item auctionItemId="57" itemId="15554" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Heavenstare Rapier -->
<item auctionItemId="58" itemId="15555" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Pyseal Blade -->
<item auctionItemId="59" itemId="15556" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Thorne Crossbow -->
<item auctionItemId="60" itemId="15557" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Mamba Edge Dual Daggers -->
<item auctionItemId="61" itemId="16156" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Eternal Core Dual Sword -->
<item auctionItemId="62" itemId="16158" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Armors -->
<!-- Elegia Helmet -->
<item auctionItemId="63" itemId="15572" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Leather Helmet -->
<item auctionItemId="64" itemId="15573" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Circlet -->
<item auctionItemId="65" itemId="15574" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Breastplate -->
<item auctionItemId="66" itemId="15575" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Leather Breastplate -->
<item auctionItemId="67" itemId="15576" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Tunic -->
<item auctionItemId="68" itemId="15577" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Gaiter -->
<item auctionItemId="69" itemId="15578" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Leather Legging -->
<item auctionItemId="70" itemId="15579" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Stockings -->
<item auctionItemId="71" itemId="15580" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Gauntlet -->
<item auctionItemId="72" itemId="15581" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Leather Gloves -->
<item auctionItemId="73" itemId="15582" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Gloves -->
<item auctionItemId="74" itemId="15583" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Boots -->
<item auctionItemId="75" itemId="15584" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Leather Boots -->
<item auctionItemId="76" itemId="15585" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Shoes -->
<item auctionItemId="77" itemId="15586" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Shield -->
<item auctionItemId="78" itemId="15587" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Sigil -->
<item auctionItemId="79" itemId="15588" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Enchaced Epic Jewelery -->
<!-- Greater Queen Ant's Ring -->
<item auctionItemId="80" itemId="22174" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Greater Zaken's Earring of Immortality -->
<item auctionItemId="81" itemId="22175" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Greater Baium's Ring -->
<item auctionItemId="82" itemId="22173" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
</instance>
<instance id="32321" day_of_week="1" hour_of_day="17">
<!-- Improved Weapons (No-Grade) +15 -->
<!-- Improved Falchion -->
<item auctionItemId="1" itemId="9901" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Great Spear -->
<item auctionItemId="2" itemId="9902" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Iron Hammer -->
<item auctionItemId="3" itemId="9903" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Sword Breaker -->
<item auctionItemId="4" itemId="9904" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Viper Fang -->
<item auctionItemId="5" itemId="9905" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Composite Bow -->
<item auctionItemId="6" itemId="9906" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Flanged Mace -->
<item auctionItemId="7" itemId="9907" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Mage Staff -->
<item auctionItemId="8" itemId="9908" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Life Stones -->
<!-- Top-Grade Life Stone - Level 80 -->
<item auctionItemId="9" itemId="9576" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Top-Grade Life Stone - Level 82 -->
<item auctionItemId="10" itemId="10486" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Red Soul Crystal - Stage 15 -->
<item auctionItemId="11" itemId="10480" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Green Soul Crystal - Stage 15 -->
<item auctionItemId="12" itemId="10482" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Blue Soul Crystal - Stage 15 -->
<item auctionItemId="13" itemId="10481" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Red Soul Crystal - Stage 16 -->
<item auctionItemId="14" itemId="13071" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Green Soul Crystal - Stage 16 -->
<item auctionItemId="15" itemId="13073" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Blue Soul Crystal - Stage 16 -->
<item auctionItemId="16" itemId="13072" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- High-Grade Life Stone - Level 80 -->
<item auctionItemId="17" itemId="9575" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- High-Grade Life Stone - Level 82 -->
<item auctionItemId="18" itemId="10485" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Forgotten Scrolls -->
<!-- Forgotten Scroll - Protection of Rune -->
<item auctionItemId="19" itemId="10549" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Forgotten Scroll - Protection of Elemental -->
<item auctionItemId="20" itemId="10550" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Forgotten Scroll - Protection of Alignment -->
<item auctionItemId="21" itemId="10551" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Forgotten Scroll - Fighter's Will -->
<item auctionItemId="22" itemId="10552" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Forgotten Scroll - Archer's Will -->
<item auctionItemId="23" itemId="10553" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Forgotten Scroll - Magician's Will -->
<item auctionItemId="24" itemId="14219" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Hair Accessories -->
<!-- Refined Chick Hat -->
<item auctionItemId="25" itemId="13497" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Refined Wizard Hat -->
<item auctionItemId="26" itemId="13498" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Refined Black Feather Mask -->
<item auctionItemId="27" itemId="13500" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Refined Romantic Chapeau -->
<item auctionItemId="28" itemId="13501" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Refined Carnival Circlet -->
<item auctionItemId="29" itemId="13493" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Refined Jester Hat -->
<item auctionItemId="30" itemId="13499" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- High Grade S84 Weapons -->
<!-- Periel Sword -->
<item auctionItemId="31" itemId="15558" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Skull Edge -->
<item auctionItemId="32" itemId="15559" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Vigwik Axe -->
<item auctionItemId="33" itemId="15560" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Devilish Maul -->
<item auctionItemId="34" itemId="15561" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Feather Eye Blade -->
<item auctionItemId="35" itemId="15562" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Octo Claw -->
<item auctionItemId="36" itemId="15563" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Doubletop Spear -->
<item auctionItemId="37" itemId="15564" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Rising Star -->
<item auctionItemId="38" itemId="15565" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Black Visage -->
<item auctionItemId="39" itemId="15566" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Veniplant Sword -->
<item auctionItemId="40" itemId="15567" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Skull Carnium Bow -->
<item auctionItemId="41" itemId="15568" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Gemtail Rapier -->
<item auctionItemId="42" itemId="15569" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Finale Blade -->
<item auctionItemId="43" itemId="15570" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Dominion Crossbow -->
<item auctionItemId="44" itemId="15571" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Skull Edge Dual Daggers -->
<item auctionItemId="45" itemId="16152" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Periel Dual Sword -->
<item auctionItemId="46" itemId="16154" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Top Grade S84 Weapons -->
<!-- Eternal Core Sword -->
<item auctionItemId="47" itemId="15544" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Mamba Edge -->
<item auctionItemId="48" itemId="15545" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Eversor Mace -->
<item auctionItemId="49" itemId="15546" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Contristo Hammer -->
<item auctionItemId="50" itemId="15547" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Lava Saw -->
<item auctionItemId="51" itemId="15548" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Jade Claw -->
<item auctionItemId="52" itemId="15549" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Demitelum -->
<item auctionItemId="53" itemId="15550" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Sacredium -->
<item auctionItemId="54" itemId="15551" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Cyclic Cane -->
<item auctionItemId="55" itemId="15552" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Archangel Sword -->
<item auctionItemId="56" itemId="15553" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Recurve Thorne Bow -->
<item auctionItemId="57" itemId="15554" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Heavenstare Rapier -->
<item auctionItemId="58" itemId="15555" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Pyseal Blade -->
<item auctionItemId="59" itemId="15556" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Thorne Crossbow -->
<item auctionItemId="60" itemId="15557" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Mamba Edge Dual Daggers -->
<item auctionItemId="61" itemId="16156" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Eternal Core Dual Sword -->
<item auctionItemId="62" itemId="16158" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Armors -->
<!-- Elegia Helmet -->
<item auctionItemId="63" itemId="15572" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Leather Helmet -->
<item auctionItemId="64" itemId="15573" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Circlet -->
<item auctionItemId="65" itemId="15574" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Breastplate -->
<item auctionItemId="66" itemId="15575" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Leather Breastplate -->
<item auctionItemId="67" itemId="15576" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Tunic -->
<item auctionItemId="68" itemId="15577" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Gaiter -->
<item auctionItemId="69" itemId="15578" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Leather Legging -->
<item auctionItemId="70" itemId="15579" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Stockings -->
<item auctionItemId="71" itemId="15580" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Gauntlet -->
<item auctionItemId="72" itemId="15581" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Leather Gloves -->
<item auctionItemId="73" itemId="15582" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Gloves -->
<item auctionItemId="74" itemId="15583" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Boots -->
<item auctionItemId="75" itemId="15584" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Leather Boots -->
<item auctionItemId="76" itemId="15585" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Shoes -->
<item auctionItemId="77" itemId="15586" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Shield -->
<item auctionItemId="78" itemId="15587" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Sigil -->
<item auctionItemId="79" itemId="15588" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Enchaced Epic Jewelery -->
<!-- Greater Queen Ant's Ring -->
<item auctionItemId="80" itemId="22174" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Greater Zaken's Earring of Immortality -->
<item auctionItemId="81" itemId="22175" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Greater Baium's Ring -->
<item auctionItemId="82" itemId="22173" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
</instance>
<instance id="32322" day_of_week="3" hour_of_day="17">
<!-- Improved Weapons (No-Grade) +15 -->
<!-- Improved Falchion -->
<item auctionItemId="1" itemId="9901" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Great Spear -->
<item auctionItemId="2" itemId="9902" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Iron Hammer -->
<item auctionItemId="3" itemId="9903" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Sword Breaker -->
<item auctionItemId="4" itemId="9904" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Viper Fang -->
<item auctionItemId="5" itemId="9905" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Composite Bow -->
<item auctionItemId="6" itemId="9906" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Flanged Mace -->
<item auctionItemId="7" itemId="9907" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Improved Mage Staff -->
<item auctionItemId="8" itemId="9908" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Life Stones -->
<!-- Top-Grade Life Stone - Level 80 -->
<item auctionItemId="9" itemId="9576" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Top-Grade Life Stone - Level 82 -->
<item auctionItemId="10" itemId="10486" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Red Soul Crystal - Stage 15 -->
<item auctionItemId="11" itemId="10480" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Green Soul Crystal - Stage 15 -->
<item auctionItemId="12" itemId="10482" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Blue Soul Crystal - Stage 15 -->
<item auctionItemId="13" itemId="10481" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Red Soul Crystal - Stage 16 -->
<item auctionItemId="14" itemId="13071" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Green Soul Crystal - Stage 16 -->
<item auctionItemId="15" itemId="13073" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Blue Soul Crystal - Stage 16 -->
<item auctionItemId="16" itemId="13072" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- High-Grade Life Stone - Level 80 -->
<item auctionItemId="17" itemId="9575" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- High-Grade Life Stone - Level 82 -->
<item auctionItemId="18" itemId="10485" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Forgotten Scrolls -->
<!-- Forgotten Scroll - Protection of Rune -->
<item auctionItemId="19" itemId="10549" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Forgotten Scroll - Protection of Elemental -->
<item auctionItemId="20" itemId="10550" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Forgotten Scroll - Protection of Alignment -->
<item auctionItemId="21" itemId="10551" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Forgotten Scroll - Fighter's Will -->
<item auctionItemId="22" itemId="10552" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Forgotten Scroll - Archer's Will -->
<item auctionItemId="23" itemId="10553" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Forgotten Scroll - Magician's Will -->
<item auctionItemId="24" itemId="14219" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Hair Accessories -->
<!-- Refined Chick Hat -->
<item auctionItemId="25" itemId="13497" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Refined Wizard Hat -->
<item auctionItemId="26" itemId="13498" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Refined Black Feather Mask -->
<item auctionItemId="27" itemId="13500" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Refined Romantic Chapeau -->
<item auctionItemId="28" itemId="13501" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Refined Carnival Circlet -->
<item auctionItemId="29" itemId="13493" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Refined Jester Hat -->
<item auctionItemId="30" itemId="13499" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- High Grade S84 Weapons -->
<!-- Periel Sword -->
<item auctionItemId="31" itemId="15558" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Skull Edge -->
<item auctionItemId="32" itemId="15559" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Vigwik Axe -->
<item auctionItemId="33" itemId="15560" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Devilish Maul -->
<item auctionItemId="34" itemId="15561" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Feather Eye Blade -->
<item auctionItemId="35" itemId="15562" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Octo Claw -->
<item auctionItemId="36" itemId="15563" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Doubletop Spear -->
<item auctionItemId="37" itemId="15564" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Rising Star -->
<item auctionItemId="38" itemId="15565" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Black Visage -->
<item auctionItemId="39" itemId="15566" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Veniplant Sword -->
<item auctionItemId="40" itemId="15567" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Skull Carnium Bow -->
<item auctionItemId="41" itemId="15568" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Gemtail Rapier -->
<item auctionItemId="42" itemId="15569" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Finale Blade -->
<item auctionItemId="43" itemId="15570" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Dominion Crossbow -->
<item auctionItemId="44" itemId="15571" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Skull Edge Dual Daggers -->
<item auctionItemId="45" itemId="16152" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Periel Dual Sword -->
<item auctionItemId="46" itemId="16154" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Top Grade S84 Weapons -->
<!-- Eternal Core Sword -->
<item auctionItemId="47" itemId="15544" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Mamba Edge -->
<item auctionItemId="48" itemId="15545" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Eversor Mace -->
<item auctionItemId="49" itemId="15546" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Contristo Hammer -->
<item auctionItemId="50" itemId="15547" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Lava Saw -->
<item auctionItemId="51" itemId="15548" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Jade Claw -->
<item auctionItemId="52" itemId="15549" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Demitelum -->
<item auctionItemId="53" itemId="15550" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Sacredium -->
<item auctionItemId="54" itemId="15551" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Cyclic Cane -->
<item auctionItemId="55" itemId="15552" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Archangel Sword -->
<item auctionItemId="56" itemId="15553" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Recurve Thorne Bow -->
<item auctionItemId="57" itemId="15554" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Heavenstare Rapier -->
<item auctionItemId="58" itemId="15555" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Pyseal Blade -->
<item auctionItemId="59" itemId="15556" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Thorne Crossbow -->
<item auctionItemId="60" itemId="15557" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Mamba Edge Dual Daggers -->
<item auctionItemId="61" itemId="16156" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Eternal Core Dual Sword -->
<item auctionItemId="62" itemId="16158" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Armors -->
<!-- Elegia Helmet -->
<item auctionItemId="63" itemId="15572" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Leather Helmet -->
<item auctionItemId="64" itemId="15573" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Circlet -->
<item auctionItemId="65" itemId="15574" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Breastplate -->
<item auctionItemId="66" itemId="15575" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Leather Breastplate -->
<item auctionItemId="67" itemId="15576" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Tunic -->
<item auctionItemId="68" itemId="15577" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Gaiter -->
<item auctionItemId="69" itemId="15578" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Leather Legging -->
<item auctionItemId="70" itemId="15579" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Stockings -->
<item auctionItemId="71" itemId="15580" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Gauntlet -->
<item auctionItemId="72" itemId="15581" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Leather Gloves -->
<item auctionItemId="73" itemId="15582" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Gloves -->
<item auctionItemId="74" itemId="15583" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Boots -->
<item auctionItemId="75" itemId="15584" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Leather Boots -->
<item auctionItemId="76" itemId="15585" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Shoes -->
<item auctionItemId="77" itemId="15586" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Shield -->
<item auctionItemId="78" itemId="15587" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Elegia Sigil -->
<item auctionItemId="79" itemId="15588" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Enchaced Epic Jewelery -->
<!-- Greater Queen Ant's Ring -->
<item auctionItemId="80" itemId="22174" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Greater Zaken's Earring of Immortality -->
<item auctionItemId="81" itemId="22175" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
<!-- Greater Baium's Ring -->
<item auctionItemId="82" itemId="22173" itemCount="1" auctionInitBid="100000000" auctionLenght="300" />
</instance>
</list>

View File

@ -1,488 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list>
<!-- <FlyToLocation ToX="-111994" ToY="257250" ToZ="-1392" Type="2"/> -->
<track trackId="12" zone="Talking Island Village -> Essar to Gila ruins" ToX="-111994" ToY="257250" ToZ="-1392">
<way id="0"><jumpLoc next="1" x="-112860" y="256154" z="-1232" /></way>
<way id="1"><jumpLoc next="2" x="-113337" y="255468" z="-1064" /></way>
<way id="2"><jumpLoc next="3" x="-113486" y="254176" z="-1200" /></way>
<way id="3"><jumpLoc next="4" x="-114259" y="252583" z="-1536" /></way>
<way id="4"><jumpLoc next="5" x="-114192" y="249690" z="-1768" /></way>
<way id="5"><jumpLoc next="6" x="-114910" y="248363" z="-1896" /></way>
<way id="6"><jumpLoc next="7" x="-117316" y="246637" z="-2312" /></way>
<way id="7"><jumpLoc next="8" x="-116685" y="245179" z="-1944" /></way>
<way id="8"><jumpLoc next="9" x="-116402" y="243260" z="-1440" /></way>
<way id="9"><jumpLoc next="10" x="-116609" y="241530" z="-2568" /></way>
<way id="10"><jumpLoc next="11" x="-117165" y="239769" z="-2736" /></way>
<way id="11"><jumpLoc next="12" x="-116650" y="238339" z="-2472" /></way>
<way id="12"><jumpLoc next="-1" x="-115737" y="236295" z="-3088" /></way>
</track>
<!-- <FlyToLocation ToX="205888" ToY="80560" ToZ="1928" Type="2"/> -->
<track trackId="14" zone="Ancient capital of Ya Erkang -> Deep in the boreal forest / Timmy Nell embrace" ToX="205888" ToY="80560" ToZ="1928">
<way id="0">
<jumpLoc next="-1" x="205564" y="80480" z="404" />
<jumpLoc next="1" x="205324" y="77300" z="872" />
<jumpLoc next="5" x="207240" y="80900" z="608" />
</way>
<way id="1"><jumpLoc next="2" x="203776" y="74224" z="832" /></way>
<way id="2"><jumpLoc next="3" x="205088" y="73600" z="1228" /></way>
<way id="3"><jumpLoc next="4" x="204828" y="71336" z="1312" /></way>
<way id="4"><jumpLoc next="-1" x="205536" y="71256" z="996" /></way>
<way id="5"><jumpLoc next="6" x="208432" y="80028" z="592" /></way>
<way id="6"><jumpLoc next="7" x="211104" y="80768" z="-112" /></way>
<way id="7"><jumpLoc next="8" x="212288" y="79124" z="496" /></way>
<way id="8"><jumpLoc next="9" x="213100" y="80004" z="1612" /></way>
<way id="9"><jumpLoc next="-1" x="213968" y="81232" z="816" /></way>
</track>
<!-- <FlyToLocation ToX="211824" ToY="82800" ToZ="1456" Type="2"/> -->
<track trackId="15" zone="Ancient Yaer Kang (right) -> Deep Southern Forest / Timmy Nell embrace" ToX="211824" ToY="82800" ToZ="1456">
<way id="0">
<jumpLoc next="-1" x="211952" y="82592" z="136" />
<jumpLoc next="1" x="213152" y="84496" z="980" />
<jumpLoc next="9" x="213604" y="81868" z="1836" />
</way>
<way id="1"><jumpLoc next="2" x="214112" y="85312" z="1440" /></way>
<way id="2"><jumpLoc next="3" x="214896" y="86480" z="1640" /></way>
<way id="3"><jumpLoc next="4" x="217584" y="87984" z="1332" /></way>
<way id="4"><jumpLoc next="5" x="219680" y="88000" z="1328" /></way>
<way id="5"><jumpLoc next="6" x="220976" y="88368" z="1088" /></way>
<way id="6"><jumpLoc next="7" x="222336" y="88288" z="1064" /></way>
<way id="7"><jumpLoc next="8" x="222448" y="88424" z="1584" /></way>
<way id="8"><jumpLoc next="-1" x="222064" y="88944" z="812" /></way>
<way id="9"><jumpLoc next="-1" x="214032" y="81304" z="824" /></way>
</track>
<!-- <FlyToLocation ToX="213512" ToY="80556" ToZ="1524" Type="2"/> -->
<track trackId="16" zone="Leprechaun colonies (left) -> Ancient Yaer Kang (left)" ToX="213512" ToY="80556" ToZ="1524">
<way id="0"><jumpLoc next="1" x="211088" y="81056" z="112" /></way>
<way id="1"><jumpLoc next="2" x="209216" y="80240" z="-112" /></way>
<way id="2"><jumpLoc next="3" x="208512" y="79952" z="592" /></way>
<way id="3"><jumpLoc next="4" x="206336" y="80432" z="1604" /></way>
<way id="4"><jumpLoc next="-1" x="205264" y="80420" z="416" /></way>
</track>
<!-- <FlyToLocation ToX="214576" ToY="81936" ToZ="1960" Type="2"/> -->
<track trackId="17" zone="Leprechaun colonies (right) -> Ancient Yaer Kang (right)" ToX="214576" ToY="81936" ToZ="1960">
<way id="0"><jumpLoc next="1" x="213120" y="84432" z="944" /></way>
<way id="1"><jumpLoc next="2" x="212548" y="83588" z="544" /></way>
<way id="2"><jumpLoc next="3" x="211968" y="82880" z="960" /></way>
<way id="3"><jumpLoc next="-1" x="212096" y="82528" z="144" /></way>
</track>
<!-- <FlyToLocation ToX="207189" ToY="110330" ToZ="-1147" Type="2"/> -->
<track trackId="18" zone="Creation Garden (on) -> " ToX="207189" ToY="110330" ToZ="-1147">
<way id="0">
<jumpLoc next="23" x="207786" y="109675" z="-1102" />
<jumpLoc next="25" x="206864" y="111818" z="-1263" />
</way>
<way id="1"><jumpLoc next="7" x="209457" y="108552" z="-1056" /></way>
<way id="2"><jumpLoc next="3" x="205028" y="114828" z="-1292" /></way>
<way id="3">
<jumpLoc next="4" x="206386" y="114871" z="-1242" />
<jumpLoc next="5" x="205124" y="116584" z="-1037" />
</way>
<way id="4"><jumpLoc next="26" x="208298" y="115264" z="-1684" /></way>
<way id="5"><jumpLoc next="6" x="205948" y="118978" z="-1224" /></way>
<way id="6"><jumpLoc next="-1" x="205912" y="119379" z="-1673" /></way>
<way id="7"><jumpLoc next="8" x="211246" y="108653" z="-886" /></way>
<way id="8"><jumpLoc next="9" x="212654" y="108160" z="-1149" /></way>
<way id="9"><jumpLoc next="10" x="214113" y="108549" z="-1048" /></way>
<way id="10">
<jumpLoc next="11" x="215489" y="107803" z="-1001" />
<jumpLoc next="13" x="214095" y="109218" z="-638" />
</way>
<way id="11"><jumpLoc next="12" x="217554" y="107266" z="-796" /></way>
<way id="12"><jumpLoc next="-1" x="217768" y="107458" z="-1673" /></way>
<way id="13"><jumpLoc next="14" x="213567" y="110362" z="-1055" /></way>
<way id="14"><jumpLoc next="24" x="214033" y="111348" z="-1253" /></way>
<way id="15"><jumpLoc next="16" x="216195" y="114178" z="-1162" /></way>
<way id="16"><jumpLoc next="17" x="217493" y="115253" z="-895" /></way>
<way id="17"><jumpLoc next="-1" x="217662" y="115261" z="-1274" /></way>
<way id="18">
<jumpLoc next="-1" x="209608" y="115641" z="-1679" />
<jumpLoc next="19" x="210657" y="116738" z="-956" />
</way>
<way id="19"><jumpLoc next="20" x="211883" y="117085" z="-682" /></way>
<way id="20"><jumpLoc next="21" x="212718" y="117794" z="-1158" /></way>
<way id="21"><jumpLoc next="22" x="213693" y="119065" z="-897" /></way>
<way id="22"><jumpLoc next="-1" x="213696" y="119227" z="-1274" /></way>
<way id="23"><jumpLoc next="1" x="208453" y="109434" z="-848" /></way>
<way id="24">
<jumpLoc next="-1" x="214096" y="111164" z="-1679" />
<jumpLoc next="15" x="214991" y="112448" z="-938" />
</way>
<way id="25"><jumpLoc next="2" x="206071" y="113246" z="-1128" /></way>
<way id="26"><jumpLoc next="18" x="209494" y="115818" z="-1220" /></way>
</track>
<!-- <FlyToLocation ToX="219719" ToY="119344" ToZ="-1075" Type="2"/> -->
<track trackId="19" zone="Creation Garden (next) -> " ToX="219719" ToY="119344" ToZ="-1075">
<way id="0">
<jumpLoc next="1" x="217793" y="119365" z="-1412" />
<jumpLoc next="4" x="219721" y="117432" z="-1191" />
</way>
<way id="1">
<jumpLoc next="-1" x="217791" y="119065" z="-1764" />
<jumpLoc next="2" x="215886" y="119357" z="-1071" />
</way>
<way id="2"><jumpLoc next="3" x="213693" y="119065" z="-897" /></way>
<way id="3"><jumpLoc next="-1" x="213692" y="118426" z="-1026" /></way>
<way id="4"><jumpLoc next="5" x="218586" y="116649" z="-909" /></way>
<way id="5"><jumpLoc next="6" x="218072" y="115261" z="-1341" /></way>
<way id="6">
<jumpLoc next="7" x="218950" y="115019" z="-715" />
<jumpLoc next="11" x="215865" y="114365" z="-342" />
</way>
<way id="7"><jumpLoc next="8" x="219675" y="114155" z="-819" /></way>
<way id="8"><jumpLoc next="9" x="220943" y="113582" z="-1202" /></way>
<way id="9"><jumpLoc next="10" x="221926" y="111849" z="-1236" /></way>
<way id="10"><jumpLoc next="-1" x="221489" y="111141" z="-1680" /></way>
<way id="11"><jumpLoc next="12" x="215148" y="113648" z="-490" /></way>
<way id="12"><jumpLoc next="13" x="214493" y="112627" z="-40" /></way>
<way id="13"><jumpLoc next="14" x="211524" y="111880" z="-1136" /></way>
<way id="14"><jumpLoc next="15" x="209650" y="112165" z="-1474" /></way>
<way id="15"><jumpLoc next="16" x="207541" y="112487" z="-1807" /></way>
<way id="16"><jumpLoc next="-1" x="207825" y="112263" z="-2060" /></way>
</track>
<!-- <FlyToLocation ToX="-114646" ToY="226867" ToZ="-2860" Type="2"/> -->
<track trackId="20" zone="Tomb of souls -> Talking Island Village" ToX="-114646" ToY="226867" ToZ="-2860">
<way id="0"><jumpLoc next="1" x="-115382" y="228370" z="-2688" /></way>
<way id="1"><jumpLoc next="2" x="-115677" y="230311" z="-3592" /></way>
<way id="2"><jumpLoc next="3" x="-115470" y="232174" z="-3120" /></way>
<way id="3"><jumpLoc next="4" x="-115605" y="234757" z="-2824" /></way>
<way id="4"><jumpLoc next="5" x="-114147" y="236166" z="-2912" /></way>
<way id="5"><jumpLoc next="6" x="-112827" y="237548" z="-2776" /></way>
<way id="6"><jumpLoc next="7" x="-112374" y="237981" z="-2664" /></way>
<way id="7"><jumpLoc next="8" x="-111860" y="239665" z="-2920" /></way>
<way id="8"><jumpLoc next="9" x="-110831" y="241012" z="-2744" /></way>
<way id="9"><jumpLoc next="10" x="-110581" y="242703" z="-2408" /></way>
<way id="10"><jumpLoc next="11" x="-110901" y="243271" z="-2008" /></way>
<way id="11"><jumpLoc next="12" x="-110839" y="244080" z="-1560" /></way>
<way id="12"><jumpLoc next="13" x="-111069" y="245466" z="-1880" /></way>
<way id="13"><jumpLoc next="14" x="-111952" y="247788" z="-1984" /></way>
<way id="14"><jumpLoc next="15" x="-112756" y="249137" z="-1784" /></way>
<way id="15"><jumpLoc next="16" x="-113540" y="253377" z="-1208" /></way>
<way id="16"><jumpLoc next="17" x="-113501" y="254172" z="-1200" /></way>
<way id="17"><jumpLoc next="18" x="-113124" y="255947" z="-1136" /></way>
<way id="18"><jumpLoc next="-1" x="-112093" y="256836" z="-1440" /></way>
</track>
<!-- <FlyToLocation ToX="-15591" ToY="30748" ToZ="-3600" Type="2"/> -->
<track trackId="21" zone="Dark Elf Forest -> Blood Swamp / Monster altar" ToX="-15591" ToY="30748" ToZ="-3600">
<way id="0">
<jumpLoc next="-1" x="-15778" y="30638" z="-3616" />
<jumpLoc next="1" x="-15076" y="32311" z="-3560" />
<jumpLoc next="7" x="-14368" y="25609" z="-3592" />
</way>
<way id="1"><jumpLoc next="2" x="-14569" y="33547" z="-3504" /></way>
<way id="2"><jumpLoc next="3" x="-13977" y="36452" z="-1251" /></way>
<way id="3"><jumpLoc next="4" x="-15379" y="38120" z="-3648" /></way>
<way id="4"><jumpLoc next="5" x="-14032" y="41275" z="-3704" /></way>
<way id="5"><jumpLoc next="6" x="-14602" y="43737" z="-3584" /></way>
<way id="6"><jumpLoc next="-1" x="-14602" y="43737" z="-3584" /></way>
<way id="7"><jumpLoc next="8" x="-15510" y="23868" z="-3712" /></way>
<way id="8"><jumpLoc next="9" x="-16195" y="22424" z="-3696" /></way>
<way id="9"><jumpLoc next="10" x="-13982" y="22124" z="-3616" /></way>
<way id="10"><jumpLoc next="-1" x="-13982" y="22124" z="-3616" /></way>
</track>
<!-- <FlyToLocation ToX="-150678" ToY="252758" ToZ="-1369" Type="2"/> -->
<track trackId="22" zone="Old Lu Dingfei empty boat dock -> Kese DeGeneres League Joint Base" ToX="-150678" ToY="252758" ToZ="-1369">
<way id="0"><jumpLoc next="1" x="-152694" y="253517" z="-825" /></way>
<way id="1"><jumpLoc next="2" x="-155227" y="253348" z="-1305" /></way>
<way id="2"><jumpLoc next="3" x="-156214" y="255930" z="-761" /></way>
<way id="3"><jumpLoc next="4" x="-158959" y="254966" z="-477" /></way>
<way id="4"><jumpLoc next="5" x="-160496" y="256829" z="-990" /></way>
<way id="5"><jumpLoc next="6" x="-163173" y="255571" z="-301" /></way>
<way id="6"><jumpLoc next="7" x="-166964" y="258460" z="170" /></way>
<way id="7"><jumpLoc next="8" x="-168406" y="255825" z="714" /></way>
<way id="8"><jumpLoc next="9" x="-167861" y="253295" z="1770" /></way>
<way id="9"><jumpLoc next="10" x="-170385" y="251797" z="778" /></way>
<way id="10"><jumpLoc next="11" x="-172266" y="252408" z="1269" /></way>
<way id="11"><jumpLoc next="12" x="-170225" y="249979" z="2408" /></way>
<way id="12"><jumpLoc next="13" x="-173368" y="249680" z="2198" /></way>
<way id="13"><jumpLoc next="14" x="-172144" y="245589" z="2397" /></way>
<way id="14"><jumpLoc next="15" x="-175238" y="242801" z="2031" /></way>
<way id="15"><jumpLoc next="16" x="-178198" y="243477" z="1162" /></way>
<way id="16"><jumpLoc next="17" x="-180790" y="243953" z="2666" /></way>
<way id="17"><jumpLoc next="18" x="-182344" y="242399" z="2122" /></way>
<way id="18"><jumpLoc next="19" x="-184413" y="243376" z="3114" /></way>
<way id="19"><jumpLoc next="-1" x="-186243" y="243560" z="2608" /></way>
</track>
<!-- <FlyToLocation ToX="-184413" ToY="243376" ToZ="3114" Type="2"/> -->
<track trackId="23" zone="Kese DeGeneres League Joint Base -> Old Lu Dingfei empty boat dock" ToX="-184413" ToY="243376" ToZ="3114">
<way id="0"><jumpLoc next="1" x="-182344" y="242399" z="2122" /></way>
<way id="1"><jumpLoc next="2" x="-180790" y="243953" z="2666" /></way>
<way id="2"><jumpLoc next="3" x="-178198" y="243477" z="1162" /></way>
<way id="3"><jumpLoc next="4" x="-175238" y="242801" z="2031" /></way>
<way id="4"><jumpLoc next="5" x="-172144" y="245589" z="2397" /></way>
<way id="5"><jumpLoc next="6" x="-173368" y="249680" z="2198" /></way>
<way id="6"><jumpLoc next="7" x="-170225" y="249979" z="2408" /></way>
<way id="7"><jumpLoc next="8" x="-172266" y="252408" z="1269" /></way>
<way id="8"><jumpLoc next="9" x="-170385" y="251797" z="778" /></way>
<way id="9"><jumpLoc next="10" x="-167861" y="253295" z="1770" /></way>
<way id="10"><jumpLoc next="11" x="-168406" y="255825" z="714" /></way>
<way id="11"><jumpLoc next="12" x="-166964" y="258460" z="170" /></way>
<way id="12"><jumpLoc next="13" x="-163173" y="255571" z="-301" /></way>
<way id="13"><jumpLoc next="14" x="-160496" y="256829" z="-990" /></way>
<way id="14"><jumpLoc next="15" x="-158959" y="254966" z="-477" /></way>
<way id="15"><jumpLoc next="16" x="-156214" y="255930" z="-761" /></way>
<way id="16"><jumpLoc next="17" x="-155227" y="253348" z="-1305" /></way>
<way id="17"><jumpLoc next="18" x="-152694" y="253517" z="-825" /></way>
<way id="18"><jumpLoc next="19" x="-150678" y="252758" z="-1369" /></way>
<way id="19"><jumpLoc next="-1" x="-149482" y="253328" z="-120" /></way>
</track>
<!-- <FlyToLocation ToX="46888" ToY="154499" ToZ="-1928" Type="2"/> -->
<track trackId="24" zone="Execution ground floor (south) -> Torture chamber upper (south)" ToX="46888" ToY="154499" ToZ="-1928">
<way id="0">
<jumpLoc next="-1" x="46891" y="154392" z="-1928" />
<jumpLoc next="1" x="46455" y="156097" z="-864" />
</way>
<way id="1"><jumpLoc next="2" x="45213" y="157407" z="-864" /></way>
<way id="2"><jumpLoc next="3" x="44882" y="156814" z="-1048" /></way>
<way id="3"><jumpLoc next="-1" x="44882" y="156814" z="-1048" /></way>
</track>
<!-- <FlyToLocation ToX="45092" ToY="154679" ToZ="-1072" Type="2"/> -->
<track trackId="25" zone="Execution ground upper (South) -> Execution ground floor (south)" ToX="45092" ToY="154679" ToZ="-1072">
<way id="0"><jumpLoc next="1" x="45531" y="154481" z="-864" /></way>
<way id="1"><jumpLoc next="2" x="43293" y="153730" z="-1520" /></way>
<way id="2"><jumpLoc next="3" x="43679" y="152511" z="-1936" /></way>
<way id="3"><jumpLoc next="-1" x="43679" y="152511" z="-1936" /></way>
</track>
<!-- <FlyToLocation ToX="44379" ToY="142183" ToZ="-2552" Type="2"/> -->
<track trackId="26" zone="Execution ground floor (north) -> Execution ground level (North)" ToX="44379" ToY="142183" ToZ="-2552">
<way id="0"><jumpLoc next="1" x="41350" y="142449" z="-2288" /></way>
<way id="1"><jumpLoc next="2" x="40307" y="139914" z="-1928" /></way>
<way id="2"><jumpLoc next="3" x="40816" y="138463" z="-1232" /></way>
<way id="3"><jumpLoc next="4" x="41264" y="139373" z="-1280" /></way>
<way id="4"><jumpLoc next="5" x="43048" y="138903" z="-1280" /></way>
<way id="5"><jumpLoc next="6" x="42845" y="139463" z="-1464" /></way>
<way id="6"><jumpLoc next="-1" x="42845" y="139463" z="-1464" /></way>
</track>
<!-- <FlyToLocation ToX="15415" ToY="143182" ToZ="-2688" Type="2"/> -->
<track trackId="27" zone="Dean towns -> Jiluo De fortress Simon / North Gate" ToX="14655" ToY="143185" ToZ="-2600">
<way id="0">
<jumpLoc next="-1" x="14905" y="143251" z="-2665" />
<jumpLoc next="1" x="16113" y="142617" z="-2336" />
<jumpLoc next="8" x="19583" y="144840" z="-2672" />
</way>
<way id="1"><jumpLoc next="2" x="19629" y="143349" z="-2728" /></way>
<way id="2"><jumpLoc next="3" x="24557" y="142920" z="-2848" /></way>
<way id="3"><jumpLoc next="4" x="26465" y="143645" z="-2592" /></way>
<way id="4"><jumpLoc next="5" x="27431" y="144696" z="-2664" /></way>
<way id="5"><jumpLoc next="6" x="29360" y="146178" z="-2288" /></way>
<way id="6"><jumpLoc next="7" x="33206" y="144729" z="-3408" /></way>
<way id="7"><jumpLoc next="-1" x="33206" y="144729" z="-3408" /></way>
<way id="8"><jumpLoc next="9" x="20292" y="143878" z="-2776" /></way>
<way id="9"><jumpLoc next="10" x="20877" y="144338" z="-2632" /></way>
<way id="10"><jumpLoc next="11" x="21374" y="143669" z="-2936" /></way>
<way id="11"><jumpLoc next="12" x="22302" y="139026" z="-3376" /></way>
<way id="12"><jumpLoc next="13" x="23489" y="136897" z="-3192" /></way>
<way id="13"><jumpLoc next="14" x="26637" y="137534" z="-3192" /></way>
<way id="14"><jumpLoc next="15" x="27631" y="134332" z="-2568" /></way>
<way id="15"><jumpLoc next="16" x="28642" y="133682" z="-2616" /></way>
<way id="16"><jumpLoc next="17" x="30860" y="134905" z="-3088" /></way>
<way id="17"><jumpLoc next="18" x="31406" y="133822" z="-3080" /></way>
<way id="18"><jumpLoc next="19" x="31546" y="133000" z="-3112" /></way>
<way id="19"><jumpLoc next="20" x="32056" y="133043" z="-2936" /></way>
<way id="20"><jumpLoc next="21" x="34572" y="132706" z="-2904" /></way>
<way id="21"><jumpLoc next="22" x="37324" y="131962" z="-2912" /></way>
<way id="22"><jumpLoc next="23" x="40739" y="129898" z="-2912" /></way>
<way id="23"><jumpLoc next="24" x="46737" y="132039" z="-3224" /></way>
<way id="24"><jumpLoc next="25" x="50467" y="133963" z="-1952" /></way>
<way id="25"><jumpLoc next="26" x="54118" y="135247" z="-1376" /></way>
<way id="26"><jumpLoc next="27" x="54477" y="138044" z="-2536" /></way>
<way id="27"><jumpLoc next="-1" x="54477" y="138044" z="-2536" /></way>
</track>
<!-- <FlyToLocation ToX="146365" ToY="19678" ToZ="-1952" Type="2"/> -->
<track trackId="28" zone="Aden town north -> Aden Town West" ToX="146365" ToY="19678" ToZ="-1952">
<way id="0"><jumpLoc next="1" x="145855" y="20160" z="-1197" /></way>
<way id="1"><jumpLoc next="2" x="147434" y="23748" z="-568" /></way>
<way id="2"><jumpLoc next="3" x="147455" y="25104" z="-568" /></way>
<way id="3">
<jumpLoc next="4" x="146063" y="27140" z="-1552" />
<jumpLoc next="7" x="148859" y="27169" z="-1552" />
</way>
<way id="4"><jumpLoc next="5" x="143409" y="25560" z="-1392" /></way>
<way id="5"><jumpLoc next="6" x="140277" y="25564" z="-2240" /></way>
<way id="6"><jumpLoc next="-1" x="140277" y="25564" z="-2240" /></way>
<way id="7"><jumpLoc next="8" x="151492" y="26898" z="-1248" /></way>
<way id="8"><jumpLoc next="9" x="152799" y="25529" z="-2144" /></way>
<way id="9"><jumpLoc next="-1" x="152799" y="25529" z="-2144" /></way>
</track>
<!-- <FlyToLocation ToX="153235" ToY="24565" ToZ="-2104" Type="2"/> -->
<track trackId="29" zone="Aden town Oriental -> Aden Town West" ToX="153235" ToY="24565" ToZ="-2104">
<way id="0"><jumpLoc next="1" x="151215" y="23809" z="-1256" /></way>
<way id="1"><jumpLoc next="2" x="149513" y="24697" z="-1320" /></way>
<way id="2">
<jumpLoc next="3" x="147930" y="26384" z="-1288" />
<jumpLoc next="8" x="148110" y="23755" z="-568" />
</way>
<way id="3"><jumpLoc next="4" x="146986" y="26402" z="-1288" /></way>
<way id="4"><jumpLoc next="5" x="145708" y="25394" z="-1512" /></way>
<way id="5"><jumpLoc next="6" x="143266" y="25584" z="-1392" /></way>
<way id="6"><jumpLoc next="7" x="142081" y="24439" z="-2240" /></way>
<way id="7"><jumpLoc next="-1" x="142081" y="24439" z="-2240" /></way>
<way id="8"><jumpLoc next="9" x="148510" y="20262" z="-1200" /></way>
<way id="9"><jumpLoc next="10" x="149000" y="16754" z="-1528" /></way>
<way id="10"><jumpLoc next="-1" x="149000" y="16754" z="-1528" /></way>
</track>
<!-- <FlyToLocation ToX="140400" ToY="25200" ToZ="-2208" Type="2"/> -->
<track trackId="30" zone="Aden Town West -> Aden town Orient" ToX="140400" ToY="25200" ToZ="-2208">
<way id="0"><jumpLoc next="1" x="143390" y="25209" z="-1512" /></way>
<way id="1"><jumpLoc next="2" x="146043" y="26667" z="-1552" /></way>
<way id="2">
<jumpLoc next="3" x="148853" y="27622" z="-1088" />
<jumpLoc next="6" x="146327" y="24394" z="-2008" />
</way>
<way id="3"><jumpLoc next="4" x="151261" y="26957" z="-1240" /></way>
<way id="4"><jumpLoc next="5" x="153312" y="24995" z="-2112" /></way>
<way id="5"><jumpLoc next="-1" x="153312" y="24995" z="-2112" /></way>
<way id="6"><jumpLoc next="7" x="145825" y="22984" z="-1384" /></way>
<way id="7"><jumpLoc next="8" x="146174" y="20168" z="-1200" /></way>
<way id="8"><jumpLoc next="9" x="145943" y="16913" z="-1568" /></way>
<way id="9"><jumpLoc next="-1" x="145943" y="16913" z="-1568" /></way>
</track>
<!-- <FlyToLocation ToX="28015" ToY="-49177" ToZ="-1280" Type="2"/> -->
<track trackId="31" zone="Lu because outside the city -> Lu because of the city on the 1st district" ToX="28015" ToY="-49177" ToZ="-1280">
<way id="0"><jumpLoc next="1" x="27814" y="-49529" z="-1152" /></way>
<way id="1"><jumpLoc next="2" x="26936" y="-51106" z="-1080" /></way>
<way id="2"><jumpLoc next="3" x="23112" y="-50806" z="-1560" /></way>
<way id="3"><jumpLoc next="4" x="22582" y="-50670" z="-1256" /></way>
<way id="4">
<jumpLoc next="5" x="22551" y="-49385" z="-1104" />
<jumpLoc next="6" x="22096" y="-49760" z="-1296" />
</way>
<way id="5"><jumpLoc next="-1" x="22096" y="-49760" z="-1296" /></way>
<way id="6"><jumpLoc next="7" x="22096" y="-48413" z="-1296" /></way>
<way id="7"><jumpLoc next="-1" x="22096" y="-48413" z="-1296" /></way>
</track>
<!-- <FlyToLocation ToX="22263" ToY="-50416" ToZ="-1296" Type="2"/> -->
<track trackId="32" zone="Lu because of the city -> Lu outside the city because No. 1 region" ToX="22263" ToY="-50416" ToZ="-1296">
<way id="0"><jumpLoc next="1" x="22562" y="-50147" z="-1256" /></way>
<way id="1"><jumpLoc next="2" x="22228" y="-50718" z="-904" /></way>
<way id="2"><jumpLoc next="3" x="24093" y="-49345" z="-1128" /></way>
<way id="3"><jumpLoc next="4" x="26957" y="-49328" z="-1112" /></way>
<way id="4">
<jumpLoc next="5" x="27314" y="-51562" z="-1352" />
<jumpLoc next="6" x="28697" y="-48710" z="-1352" />
</way>
<way id="5"><jumpLoc next="-1" x="27314" y="-51562" z="-1352" /></way>
<way id="6"><jumpLoc next="-1" x="28697" y="-48710" z="-1352" /></way>
</track>
<!-- <FlyToLocation ToX="40741" ToY="-52143" ToZ="-832" Type="2"/> -->
<track trackId="33" zone="Lu because towns -> Lu outside the city because of the 1st district" ToX="40741" ToY="-52143" ToZ="-832">
<way id="0"><jumpLoc next="1" x="39753" y="-52598" z="-800" /></way>
<way id="1"><jumpLoc next="2" x="37910" y="-52776" z="-976" /></way>
<way id="2"><jumpLoc next="3" x="35820" y="-51690" z="-1056" /></way>
<way id="3"><jumpLoc next="4" x="34411" y="-53193" z="-1208" /></way>
<way id="4"><jumpLoc next="5" x="33209" y="-50683" z="-392" /></way>
<way id="5"><jumpLoc next="6" x="31584" y="-50164" z="-608" /></way>
<way id="6">
<jumpLoc next="7" x="28992" y="-48644" z="-1336" />
<jumpLoc next="8" x="27762" y="-50166" z="-1304" />
</way>
<way id="7"><jumpLoc next="-1" x="28992" y="-48644" z="-1336" /></way>
<way id="8"><jumpLoc next="-1" x="27762" y="-50166" z="-1304" /></way>
</track>
<!-- <FlyToLocation ToX="83964" ToY="147720" ToZ="-3400" Type="2"/> -->
<track trackId="34" zone="Rocks towns -> Jiluo De fortress Eastgate / North Gate" ToX="83964" ToY="147720" ToZ="-3400">
<way id="0">
<jumpLoc next="-1" x="83951" y="147548" z="-3400" />
<jumpLoc next="1" x="81756" y="148447" z="-3136" />
<jumpLoc next="10" x="82884" y="146666" z="-2936" />
</way>
<way id="1"><jumpLoc next="2" x="80668" y="148470" z="-2952" /></way>
<way id="2"><jumpLoc next="3" x="78580" y="148107" z="-2448" /></way>
<way id="3"><jumpLoc next="4" x="75786" y="150098" z="-2976" /></way>
<way id="4"><jumpLoc next="5" x="73158" y="151248" z="-2400" /></way>
<way id="5"><jumpLoc next="6" x="74529" y="154253" z="-2272" /></way>
<way id="6"><jumpLoc next="7" x="69588" y="153160" z="-2096" /></way>
<way id="7"><jumpLoc next="8" x="61029" y="156010" z="-1776" /></way>
<way id="8"><jumpLoc next="9" x="59874" y="154371" z="-2640" /></way>
<way id="9"><jumpLoc next="-1" x="59874" y="154371" z="-2640" /></way>
<way id="10"><jumpLoc next="11" x="82054" y="145324" z="-2384" /></way>
<way id="11"><jumpLoc next="12" x="79742" y="145440" z="-2880" /></way>
<way id="12"><jumpLoc next="13" x="77639" y="143755" z="-3376" /></way>
<way id="13"><jumpLoc next="14" x="75335" y="142661" z="-3608" /></way>
<way id="14"><jumpLoc next="15" x="73213" y="141394" z="-3528" /></way>
<way id="15"><jumpLoc next="16" x="71292" y="141068" z="-3120" /></way>
<way id="16"><jumpLoc next="17" x="66851" y="138289" z="-2520" /></way>
<way id="17"><jumpLoc next="18" x="60557" y="131728" z="-1616" /></way>
<way id="18"><jumpLoc next="19" x="54395" y="137376" z="-2592" /></way>
<way id="19"><jumpLoc next="-1" x="54395" y="137376" z="-2592" /></way>
</track>
<!-- <FlyToLocation ToX="49080" ToY="142612" ToZ="-3656" Type="2"/> -->
<track trackId="35" zone="Execution ground floor (north) -> Execution ground floor (north)" ToX="49080" ToY="142612" ToZ="-3656">
<way id="0">
<jumpLoc next="-1" x="48953" y="142850" z="-3680" />
<jumpLoc next="1" x="48767" y="139432" z="-2048" />
</way>
<way id="1"><jumpLoc next="2" x="49425" y="140227" z="-2920" /></way>
<way id="2"><jumpLoc next="-1" x="49425" y="140227" z="-2920" /></way>
</track>
<!-- <FlyToLocation ToX="50803" ToY="152847" ToZ="-3544" Type="2"/> -->
<track trackId="36" zone="Execution ground floor (south) -> Execution ground floor (south)" ToX="50803" ToY="152847" ToZ="-3544">
<way id="0">
<jumpLoc next="-1" x="50498" y="152819" z="-3568" />
<jumpLoc next="1" x="51559" y="155203" z="-1840" />
</way>
<way id="1"><jumpLoc next="2" x="50051" y="155608" z="-2744" /></way>
<way id="2"><jumpLoc next="-1" x="50051" y="155608" z="-2744" /></way>
</track>
<!-- <FlyToLocation ToX="-74601" ToY="53172" ToZ="-3689" Type="2"/> -->
<track trackId="37" zone="Harbor Island souls -> 2nd base / 3rd base" ToX="-74601" ToY="53172" ToZ="-3689">
<way id="0">
<jumpLoc next="-1" x="-74569" y="53397" z="-3680" />
<jumpLoc next="1" x="-79081" y="53684" z="-2361" />
<jumpLoc next="6" x="-74332" y="51980" z="-2985" />
</way>
<way id="1"><jumpLoc next="2" x="-85716" y="52123" z="-1496" /></way>
<way id="2"><jumpLoc next="3" x="-89465" y="51188" z="-2105" /></way>
<way id="3"><jumpLoc next="4" x="-92585" y="52596" z="-1529" /></way>
<way id="4"><jumpLoc next="5" x="-94777" y="52484" z="-1609" /></way>
<way id="5"><jumpLoc next="-1" x="-94874" y="51974" z="-2024" /></way>
<way id="6"><jumpLoc next="7" x="-74701" y="50543" z="-3285" /></way>
<way id="7"><jumpLoc next="8" x="-73919" y="47882" z="-2677" /></way>
<way id="8"><jumpLoc next="9" x="-73580" y="46015" z="-2677" /></way>
<way id="9"><jumpLoc next="10" x="-75310" y="43052" z="-1670" /></way>
<way id="10"><jumpLoc next="11" x="-82173" y="40927" z="-1917" /></way>
<way id="11"><jumpLoc next="12" x="-84946" y="39482" z="-1353" /></way>
<way id="12"><jumpLoc next="13" x="-84989" y="37659" z="-1853" /></way>
<way id="13"><jumpLoc next="-1" x="-86079" y="37178" z="-2048" /></way>
</track>
<!-- <FlyToLocation ToX="-86059" ToY="37025" ToZ="-2053" Type="2"/> -->
<track trackId="38" zone="3rd base -> souls Island Harbor / 2nd base" ToX="-86059" ToY="37025" ToZ="-2053">
<way id="0">
<jumpLoc next="-1" x="-86075" y="36737" z="-2053" />
<jumpLoc next="1" x="-84946" y="39482" z="-1353" />
<jumpLoc next="8" x="-87890" y="40798" z="-1581" />
</way>
<way id="1"><jumpLoc next="2" x="-82173" y="40927" z="-1917" /></way>
<way id="2"><jumpLoc next="3" x="-75310" y="43052" z="-1670" /></way>
<way id="3"><jumpLoc next="4" x="-73580" y="46015" z="-2677" /></way>
<way id="4"><jumpLoc next="5" x="-73919" y="47882" z="-2677" /></way>
<way id="5"><jumpLoc next="6" x="-74701" y="50543" z="-3285" /></way>
<way id="6"><jumpLoc next="7" x="-74332" y="51980" z="-2985" /></way>
<way id="7"><jumpLoc next="-1" x="-74569" y="53397" z="-3680" /></way>
<way id="8"><jumpLoc next="9" x="-89644" y="42483" z="-1124" /></way>
<way id="9"><jumpLoc next="10" x="-89643" y="47813" z="-1189" /></way>
<way id="10"><jumpLoc next="11" x="-91354" y="48907" z="-1165" /></way>
<way id="11"><jumpLoc next="12" x="-93768" y="52185" z="-1309" /></way>
<way id="12"><jumpLoc next="13" x="-95291" y="51610" z="-1642" /></way>
<way id="13"><jumpLoc next="-1" x="-94802" y="51981" z="-2024" /></way>
</track>
<!-- <FlyToLocation ToX="-95049" ToY="52004" ToZ="-2025" Type="2"/> -->
<track trackId="39" zone="Second base -> souls Island Port / 3rd base" ToX="-95049" ToY="52004" ToZ="-2025">
<way id="0">
<jumpLoc next="-1" x="-95273" y="52196" z="-2025" />
<jumpLoc next="1" x="-92585" y="52596" z="-1529" />
<jumpLoc next="6" x="-96003" y="48814" z="-1024" />
</way>
<way id="1"><jumpLoc next="2" x="-89465" y="51188" z="-2105" /></way>
<way id="2"><jumpLoc next="3" x="-85716" y="52123" z="-1496" /></way>
<way id="3"><jumpLoc next="4" x="-79081" y="53684" z="-2361" /></way>
<way id="4"><jumpLoc next="5" x="-75129" y="53060" z="-3289" /></way>
<way id="5"><jumpLoc next="-1" x="-74720" y="53302" z="-3680" /></way>
<way id="6"><jumpLoc next="7" x="-93820" y="49460" z="-1456" /></way>
<way id="7"><jumpLoc next="8" x="-93115" y="48057" z="-1320" /></way>
<way id="8"><jumpLoc next="9" x="-92117" y="45035" z="-1457" /></way>
<way id="9"><jumpLoc next="10" x="-89329" y="42534" z="-1104" /></way>
<way id="10"><jumpLoc next="11" x="-87890" y="40798" z="-1581" /></way>
<way id="11"><jumpLoc next="12" x="-86589" y="37047" z="-1689" /></way>
<way id="12"><jumpLoc next="-1" x="-86079" y="37178" z="-2048" /></way>
</track>
</list>

View File

@ -1,735 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list enabled="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/PrimeShop.xsd">
<item id="1010030" cat="2" paymentType="0" price="8" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="20332" count="5000" /> <!-- Beast Soulshot-->
</item>
<item id="1010031" cat="2" paymentType="0" price="40" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="20334" count="5000" /> <!-- Blessed Beast Spiritshot-->
</item>
<item id="1010235" cat="6" paymentType="0" price="40" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22744" count="1" /> <!-- Vitality Suspending Potion Pack-->
</item>
<item id="1010394" cat="6" paymentType="0" price="60" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22979" count="1" /> <!-- SP Rune 50% Pack (1-hour)-->
</item>
<item id="1010520" cat="5" paymentType="0" price="40" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23393" count="1" /> <!-- Brilliant Talisman Pack-->
</item>
<item id="1010609" cat="6" paymentType="0" price="60" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23295" count="1" /> <!-- Drop Rate Rune 200% Pack (1-hour)-->
</item>
<item id="1010848" cat="2" paymentType="0" price="23" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22500" count="1" /> <!-- My Teleport Scroll 10-unit Pack-->
</item>
<item id="1010857" cat="2" paymentType="0" price="39" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22932" count="1" /> <!-- Entrance Pass: Kartia's Labyrinth Lv. 85 Solo-->
</item>
<item id="1010891" cat="2" paymentType="0" price="39" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="21210" count="3" /> <!-- MP Recovery Potion-->
</item>
<item id="1010895" cat="2" paymentType="0" price="39" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="36270" count="1" /> <!-- Entrance Pass: Teredor-->
</item>
<item id="1010929" cat="2" paymentType="0" price="40" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22576" count="1" /> <!-- Mysterious Soulshot Large Pack (S-grade)-->
</item>
<item id="1010972" cat="6" paymentType="0" price="160" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="21212" count="1" /> <!-- Vitality Recovering Potion-->
<item itemId="23805" count="2" /> <!-- Hero Coin-->
</item>
<item id="1010973" cat="6" paymentType="0" price="80" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22980" count="1" /> <!-- XP Rune I (Lv. 1-85) 100% Pack (1-hour)-->
<item itemId="23805" count="1" /> <!-- Hero Coin-->
</item>
<item id="1010974" cat="6" paymentType="0" price="160" panelType="0" recommended="4" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22966" count="1" /> <!-- Vitality Maintaining Potion (1-hour)-->
<item itemId="23805" count="2" /> <!-- Hero Coin-->
</item>
<item id="1010975" cat="6" paymentType="0" price="80" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22883" count="1" /> <!-- Scroll: Replenish Vitality-->
<item itemId="23805" count="1" /> <!-- Hero Coin-->
</item>
<item id="1010976" cat="6" paymentType="0" price="80" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="17206" count="1" /> <!-- XP Buff 50% (1-hour)-->
<item itemId="23805" count="1" /> <!-- Hero Coin-->
</item>
<item id="1010977" cat="6" paymentType="0" price="290" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="17211" count="1" /> <!-- XP Buff 50% (4-hour)-->
<item itemId="23805" count="4" /> <!-- Hero Coin-->
</item>
<item id="1010978" cat="6" paymentType="0" price="120" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22981" count="1" /> <!-- XP Rune I (Lv. 1-85) 200% Pack (1-hour)-->
<item itemId="23805" count="2" /> <!-- Hero Coin-->
</item>
<item id="1010979" cat="6" paymentType="0" price="240" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22884" count="1" /> <!-- Scroll: Replenish Vitality (High-grade)-->
<item itemId="23805" count="3" /> <!-- Hero Coin-->
</item>
<item id="1010980" cat="6" paymentType="0" price="640" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22885" count="1" /> <!-- Scroll: Replenish Vitality (Top-grade)-->
<item itemId="23805" count="8" /> <!-- Hero Coin-->
</item>
<item id="1010981" cat="6" paymentType="0" price="80" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23284" count="1" /> <!-- SP Rune 100% Pack (1-hour)-->
<item itemId="23805" count="1" /> <!-- Hero Coin-->
</item>
<item id="1010982" cat="6" paymentType="0" price="960" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23285" count="1" /> <!-- SP Rune 100% Pack (7-day)-->
<item itemId="23805" count="13" /> <!-- Hero Coin-->
</item>
<item id="1010983" cat="6" paymentType="0" price="160" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23287" count="1" /> <!-- SP Rune 200% Pack (1-hour)-->
<item itemId="23805" count="2" /> <!-- Hero Coin-->
</item>
<item id="1010984" cat="6" paymentType="0" price="1920" panelType="0" recommended="2" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23288" count="1" /> <!-- SP Rune 200% Pack (7-day)-->
<item itemId="23805" count="26" /> <!-- Hero Coin-->
</item>
<item id="1010985" cat="6" paymentType="0" price="100" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22906" count="1" /> <!-- XP Rune III (Lv. 1-99) 50% Pack (1-hour)-->
<item itemId="23805" count="1" /> <!-- Hero Coin-->
</item>
<item id="1010986" cat="6" paymentType="0" price="1120" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="20553" count="1" /> <!-- XP Rune III (Lv. 1-99) 50% Pack (7-day)-->
<item itemId="23805" count="15" /> <!-- Hero Coin-->
</item>
<item id="1010987" cat="6" paymentType="0" price="200" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23277" count="1" /> <!-- XP Rune III (Lv. 1-99) 100% Pack (1-hour)-->
<item itemId="23805" count="3" /> <!-- Hero Coin-->
</item>
<item id="1010988" cat="6" paymentType="0" price="2240" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23278" count="1" /> <!-- XP Rune III (Lv. 1-99) 100% Pack (7-day)-->
<item itemId="23805" count="32" /> <!-- Hero Coin-->
</item>
<item id="1010989" cat="6" paymentType="0" price="400" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23280" count="1" /> <!-- XP Rune III (Lv. 1-99) 200% Pack (1-hour)-->
<item itemId="23805" count="5" /> <!-- Hero Coin-->
</item>
<item id="1010990" cat="6" paymentType="0" price="4480" panelType="0" recommended="4" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23281" count="1" /> <!-- XP Rune III (Lv. 1-99) 200% Pack (7-day)-->
<item itemId="23805" count="67" /> <!-- Hero Coin-->
</item>
<item id="1010991" cat="6" paymentType="0" price="640" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="20559" count="1" /> <!-- SP Rune 50% Pack (7-day)-->
<item itemId="23805" count="8" /> <!-- Hero Coin-->
</item>
<item id="1010992" cat="6" paymentType="0" price="560" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="7" /> <!-- Hero Coin-->
<item itemId="34043" count="1" /> <!-- XP Rune I (Lv. 1-85) 100% Pack (7-day)-->
</item>
<item id="1010993" cat="6" paymentType="0" price="1199" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="17" /> <!-- Hero Coin-->
<item itemId="34046" count="1" /> <!-- XP Rune I (Lv. 1-85) 200% Pack (7-day)-->
</item>
<item id="1010994" cat="6" paymentType="0" price="299" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23389" count="1" /> <!-- XP Rune II (Lv. 1-95) 100% Pack (1-hour)-->
<item itemId="23805" count="4" /> <!-- Hero Coin-->
</item>
<item id="1010995" cat="6" paymentType="0" price="1499" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="21" /> <!-- Hero Coin-->
<item itemId="35977" count="1" /> <!-- XP Rune II (Lv. 1-95) 100% Pack (7-day) - Event-->
</item>
<item id="1010996" cat="6" paymentType="0" price="599" panelType="0" recommended="2" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22774" count="1" /> <!-- Drop Rate Rune 200% Pack (7-day)-->
<item itemId="23805" count="8" /> <!-- Hero Coin-->
</item>
<item id="1010997" cat="4" paymentType="0" price="2400" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23133" count="1" /> <!-- Gender Change Ticket-->
<item itemId="23805" count="33" /> <!-- Hero Coin-->
</item>
<item id="1010998" cat="4" paymentType="0" price="2400" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23134" count="1" /> <!-- Name Change Ticket-->
<item itemId="23805" count="33" /> <!-- Hero Coin-->
</item>
<item id="1010999" cat="4" paymentType="0" price="2400" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="33" /> <!-- Hero Coin-->
<item itemId="23814" count="1" /> <!-- Chaos Essence Pack - 30-day-->
</item>
<item id="1011000" cat="4" paymentType="0" price="1200" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="17" /> <!-- Hero Coin-->
<item itemId="23815" count="1" /> <!-- Chaos Essence Pack (Dual Class) - 30-day-->
</item>
<item id="1011001" cat="4" paymentType="0" price="400" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="13750" count="3" /> <!-- Warrior's Quick Healing Potion-->
<item itemId="20553" count="1" /> <!-- XP Rune III (Lv. 1-99) 50% Pack (7-day)-->
<item itemId="21037" count="10" /> <!-- Warrior's Quick CP Potion-->
<item itemId="22768" count="1" /> <!-- Drop Rate Rune 50% Pack (7-day)-->
<item itemId="23805" count="5" /> <!-- Hero Coin-->
<item itemId="34082" count="1" /> <!-- Heavenly Cocktail-->
</item>
<item id="1011002" cat="4" paymentType="0" price="1200" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="13750" count="9" /> <!-- Warrior's Quick Healing Potion-->
<item itemId="21037" count="30" /> <!-- Warrior's Quick CP Potion-->
<item itemId="23276" count="1" /> <!-- XP Rune III (Lv. 1-99) 50% Pack (30-day)-->
<item itemId="23296" count="1" /> <!-- Drop Rate Rune 50% Pack (30-day)-->
<item itemId="23805" count="17" /> <!-- Hero Coin-->
<item itemId="34082" count="3" /> <!-- Heavenly Cocktail-->
</item>
<item id="1011003" cat="4" paymentType="0" price="3600" panelType="0" recommended="2" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="13750" count="37" /> <!-- Warrior's Quick Healing Potion-->
<item itemId="21037" count="90" /> <!-- Warrior's Quick CP Potion-->
<item itemId="23279" count="1" /> <!-- XP Rune III (Lv. 1-99) 100% Pack (30-day)-->
<item itemId="23297" count="1" /> <!-- Drop Rate Rune 100% Pack (30-day)-->
<item itemId="23805" count="54" /> <!-- Hero Coin-->
<item itemId="34082" count="9" /> <!-- Heavenly Cocktail-->
</item>
<item id="1011004" cat="3" paymentType="0" price="1200" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="21584" count="1" /> <!-- Festival's Cloak - Pitch Black Pack-->
<item itemId="23805" count="17" /> <!-- Hero Coin-->
</item>
<item id="1011005" cat="3" paymentType="0" price="1200" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="21589" count="1" /> <!-- Festival's Cloak - Pearl White Pack-->
<item itemId="23805" count="17" /> <!-- Hero Coin-->
</item>
<item id="1011006" cat="3" paymentType="0" price="80" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="21421" count="1" /> <!-- Color Title Pack-->
<item itemId="23805" count="1" /> <!-- Hero Coin-->
</item>
<item id="1011007" cat="3" paymentType="0" price="80" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="1" /> <!-- Hero Coin-->
<item itemId="36308" count="1" /> <!-- Beauty Shop Ticket-->
</item>
<item id="1011008" cat="3" paymentType="0" price="799" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23193" count="1" /> <!-- Ninja Hair Accessory Appearance Stone-->
<item itemId="23531" count="2" /> <!-- Automatic Appearance Stone: Japanese Weapon-->
<item itemId="23696" count="1" /> <!-- Ninja Top Appearance Stone - Modified Set-->
<item itemId="23697" count="1" /> <!-- Ninja Pants Appearance Stone - Modified Set-->
<item itemId="23698" count="1" /> <!-- Ninja Gloves Appearance Stone - Modified Set-->
<item itemId="23699" count="1" /> <!-- Ninja Shoes Appearance Stone - Modified Set-->
<item itemId="23805" count="10" /> <!-- Hero Coin-->
</item>
<item id="1011009" cat="3" paymentType="0" price="479" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23497" count="1" /> <!-- Metal Suit Hair Accessory Appearance Stone-->
<item itemId="23712" count="1" /> <!-- Metal Suit Top Appearance Stone - Modified Set-->
<item itemId="23713" count="1" /> <!-- Metal Suit Pants Appearance Stone - Modified Set-->
<item itemId="23714" count="1" /> <!-- Metal Suit Gloves Appearance Stone - Modified Set-->
<item itemId="23715" count="1" /> <!-- Metal Suit Shoes Appearance Stone - Modified Set-->
<item itemId="23805" count="6" /> <!-- Hero Coin-->
</item>
<item id="1011010" cat="3" paymentType="0" price="479" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23507" count="1" /> <!-- Military Hair Accessory Appearance Stone-->
<item itemId="23720" count="1" /> <!-- Military Top Appearance Stone - Modified Set-->
<item itemId="23721" count="1" /> <!-- Military Pants Appearance Stone - Modified Set-->
<item itemId="23722" count="1" /> <!-- Military Gloves Appearance Stone - Modified Set-->
<item itemId="23723" count="1" /> <!-- Military Shoes Appearance Stone - Modified Set-->
<item itemId="23805" count="6" /> <!-- Hero Coin-->
</item>
<item id="1011011" cat="3" paymentType="0" price="239" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23513" count="1" /> <!-- Maid Appearance Stone-->
<item itemId="23514" count="1" /> <!-- Maid Hair Accessory Appearance Stone-->
<item itemId="23805" count="3" /> <!-- Hero Coin-->
</item>
<item id="1011015" cat="3" paymentType="0" price="399" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="21167" count="1" /> <!-- Agathion - Zaken's Spirit Swords Pack-->
<item itemId="23805" count="5" /> <!-- Hero Coin-->
</item>
<item id="1011021" cat="3" paymentType="0" price="799" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="21413" count="1" /> <!-- Mount - Jet Bike Pack-->
<item itemId="23805" count="10" /> <!-- Hero Coin-->
</item>
<item id="1011022" cat="3" paymentType="0" price="399" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22402" count="1" /> <!-- Weapon Appearance Stone (R-grade)-->
<item itemId="23805" count="5" /> <!-- Hero Coin-->
</item>
<item id="1011023" cat="3" paymentType="0" price="799" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22408" count="1" /> <!-- Blessed Weapon Appearance Stone (R-grade)-->
<item itemId="23805" count="10" /> <!-- Hero Coin-->
</item>
<item id="1011024" cat="3" paymentType="0" price="319" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22682" count="1" /> <!-- Armor Appearance Stone (R-grade)-->
<item itemId="23805" count="4" /> <!-- Hero Coin-->
</item>
<item id="1011025" cat="3" paymentType="0" price="639" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22688" count="1" /> <!-- Blessed Armor Appearance Stone (R-grade)-->
<item itemId="23805" count="8" /> <!-- Hero Coin-->
</item>
<item id="1011026" cat="3" paymentType="0" price="160" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22708" count="1" /> <!-- Hair Accessory Appearance Stone-->
<item itemId="23805" count="2" /> <!-- Hero Coin-->
</item>
<item id="1011027" cat="3" paymentType="0" price="319" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22709" count="1" /> <!-- Blessed Hair Accessory Appearance Stone-->
<item itemId="23805" count="4" /> <!-- Hero Coin-->
</item>
<item id="1011043" cat="3" paymentType="0" price="399" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23482" count="1" /> <!-- Top Hat-->
<item itemId="23805" count="5" /> <!-- Hero Coin-->
</item>
<item id="1011044" cat="3" paymentType="0" price="799" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23530" count="1" /> <!-- Automatic Appearance Stone: Emerald Weapon-->
<item itemId="23805" count="10" /> <!-- Hero Coin-->
</item>
<item id="1011045" cat="3" paymentType="0" price="399" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="21126" count="1" /> <!-- Warrior's Helmet-->
<item itemId="23805" count="5" /> <!-- Hero Coin-->
</item>
<item id="1011046" cat="3" paymentType="0" price="399" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="20022" count="1" /> <!-- Ruthless Tribe Mask-->
<item itemId="23805" count="5" /> <!-- Hero Coin-->
</item>
<item id="1011058" cat="3" paymentType="0" price="399" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="9886" count="1" /> <!-- Wizard Hat - Big Head-->
<item itemId="23805" count="5" /> <!-- Hero Coin-->
</item>
<item id="1011059" cat="3" paymentType="0" price="399" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="13498" count="1" /> <!-- Refined Wizard Hat-->
<item itemId="23805" count="5" /> <!-- Hero Coin-->
</item>
<item id="1011062" cat="3" paymentType="0" price="399" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="5" /> <!-- Hero Coin-->
<item itemId="37661" count="1" /> <!-- Refined Romantic Chapeau: Blue-->
</item>
<item id="1011063" cat="3" paymentType="0" price="399" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="5" /> <!-- Hero Coin-->
<item itemId="37662" count="1" /> <!-- Refined Romantic Chapeau: Gold-->
</item>
<item id="1011064" cat="3" paymentType="0" price="399" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="5" /> <!-- Hero Coin-->
<item itemId="37663" count="1" /> <!-- Refined Romantic Chapeau: Green-->
</item>
<item id="1011065" cat="3" paymentType="0" price="399" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="5" /> <!-- Hero Coin-->
<item itemId="37664" count="1" /> <!-- Refined Romantic Chapeau: Red-->
</item>
<item id="1011066" cat="3" paymentType="0" price="399" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="5" /> <!-- Hero Coin-->
<item itemId="37665" count="1" /> <!-- Refined Romantic Chapeau: Yellow-->
</item>
<item id="1011067" cat="5" paymentType="0" price="160" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="2" /> <!-- Hero Coin-->
<item itemId="33855" count="1" /> <!-- Lucky Enchant Stone: Weapon (R-grade) - Event-->
</item>
<item id="1011068" cat="5" paymentType="0" price="80" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="1" /> <!-- Hero Coin-->
<item itemId="33861" count="1" /> <!-- Lucky Enchant Stone: Armor (R-grade) - Event-->
</item>
<item id="1011069" cat="5" paymentType="0" price="320" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="4" /> <!-- Hero Coin-->
<item itemId="36008" count="1" /> <!-- High-grade Lucky Enchant Stone: Weapon (R-grade)-->
</item>
<item id="1011070" cat="5" paymentType="0" price="160" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="2" /> <!-- Hero Coin-->
<item itemId="36009" count="1" /> <!-- High-grade Lucky Enchant Stone: Armor (R-grade)-->
</item>
<item id="1011071" cat="5" paymentType="0" price="120" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23399" count="1" /> <!-- Blessed Scroll: Enchant Armor Pack-->
<item itemId="23805" count="2" /> <!-- Hero Coin-->
</item>
<item id="1011072" cat="5" paymentType="0" price="240" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23398" count="1" /> <!-- Blessed Scroll: Enchant Weapon Pack-->
<item itemId="23805" count="3" /> <!-- Hero Coin-->
</item>
<item id="1011073" cat="5" paymentType="0" price="279" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23385" count="1" /> <!-- Life Stone: Adenian Underwear-->
<item itemId="23805" count="3" /> <!-- Hero Coin-->
</item>
<item id="1011074" cat="5" paymentType="0" price="1599" panelType="0" recommended="4" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="22" /> <!-- Hero Coin-->
<item itemId="35562" count="25" /> <!-- Energy of Destruction-->
<item itemId="35563" count="30" /> <!-- Giant's Energy-->
<item itemId="37622" count="1" /> <!-- Kaliel's Energy Box - Western Winds-->
</item>
<item id="1011075" cat="5" paymentType="0" price="80" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="1" /> <!-- Hero Coin-->
<item itemId="35562" count="2" /> <!-- Energy of Destruction-->
</item>
<item id="1011076" cat="5" paymentType="0" price="399" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="21580" count="1" /> <!-- Power Shirt-->
<item itemId="23805" count="5" /> <!-- Hero Coin-->
</item>
<item id="1011077" cat="5" paymentType="0" price="79" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22905" count="1" /> <!-- Blessed Scroll: Enchant Power Shirt-->
<item itemId="23805" count="1" /> <!-- Hero Coin-->
</item>
<item id="1011078" cat="5" paymentType="0" price="319" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="4" /> <!-- Hero Coin-->
<item itemId="37566" count="1" /> <!-- Blessed Lucky Enchant Stone: Weapon (R-grade)-->
</item>
<item id="1011079" cat="5" paymentType="0" price="159" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="2" /> <!-- Hero Coin-->
<item itemId="37567" count="1" /> <!-- Blessed Lucky Enchant Stone: Armor (R-grade)-->
</item>
<item id="1011080" cat="5" paymentType="0" price="639" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="8" /> <!-- Hero Coin-->
<item itemId="38757" count="1" /> <!-- Blessed High-grade Lucky Enchant Stone: Weapon (R-grade)-->
</item>
<item id="1011081" cat="5" paymentType="0" price="319" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="4" /> <!-- Hero Coin-->
<item itemId="38758" count="1" /> <!-- Blessed High-grade Lucky Enchant Stone: Armor (R-grade)-->
</item>
<item id="1011082" cat="2" paymentType="0" price="80" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="14065" count="1" /> <!-- Superior Minion Coupon - 5-hour-->
<item itemId="23805" count="1" /> <!-- Hero Coin-->
</item>
<item id="1011083" cat="2" paymentType="0" price="240" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22312" count="1" /> <!-- Top-grade Magic Pin Cloth Belt-->
<item itemId="23805" count="3" /> <!-- Hero Coin-->
</item>
<item id="1011084" cat="2" paymentType="0" price="400" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22313" count="1" /> <!-- Top-grade Magic Pouch Cloth Belt-->
<item itemId="23805" count="5" /> <!-- Hero Coin-->
</item>
<item id="1011085" cat="2" paymentType="0" price="200" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22900" count="1" /> <!-- Expand Inventory Lv. 1-->
<item itemId="23805" count="3" /> <!-- Hero Coin-->
</item>
<item id="1011086" cat="2" paymentType="0" price="400" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22901" count="1" /> <!-- Expand Inventory Lv. 2-->
<item itemId="23805" count="5" /> <!-- Hero Coin-->
</item>
<item id="1011087" cat="2" paymentType="0" price="200" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22902" count="1" /> <!-- Spellbook: Expand Warehouse Lv. 1-->
<item itemId="23805" count="3" /> <!-- Hero Coin-->
</item>
<item id="1011088" cat="2" paymentType="0" price="400" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22903" count="1" /> <!-- Spellbook: Expand Warehouse Lv. 2-->
<item itemId="23805" count="5" /> <!-- Hero Coin-->
</item>
<item id="1011089" cat="2" paymentType="0" price="200" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22542" count="1" /> <!-- Improved Mithril Bracelet Pack-->
<item itemId="23805" count="3" /> <!-- Hero Coin-->
</item>
<item id="1011090" cat="2" paymentType="0" price="80" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22888" count="5000" /> <!-- Mysterious Soulshot (R-grade)-->
<item itemId="23805" count="1" /> <!-- Hero Coin-->
</item>
<item id="1011091" cat="2" paymentType="0" price="160" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22889" count="5000" /> <!-- Mysterious Blessed Spiritshot (R-grade)-->
<item itemId="23805" count="2" /> <!-- Hero Coin-->
</item>
<item id="1011092" cat="2" paymentType="0" price="240" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23232" count="1" /> <!-- Traces of Ancient Kartia's Labyrinth-->
<item itemId="23805" count="3" /> <!-- Hero Coin-->
</item>
<item id="1011093" cat="2" paymentType="0" price="599" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23225" count="1" /> <!-- Soul Avatar's Giant Placid-->
<item itemId="23805" count="8" /> <!-- Hero Coin-->
</item>
<item id="1011094" cat="2" paymentType="0" price="399" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="5" /> <!-- Hero Coin-->
<item itemId="35757" count="1" /> <!-- Scroll: Reputation (Top-grade) - Event-->
</item>
<item id="1011095" cat="2" paymentType="0" price="159" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="20914" count="1" /> <!-- Enhanced Rose Spirit Coupon (5-hour)-->
<item itemId="23805" count="2" /> <!-- Hero Coin-->
</item>
<item id="1011096" cat="2" paymentType="0" price="560" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="20904" count="250" /> <!-- Rose Essence-->
<item itemId="23805" count="7" /> <!-- Hero Coin-->
</item>
<item id="1011097" cat="2" paymentType="0" price="159" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22499" count="1" /> <!-- My Teleport Book Pack-->
<item itemId="23805" count="2" /> <!-- Hero Coin-->
</item>
<item id="1011098" cat="2" paymentType="0" price="79" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22504" count="1" /> <!-- My Teleport Flag 10-unit Pack-->
<item itemId="23805" count="1" /> <!-- Hero Coin-->
</item>
<item id="1011099" cat="2" paymentType="0" price="79" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="21237" count="3" /> <!-- Super Healthy Juice Pack (HP)-->
<item itemId="23805" count="1" /> <!-- Hero Coin-->
</item>
<item id="1011100" cat="2" paymentType="0" price="119" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="21241" count="3" /> <!-- Super Healthy Juice Pack (CP)-->
<item itemId="23805" count="2" /> <!-- Hero Coin-->
</item>
<item id="1011101" cat="2" paymentType="0" price="79" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22933" count="1" /> <!-- Entrance Pass: Kartia's Labyrinth Lv. 90 Solo-->
<item itemId="23805" count="1" /> <!-- Hero Coin-->
</item>
<item id="1011102" cat="2" paymentType="0" price="119" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22934" count="1" /> <!-- Entrance Pass: Kartia's Labyrinth Lv. 95 Solo-->
<item itemId="23805" count="2" /> <!-- Hero Coin-->
</item>
<item id="1011103" cat="2" paymentType="0" price="79" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22935" count="1" /> <!-- Entrance Pass: Kartia's Labyrinth Lv. 85 Party-->
<item itemId="23805" count="1" /> <!-- Hero Coin-->
</item>
<item id="1011104" cat="2" paymentType="0" price="119" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22936" count="1" /> <!-- Entrance Pass: Kartia's Labyrinth Lv. 90 Party-->
<item itemId="23805" count="2" /> <!-- Hero Coin-->
</item>
<item id="1011106" cat="2" paymentType="0" price="79" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="21037" count="100" /> <!-- Warrior's Quick CP Potion-->
<item itemId="23805" count="1" /> <!-- Hero Coin-->
</item>
<item id="1011107" cat="2" paymentType="0" price="119" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="2" /> <!-- Hero Coin-->
<item itemId="36275" count="1" /> <!-- Entrance Pass: Istina (Normal)-->
</item>
<item id="1011108" cat="2" paymentType="0" price="79" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="1" /> <!-- Hero Coin-->
<item itemId="36273" count="1" /> <!-- Entrance Pass: Fortuna-->
</item>
<item id="1011109" cat="2" paymentType="0" price="119" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="2" /> <!-- Hero Coin-->
<item itemId="36274" count="1" /> <!-- Entrance Pass: Nornil's Garden-->
</item>
<item id="1011110" cat="2" paymentType="0" price="119" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="2" /> <!-- Hero Coin-->
<item itemId="36272" count="1" /> <!-- Entrance Pass: Spezion (Epic)-->
</item>
<item id="1011111" cat="2" paymentType="0" price="79" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="1" /> <!-- Hero Coin-->
<item itemId="36271" count="1" /> <!-- Entrance Pass: Spezion (Normal)-->
</item>
<item id="1011112" cat="2" paymentType="0" price="119" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="2" /> <!-- Hero Coin-->
<item itemId="36276" count="1" /> <!-- Entrance Pass: Octavis (Normal)-->
</item>
<item id="1011113" cat="2" paymentType="0" price="119" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="2" /> <!-- Hero Coin-->
<item itemId="36277" count="1" /> <!-- Entrance Pass: Baylor-->
</item>
<item id="1011115" cat="2" paymentType="0" price="239" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="3" /> <!-- Hero Coin-->
<item itemId="38159" count="1" /> <!-- Entrance Pass: Fantasy Fishing Dock (1-hour)-->
</item>
<item id="1011116" cat="2" paymentType="0" price="239" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="3" /> <!-- Hero Coin-->
<item itemId="37867" count="1" /> <!-- Valiant Scroll-->
</item>
<item id="1011117" cat="2" paymentType="0" price="1600" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="22" /> <!-- Hero Coin-->
<item itemId="38572" count="1" /> <!-- Apparition Stone (Lv. 88)-->
</item>
<item id="1011118" cat="2" paymentType="0" price="2000" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="28" /> <!-- Hero Coin-->
<item itemId="38573" count="1" /> <!-- Apparition Stone (Lv. 93)-->
</item>
<item id="1011119" cat="2" paymentType="0" price="4000" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="55" /> <!-- Hero Coin-->
<item itemId="38574" count="1" /> <!-- Apparition Stone (Lv. 98)-->
</item>
<item id="1011120" cat="7" paymentType="2" price="1" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="1538" count="1" /> <!-- Blessed Scroll of Escape-->
</item>
<item id="1011121" cat="7" paymentType="2" price="2" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22204" count="1" /> <!-- Attribute Stone Pack - Event-->
</item>
<item id="1011122" cat="7" paymentType="2" price="2" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="37612" count="2" /> <!-- Ingredient Box - Western Winds-->
</item>
<item id="1011123" cat="7" paymentType="2" price="2" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22888" count="2500" /> <!-- Mysterious Soulshot (R-grade)-->
</item>
<item id="1011124" cat="7" paymentType="2" price="2" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22889" count="1000" /> <!-- Mysterious Blessed Spiritshot (R-grade)-->
</item>
<item id="1011125" cat="7" paymentType="2" price="3" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="37607" count="1" /> <!-- Treasure Chest - Western Winds-->
</item>
<item id="1011126" cat="7" paymentType="2" price="4" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="37671" count="2" /> <!-- Heavenly Recovery Potion-->
</item>
<item id="1011128" cat="7" paymentType="2" price="5" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="3936" count="1" /> <!-- Blessed Scroll of Resurrection-->
</item>
<item id="1011131" cat="7" paymentType="2" price="8" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="21619" count="10" /> <!-- Rune of Feather Pack (24-hour)-->
</item>
<item id="1011132" cat="7" paymentType="2" price="10" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="37660" count="1" /> <!-- Magmeld's Instrument-->
</item>
<item id="1011133" cat="7" paymentType="2" price="10" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="36002" count="1" /> <!-- Heavenly CP Cookie-->
</item>
<item id="1011134" cat="7" paymentType="2" price="10" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="34082" count="1" /> <!-- Heavenly Cocktail-->
</item>
<item id="1011136" cat="7" paymentType="2" price="20" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="-1" availableCount="1" >
<item itemId="37622" count="1" /> <!-- Kaliel's Energy Box - Western Winds-->
</item>
<item id="1011138" cat="7" paymentType="2" price="30" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="35563" count="1" /> <!-- Giant's Energy-->
</item>
<item id="1011139" cat="7" paymentType="2" price="30" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="35562" count="1" /> <!-- Energy of Destruction-->
</item>
<item id="1011140" cat="7" paymentType="2" price="50" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="35742" count="1" /> <!-- Scroll: Reputation (Low-grade) - Event-->
</item>
<item id="1011141" cat="7" paymentType="2" price="50" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="35741" count="1" /> <!-- Scroll: PK (Low-grade) - Event-->
</item>
<item id="1011142" cat="7" paymentType="2" price="75" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="36979" count="1" /> <!-- Life Stone: Hair Accessory-->
</item>
<item id="1011143" cat="7" paymentType="2" price="100" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="-1" availableCount="1" >
<item itemId="37609" count="1" /> <!-- Pendant Pack - Western Winds-->
</item>
<item id="1011144" cat="7" paymentType="2" price="125" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="36155" count="1" /> <!-- Enhanced Kaliel's Attribute Stone Pack-->
</item>
<item id="1011145" cat="7" paymentType="2" price="125" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="35749" count="1" /> <!-- Weapon Attribute Change Crystal (R-grade) - Event-->
</item>
<item id="1011146" cat="7" paymentType="2" price="150" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="36978" count="1" /> <!-- Scroll: Enchant Hair Accessory-->
</item>
<item id="1011147" cat="7" paymentType="2" price="150" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="38583" count="1" /> <!-- Emperor's Dessert Set (Defense Type)-->
</item>
<item id="1011148" cat="7" paymentType="2" price="150" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="38582" count="1" /> <!-- Emperor's Dessert Set (Magic Type)-->
</item>
<item id="1011149" cat="7" paymentType="2" price="150" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="38581" count="1" /> <!-- Emperor's Dessert Set (Attack Type)-->
</item>
<item id="1011151" cat="7" paymentType="2" price="175" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="20948" count="1" /> <!-- Agathion - Phoenix Pack (7-day) - Nirvana Rebirth-->
</item>
<item id="1011152" cat="7" paymentType="2" price="200" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="37613" count="1" /> <!-- Hero's Treasure Chest - Western Winds-->
</item>
<item id="1011153" cat="7" paymentType="2" price="250" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="20588" count="1" /> <!-- Agathion - Weaver Pack (24-hour) - Power of the Golden Calf-->
<item itemId="20597" count="3" /> <!-- Girl's Soulstone-->
</item>
<item id="1011154" cat="7" paymentType="2" price="250" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="20597" count="3" /> <!-- Girl's Soulstone-->
<item itemId="20619" count="1" /> <!-- Agathion - Weaver Pack (24-hour) - Flute Sound-->
</item>
<item id="1011156" cat="7" paymentType="2" price="400" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23774" count="1" /> <!-- Improved Lucky Enchant Stone: Weapon (R-grade)-->
</item>
<item id="1011159" cat="7" paymentType="2" price="500" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22202" count="1" /> <!-- Weapon Pack (S80-grade) - Event-->
</item>
<item id="1011160" cat="7" paymentType="2" price="500" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="34953" count="1" /> <!-- Lv. 5 Giant Dye Pack - Event-->
</item>
<item id="1011161" cat="7" paymentType="2" price="750" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23786" count="1" /> <!-- Lesser Giant's Lucky Enchant Stone: Armor (R-grade)-->
</item>
<item id="1011162" cat="7" paymentType="2" price="750" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="35569" count="1" /> <!-- Bloody Eternal Enhancement Stone-->
</item>
<item id="1011163" cat="7" paymentType="2" price="1000" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="34955" count="1" /> <!-- Lv. 5 Ancient Dye Pack - Event-->
</item>
<item id="1011164" cat="7" paymentType="2" price="1250" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="36156" count="1" /> <!-- Enhanced Kaliel's Attribute Crystal Pack-->
</item>
<item id="1011167" cat="7" paymentType="2" price="1500" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22188" count="1" /> <!-- Birthday Vitality Potion-->
</item>
<item id="1011170" cat="7" paymentType="2" price="2500" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23785" count="1" /> <!-- Lesser Giant's Lucky Enchant Stone: Weapon (R-grade)-->
</item>
<item id="1011171" cat="7" paymentType="2" price="3000" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="-1" availableCount="1" >
<item itemId="39345" count="1" /> <!-- Amaranthine Weapon Pack-->
</item>
<item id="1011173" cat="7" paymentType="2" price="10000" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="34775" count="1" /> <!-- Scroll of Blessing (R2-grade) - Event-->
</item>
<item id="1011174" cat="7" paymentType="2" price="10000" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="35568" count="1" /> <!-- Bloody Amaranthine Enhancement Stone-->
</item>
<item id="1011185" cat="7" paymentType="2" price="1" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="-1" availableCount="1" >
<item itemId="35664" count="2" /> <!-- Scroll: 10,000 Individual Fame-->
</item>
<item id="1011186" cat="7" paymentType="2" price="10" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="-1" availableCount="1" >
<item itemId="30275" count="1" /> <!-- Scroll: 1,000,000 SP-->
</item>
<item id="1011187" cat="7" paymentType="2" price="15" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="18563" count="1" /> <!-- Life Stone (R-grade)-->
</item>
<item id="1011188" cat="7" paymentType="2" price="25" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22205" count="1" /> <!-- Attribute Crystal Pack - Event-->
</item>
<item id="1011189" cat="7" paymentType="2" price="50" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="10649" count="1" /> <!-- Feather of Blessing-->
</item>
<item id="1011190" cat="7" paymentType="2" price="200" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="-1" availableCount="1" >
<item itemId="36405" count="1" /> <!-- Rare Accessory Pack (Expiratory) - Event-->
</item>
<item id="1011191" cat="7" paymentType="2" price="500" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="-1" availableCount="1" >
<item itemId="37566" count="1" /> <!-- Blessed Lucky Enchant Stone: Weapon (R-grade)-->
</item>
<item id="1011192" cat="7" paymentType="2" price="500" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="39341" count="1" /> <!-- Elegia Armor Pack-->
</item>
<item id="1011193" cat="7" paymentType="2" price="500" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="37567" count="1" /> <!-- Blessed Lucky Enchant Stone: Armor (R-grade)-->
</item>
<item id="1011194" cat="7" paymentType="2" price="1000" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="-1" availableCount="1" >
<item itemId="22427" count="1" /> <!-- Divine Scroll: Enchant Weapon (R-grade)-->
</item>
<item id="1011195" cat="7" paymentType="2" price="2000" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="37566" count="1" /> <!-- Blessed Lucky Enchant Stone: Weapon (R-grade)-->
</item>
<item id="1011196" cat="7" paymentType="2" price="1750" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="34774" count="1" /> <!-- Scroll of Blessing (R1-grade) - Event-->
</item>
<item id="1011197" cat="7" paymentType="2" price="5000" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="37666" count="1" /> <!-- Rare Accessory Pack-->
</item>
<item id="1011198" cat="7" paymentType="2" price="6500" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="35567" count="1" /> <!-- Dark Eternal Enhancement Stone-->
</item>
<item id="1011207" cat="7" paymentType="2" price="1500" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="34954" count="1" /> <!-- Lv. 5 Legendary Dye Pack - Event-->
</item>
<item id="1011208" cat="2" paymentType="0" price="80" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22577" count="1" /> <!-- Mysterious Blessed Spiritshot Large Pack (S-grade)-->
<item itemId="23805" count="1" /> <!-- Hero Coin-->
</item>
<item id="1011209" cat="2" paymentType="0" price="199" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22937" count="1" /> <!-- Entrance Pass: Kartia's Labyrinth Lv. 95 Party-->
<item itemId="23805" count="3" /> <!-- Hero Coin-->
</item>
<item id="1011211" cat="7" paymentType="2" price="8" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="38105" count="200" /> <!-- Superior CP Potion-->
</item>
<item id="1011249" cat="7" paymentType="2" price="100500" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="36147" count="1" /> <!-- Dark Amaranthine Weapon Pack-->
</item>
<item id="1011250" cat="7" paymentType="2" price="87500" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="37717" count="1" /> <!-- Talisman - Seven Signs-->
</item>
<item id="1011251" cat="7" paymentType="2" price="71750" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="35564" count="1" /> <!-- Ruler's Authority-->
</item>
<item id="1011252" cat="7" paymentType="2" price="45000" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="35649" count="1" /> <!-- Sealed Talisman - Longing-->
</item>
<item id="1011253" cat="7" paymentType="2" price="45000" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="36146" count="1" /> <!-- Bloody Amaranthine Weapon Pack-->
</item>
<item id="1011254" cat="7" paymentType="2" price="30000" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="34777" count="1" /> <!-- Scroll of Blessing (R99-grade) - Event-->
</item>
<item id="1011255" cat="7" paymentType="2" price="24000" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23860" count="1" /> <!-- Raid Boss' Soul Pack-->
</item>
<item id="1011256" cat="7" paymentType="2" price="20250" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="37623" count="1" /> <!-- Soul Bottle Pack - Western Winds-->
</item>
<item id="1011257" cat="7" paymentType="2" price="17875" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="35566" count="1" /> <!-- Dark Amaranthine Enhancement Stone-->
</item>
<item id="1011258" cat="7" paymentType="2" price="12500" panelType="0" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="85" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="34776" count="1" /> <!-- Scroll of Blessing (R95-grade) - Event-->
</item>
<item id="1011315" cat="6" paymentType="0" price="160" panelType="3" recommended="1" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23728" count="1" /> <!-- Erupting Vitality XP Potion-->
<item itemId="23805" count="2" /> <!-- Hero Coin-->
</item>
<item id="1011334" cat="2" paymentType="0" price="80" panelType="3" recommended="0" startSale="315558000" endSale="2127452400" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="0" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="23805" count="1" /> <!-- Hero Coin-->
<item itemId="23985" count="1" /> <!-- Extra Pass: Ancient Kartia's Labyrinth-->
</item>
<item id="1011341" cat="4" paymentType="0" price="320" panelType="1" recommended="1" startSale="1404896400" endSale="1406710800" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22883" count="1" /> <!-- Scroll: Replenish Vitality-->
<item itemId="22966" count="1" /> <!-- Vitality Maintaining Potion (1-hour)-->
<item itemId="23728" count="1" /> <!-- Erupting Vitality XP Potion-->
<item itemId="23805" count="5" /> <!-- Hero Coin-->
</item>
<item id="1011342" cat="4" paymentType="0" price="2000" panelType="1" recommended="1" startSale="1404896400" endSale="1406710800" dayOfWeek="127" startHour="0" startMinute="0" stopHour="23" stopMinute="59" stock="-1" maxStock="-1" salePercent="0" minLevel="0" maxLevel="0" minBirthday="0" maxBirthday="0" restrictionDay="0" availableCount="0" >
<item itemId="22885" count="2" /> <!-- Scroll: Replenish Vitality (Top-grade)-->
<item itemId="22966" count="5" /> <!-- Vitality Maintaining Potion (1-hour)-->
<item itemId="23728" count="5" /> <!-- Erupting Vitality XP Potion-->
<item itemId="23805" count="30" /> <!-- Hero Coin-->
</item>
</list>

View File

@ -1,80 +0,0 @@
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/shuttledata.xsd">
<shuttle id="1" name="Magmeld 1" x="206580" y="82700" z="-1035" heading="0">
<doors>
<door id="26200002" />
<door id="26200005" />
</doors>
<stops>
<stop id="0">
<dimension x="0" y="0" z="-50" />
<dimension x="0" y="0" z="0" />
<dimension x="0" y="200" z="45" />
</stop>
<stop id="1">
<dimension x="0" y="0" z="-50" />
<dimension x="0" y="0" z="0" />
<dimension x="0" y="200" z="45" />
</stop>
</stops>
<routes>
<route id="0">
<loc x="206580" y="82700" z="323" heading="0" /> <!-- UP -->
</route>
<route id="1">
<loc x="206580" y="82700" z="-1035" heading="0" /> <!-- DOWN -->
</route>
</routes>
</shuttle>
<shuttle id="2" name="Magmeld 2" x="209885" y="83357" z="-1035" heading="0">
<doors>
<door id="26200003" />
<door id="26200004" />
</doors>
<stops>
<stop id="0">
<dimension x="0" y="0" z="-50" />
<dimension x="0" y="0" z="0" />
<dimension x="0" y="200" z="45" />
</stop>
<stop id="1">
<dimension x="0" y="0" z="-50" />
<dimension x="0" y="0" z="0" />
<dimension x="0" y="200" z="45" />
</stop>
</stops>
<routes>
<route id="0">
<loc x="209885" y="83357" z="85" heading="0" />
</route>
<route id="1">
<loc x="209885" y="83357" z="-1035" heading="0" />
</route>
</routes>
</shuttle>
<shuttle id="3" name="Cruma" x="17728" y="114176" z="-3502" heading="0">
<doors>
<door id="20210004" />
<door id="20210005" />
</doors>
<stops>
<stop id="0">
<dimension x="0" y="0" z="-115" />
<dimension x="0" y="0" z="0" />
<dimension x="0" y="0" z="0" />
</stop>
<stop id="1">
<dimension x="0" y="0" z="-115" />
<dimension x="0" y="0" z="0" />
<dimension x="0" y="0" z="0" />
</stop>
</stops>
<routes>
<route id="0">
<loc x="17728" y="114176" z="-11712" heading="0" /> <!-- DOWN -->
</route>
<route id="1">
<loc x="17728" y="114176" z="-3502" heading="0" /> <!-- UP -->
</route>
</routes>
</shuttle>
</list>

View File

@ -1,317 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/skillTrees.xsd">
<skillTree type="alchemySkillTree">
<skill skillName="Greater Windy Healing Potion" skillId="17920" skillLvl="1" getLevel="68" learnedByNpc="true">
<item id="57" count="395400" />
</skill>
<skill skillName="Greater Windy Healing Potion" skillId="17920" skillLvl="2" getLevel="68" learnedByNpc="true">
<item id="39466" count="100" />
</skill>
<skill skillName="Greater Windy Quick Healing Potion" skillId="17921" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="39471" count="100" />
</skill>
<skill skillName="Super Elixir" skillId="17923" skillLvl="1" getLevel="86" learnedByNpc="true">
<item id="57" count="3954000" />
</skill>
<skill skillName="Supreme Windy Healing Potion" skillId="17924" skillLvl="1" getLevel="99" learnedByNpc="true">
<item id="39482" count="1" />
</skill>
<skill skillName="Giant's Scroll: Enchant Armor (R-grade)" skillId="17925" skillLvl="1" getLevel="88" learnedByNpc="true">
<item id="57" count="4285000" />
</skill>
<skill skillName="Giant's Lucky Enchant Stone: Armor (R-grade)" skillId="17926" skillLvl="1" getLevel="98" learnedByNpc="true">
<item id="57" count="25430000" />
</skill>
<skill skillName="Windy Lucky Enchant Stone: Armor (R-grade)" skillId="17927" skillLvl="1" getLevel="99" learnedByNpc="true">
<item id="39483" count="1" />
</skill>
<skill skillName="Lv. 1 Legendary MEN Dye (Luck)" skillId="17928" skillLvl="1" getLevel="86" learnedByNpc="true">
<item id="57" count="3954000" />
</skill>
<skill skillName="Lv. 2 Legendary MEN Dye (Luck)" skillId="17929" skillLvl="1" getLevel="90" learnedByNpc="true">
<item id="57" count="8950000" />
</skill>
<skill skillName="Lv. 3 Legendary MEN Dye (Luck)" skillId="17930" skillLvl="1" getLevel="97" learnedByNpc="true">
<item id="57" count="21520000" />
</skill>
<skill skillName="Lv. 4 Legendary MEN Dye (Luck)" skillId="17931" skillLvl="1" getLevel="99" learnedByNpc="true">
<item id="57" count="31570000" />
</skill>
<skill skillName="Lv. 1 Legendary MEN Dye (Charisma)" skillId="17932" skillLvl="1" getLevel="86" learnedByNpc="true">
<item id="57" count="3954000" />
</skill>
<skill skillName="Lv. 2 Legendary MEN Dye (Charisma)" skillId="17933" skillLvl="1" getLevel="90" learnedByNpc="true">
<item id="57" count="8950000" />
</skill>
<skill skillName="Lv. 3 Legendary MEN Dye (Charisma)" skillId="17934" skillLvl="1" getLevel="97" learnedByNpc="true">
<item id="57" count="21520000" />
</skill>
<skill skillName="Lv. 4 Legendary MEN Dye (Charisma)" skillId="17935" skillLvl="1" getLevel="99" learnedByNpc="true">
<item id="57" count="31570000" />
</skill>
<skill skillName="Lv. 5 Legendary MEN Dye (Luck)" skillId="17936" skillLvl="1" getLevel="99" learnedByNpc="true">
<item id="39485" count="1" />
</skill>
<skill skillName="Mid-grade Life Stone (R-grade)" skillId="17937" skillLvl="1" getLevel="85" learnedByNpc="true">
<item id="57" count="3154000" />
</skill>
<skill skillName="Mid-grade Life Stone (R95-grade)" skillId="17938" skillLvl="1" getLevel="95" learnedByNpc="true">
<item id="57" count="16520000" />
</skill>
<skill skillName="Mid-grade Life Stone (R99-grade)" skillId="17939" skillLvl="1" getLevel="97" learnedByNpc="true">
<item id="57" count="21520000" />
</skill>
<skill skillName="Life Stone: Giant's Power" skillId="17940" skillLvl="1" getLevel="99" learnedByNpc="true">
<item id="39484" count="1" />
</skill>
<skill skillName="Lv. 1 Windy CHA Dye (Luck)" skillId="17941" skillLvl="1" getLevel="86" learnedByNpc="true">
<item id="57" count="3954000" />
</skill>
<skill skillName="Lv. 1 Windy LUC Dye (Charisma)" skillId="17942" skillLvl="1" getLevel="86" learnedByNpc="true">
<item id="57" count="3954000" />
</skill>
<skill skillName="Alchemy Cube" skillId="17943" skillLvl="2" getLevel="86" learnedByNpc="true">
<item id="57" count="3954000" />
</skill>
<skill skillName="Sayha's Rune: Growth Pack Lv. 3" skillId="26906" skillLvl="3" getLevel="90" learnedByNpc="true">
<item id="57" count="8950000" />
</skill>
<skill skillName="Sayha's Rune: Skill Pack Lv. 2" skillId="26907" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="6000000" />
</skill>
<skill skillName="Sayha's Rune: Luck Pack Lv. 2" skillId="26908" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="6000000" />
</skill>
<skill skillName="Sayha's Rune Pack Lv. 2" skillId="26909" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="6000000" />
</skill>
<skill skillName="Major Windy Healing Potion" skillId="17920" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="39467" count="150" />
</skill>
<skill skillName="Superior Windy Healing Potion" skillId="17920" skillLvl="4" getLevel="78" learnedByNpc="true">
<item id="39468" count="200" />
</skill>
<skill skillName="Windy Quick Healing Potion" skillId="17921" skillLvl="1" getLevel="78" learnedByNpc="true">
<item id="57" count="724000" />
</skill>
<skill skillName="Major Windy Quick Healing Potion" skillId="17921" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="39472" count="150" />
</skill>
<skill skillName="Superior Windy Quick Healing Potion" skillId="17921" skillLvl="4" getLevel="78" learnedByNpc="true">
<item id="39473" count="200" />
</skill>
<skill skillName="Low-grade Love Potion" skillId="17922" skillLvl="1" getLevel="78" learnedByNpc="true">
<item id="57" count="724000" />
</skill>
<skill skillName="Love Potion" skillId="17922" skillLvl="2" getLevel="88" learnedByNpc="true">
<item id="39476" count="50" />
</skill>
<skill skillName="Mid-grade Love Potion" skillId="17922" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="39477" count="100" />
</skill>
<skill skillName="High-grade Love Potion" skillId="17922" skillLvl="4" getLevel="78" learnedByNpc="true">
<item id="39478" count="150" />
</skill>
<skill skillName="Supreme Windy Quick Healing Potion" skillId="17924" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="39482" count="1" />
</skill>
<skill skillName="Cruel Love Potion" skillId="17924" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="39482" count="1" />
</skill>
<skill skillName="Giant's Scroll: Enchant Weapon (R-grade)" skillId="17925" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="10780000" />
</skill>
<skill skillName="Giant's Lucky Enchant Stone: Weapon (R-grade)" skillId="17926" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="31570000" />
</skill>
<skill skillName="Windy Lucky Enchant Stone: Weapon (R-grade)" skillId="17927" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="39483" count="1" />
</skill>
<skill skillName="Lv. 1 Legendary CON Dye (Luck)" skillId="17928" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="3954000" />
</skill>
<skill skillName="Lv. 1 Legendary WIT Dye (Luck)" skillId="17928" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="57" count="3954000" />
</skill>
<skill skillName="Lv. 1 Legendary DEX Dye (Luck)" skillId="17928" skillLvl="4" getLevel="78" learnedByNpc="true">
<item id="57" count="3954000" />
</skill>
<skill skillName="Lv. 1 Legendary INT Dye (Luck)" skillId="17928" skillLvl="5" getLevel="78" learnedByNpc="true">
<item id="57" count="3954000" />
</skill>
<skill skillName="Lv. 2 Legendary CON Dye (Luck)" skillId="17929" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="8950000" />
</skill>
<skill skillName="Lv. 2 Legendary WIT Dye (Luck)" skillId="17929" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="57" count="8950000" />
</skill>
<skill skillName="Lv. 2 Legendary DEX Dye (Luck)" skillId="17929" skillLvl="4" getLevel="78" learnedByNpc="true">
<item id="57" count="8950000" />
</skill>
<skill skillName="Lv. 2 Legendary INT Dye (Luck)" skillId="17929" skillLvl="5" getLevel="78" learnedByNpc="true">
<item id="57" count="8950000" />
</skill>
<skill skillName="Lv. 3 Legendary CON Dye (Luck)" skillId="17930" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="21520000" />
</skill>
<skill skillName="Lv. 3 Legendary WIT Dye (Luck)" skillId="17930" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="57" count="21520000" />
</skill>
<skill skillName="Lv. 3 Legendary DEX Dye (Luck)" skillId="17930" skillLvl="4" getLevel="78" learnedByNpc="true">
<item id="57" count="21520000" />
</skill>
<skill skillName="Lv. 3 Legendary INT Dye (Luck)" skillId="17930" skillLvl="5" getLevel="78" learnedByNpc="true">
<item id="57" count="21520000" />
</skill>
<skill skillName="Lv. 4 Legendary CON Dye (Luck)" skillId="17931" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="31570000" />
</skill>
<skill skillName="Lv. 4 Legendary WIT Dye (Luck)" skillId="17931" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="57" count="31570000" />
</skill>
<skill skillName="Lv. 4 Legendary DEX Dye (Luck)" skillId="17931" skillLvl="4" getLevel="78" learnedByNpc="true">
<item id="57" count="31570000" />
</skill>
<skill skillName="Lv. 4 Legendary INT Dye (Luck)" skillId="17931" skillLvl="5" getLevel="78" learnedByNpc="true">
<item id="57" count="31570000" />
</skill>
<skill skillName="Lv. 1 Legendary CON Dye (Charisma)" skillId="17932" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="3954000" />
</skill>
<skill skillName="Lv. 1 Legendary WIT Dye (Charisma)" skillId="17932" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="57" count="3954000" />
</skill>
<skill skillName="Lv. 1 Legendary DEX Dye (Charisma)" skillId="17932" skillLvl="4" getLevel="78" learnedByNpc="true">
<item id="57" count="3954000" />
</skill>
<skill skillName="Lv. 1 Legendary INT Dye (Charisma)" skillId="17932" skillLvl="5" getLevel="78" learnedByNpc="true">
<item id="57" count="3954000" />
</skill>
<skill skillName="Lv. 1 Legendary STR Dye (Charisma)" skillId="17932" skillLvl="6" getLevel="78" learnedByNpc="true">
<item id="57" count="3954000" />
</skill>
<skill skillName="Lv. 2 Legendary CON Dye (Charisma)" skillId="17933" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="8950000" />
</skill>
<skill skillName="Lv. 2 Legendary WIT Dye (Charisma)" skillId="17933" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="57" count="8950000" />
</skill>
<skill skillName="Lv. 2 Legendary DEX Dye (Charisma)" skillId="17933" skillLvl="4" getLevel="78" learnedByNpc="true">
<item id="57" count="8950000" />
</skill>
<skill skillName="Lv. 2 Legendary INT Dye (Charisma)" skillId="17933" skillLvl="5" getLevel="78" learnedByNpc="true">
<item id="57" count="8950000" />
</skill>
<skill skillName="Lv. 3 Legendary CON Dye (Charisma)" skillId="17934" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="21520000" />
</skill>
<skill skillName="Lv. 3 Legendary WIT Dye (Charisma)" skillId="17934" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="57" count="21520000" />
</skill>
<skill skillName="Lv. 3 Legendary DEX Dye (Charisma)" skillId="17934" skillLvl="4" getLevel="78" learnedByNpc="true">
<item id="57" count="21520000" />
</skill>
<skill skillName="Lv. 3 Legendary INT Dye (Charisma)" skillId="17934" skillLvl="5" getLevel="78" learnedByNpc="true">
<item id="57" count="21520000" />
</skill>
<skill skillName="Lv. 4 Legendary CON Dye (Charisma)" skillId="17935" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="31570000" />
</skill>
<skill skillName="Lv. 4 Legendary WIT Dye (Charisma)" skillId="17935" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="57" count="31570000" />
</skill>
<skill skillName="Lv. 4 Legendary DEX Dye (Charisma)" skillId="17935" skillLvl="4" getLevel="78" learnedByNpc="true">
<item id="57" count="31570000" />
</skill>
<skill skillName="Lv. 4 Legendary INT Dye (Charisma)" skillId="17935" skillLvl="5" getLevel="78" learnedByNpc="true">
<item id="57" count="31570000" />
</skill>
<skill skillName="Lv. 5 Legendary CON Dye (Luck)" skillId="17936" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="39485" count="1" />
</skill>
<skill skillName="Lv. 5 Legendary WIT Dye (Luck)" skillId="17936" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="39485" count="1" />
</skill>
<skill skillName="Lv. 5 Legendary DEX Dye (Luck)" skillId="17936" skillLvl="4" getLevel="78" learnedByNpc="true">
<item id="39485" count="1" />
</skill>
<skill skillName="Lv. 5 Legendary INT Dye (Luck)" skillId="17936" skillLvl="5" getLevel="78" learnedByNpc="true">
<item id="39485" count="1" />
</skill>
<skill skillName="Lv. 5 Legendary STR Dye (Luck)" skillId="17936" skillLvl="6" getLevel="78" learnedByNpc="true">
<item id="39485" count="1" />
</skill>
<skill skillName="High-grade Life Stone (R-grade)" skillId="17937" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="8950000" />
</skill>
<skill skillName="Top-grade Life Stone (R-grade)" skillId="17937" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="57" count="8950000" />
</skill>
<skill skillName="High-grade Life Stone (R95-grade)" skillId="17938" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="16520000" />
</skill>
<skill skillName="Top-grade Life Stone (R95-grade)" skillId="17938" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="57" count="16520000" />
</skill>
<skill skillName="High-grade Life Stone (R99-grade)" skillId="17939" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="21520000" />
</skill>
<skill skillName="Top-grade Life Stone (R99-grade)" skillId="17939" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="57" count="21520000" />
</skill>
<skill skillName="Lv. 2 Windy CHA Dye (Luck)" skillId="17941" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="8950000" />
</skill>
<skill skillName="Lv. 3 Windy CHA Dye (Luck)" skillId="17941" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="57" count="21520000" />
</skill>
<skill skillName="Lv. 4 Windy CHA Dye (Luck)" skillId="17941" skillLvl="4" getLevel="78" learnedByNpc="true">
<item id="57" count="31570000" />
</skill>
<skill skillName="Lv. 2 Windy LUC Dye (Charisma)" skillId="17942" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="8950000" />
</skill>
<skill skillName="Lv. 3 Windy LUC Dye (Charisma)" skillId="17942" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="57" count="21520000" />
</skill>
<skill skillName="Lv. 4 Windy LUC Dye (Charisma)" skillId="17942" skillLvl="4" getLevel="78" learnedByNpc="true">
<item id="57" count="31570000" />
</skill>
<skill skillName="Sayha's Rune: Growth Pack Lv. 1" skillId="26906" skillLvl="1" getLevel="78" learnedByNpc="true">
<item id="57" count="724000" />
</skill>
<skill skillName="Sayha's Rune: Growth Pack Lv. 2" skillId="26906" skillLvl="2" getLevel="78" learnedByNpc="true">
<item id="57" count="6000000" />
</skill>
<skill skillName="Sayha's Rune: Growth Pack Lv. 4" skillId="26906" skillLvl="4" getLevel="78" learnedByNpc="true">
<item id="57" count="11900000" />
</skill>
<skill skillName="Sayha's Rune: Skill Pack Lv. 1" skillId="26907" skillLvl="1" getLevel="78" learnedByNpc="true">
<item id="57" count="724000" />
</skill>
<skill skillName="Sayha's Rune: Skill Pack Lv. 3" skillId="26907" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="57" count="8950000" />
</skill>
<skill skillName="Sayha's Rune: Skill Pack Lv. 4" skillId="26907" skillLvl="4" getLevel="78" learnedByNpc="true">
<item id="57" count="11900000" />
</skill>
<skill skillName="Sayha's Rune: Luck Pack Lv. 1" skillId="26908" skillLvl="1" getLevel="78" learnedByNpc="true">
<item id="57" count="724000" />
</skill>
<skill skillName="Sayha's Rune: Luck Pack Lv. 3" skillId="26908" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="57" count="8950000" />
</skill>
<skill skillName="Sayha's Rune: Luck Pack Lv. 4" skillId="26908" skillLvl="4" getLevel="78" learnedByNpc="true">
<item id="57" count="11900000" />
</skill>
<skill skillName="Sayha's Rune Pack Lv. 1" skillId="26909" skillLvl="1" getLevel="78" learnedByNpc="true">
<item id="57" count="724000" />
</skill>
<skill skillName="Sayha's Rune Pack Lv. 3" skillId="26909" skillLvl="3" getLevel="78" learnedByNpc="true">
<item id="57" count="8950000" />
</skill>
<skill skillName="Sayha's Rune Pack Lv. 4" skillId="26909" skillLvl="4" getLevel="78" learnedByNpc="true">
<item id="57" count="11900000" />
</skill>
</skillTree>
</list>

View File

@ -1,119 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/skillTrees.xsd">
<skillTree type="dualClassSkillTree">
<skill skillName="Dual - P. Atk./M. Atk. Increase" skillId="1962" skillLvl="1" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - P. Atk./M. Atk. Increase" skillId="1962" skillLvl="2" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - P. Atk./M. Atk. Increase" skillId="1962" skillLvl="3" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - P. Atk./M. Atk. Increase" skillId="1962" skillLvl="4" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - P. Def./M. Def. Increase" skillId="1963" skillLvl="1" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - P. Def./M. Def. Increase" skillId="1963" skillLvl="2" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - P. Def./M. Def. Increase" skillId="1963" skillLvl="3" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - P. Def./M. Def. Increase" skillId="1963" skillLvl="4" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - Atk. Spd./Casting Spd. Increase" skillId="1964" skillLvl="1" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - Atk. Spd./Casting Spd. Increase" skillId="1964" skillLvl="2" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - Atk. Spd./Casting Spd. Increase" skillId="1964" skillLvl="3" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - Atk. Spd./Casting Spd. Increase" skillId="1964" skillLvl="4" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - Max HP Increase" skillId="1965" skillLvl="1" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - Max HP Increase" skillId="1965" skillLvl="2" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - Max HP Increase" skillId="1965" skillLvl="3" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - Max HP Increase" skillId="1965" skillLvl="4" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - Max MP Increase" skillId="1966" skillLvl="1" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - Max MP Increase" skillId="1966" skillLvl="2" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - Max MP Increase" skillId="1966" skillLvl="3" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - Max MP Increase" skillId="1966" skillLvl="4" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - Max CP Increase" skillId="1967" skillLvl="1" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - Max CP Increase" skillId="1967" skillLvl="2" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - Max CP Increase" skillId="1967" skillLvl="3" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - Max CP Increase" skillId="1967" skillLvl="4" getLevel="1">
<item id="36078" count="1" />
</skill>
<skill skillName="Dual - HP Drain" skillId="1968" skillLvl="1" getLevel="1">
<item id="36078" count="2" />
</skill>
<skill skillName="Dual - MP Drain" skillId="1969" skillLvl="1" getLevel="1">
<item id="36078" count="2" />
</skill>
<skill skillName="Dual - Specialized for P. Atk." skillId="1970" skillLvl="1" getLevel="1">
<item id="36078" count="2" />
</skill>
<skill skillName="Dual - Specialized for M. Atk." skillId="1971" skillLvl="1" getLevel="1">
<item id="36078" count="2" />
</skill>
<skill skillName="Dual - Physical Trait Increase" skillId="1972" skillLvl="1" getLevel="1">
<item id="36078" count="2" />
</skill>
<skill skillName="Dual - Mental Trait Increase" skillId="1973" skillLvl="1" getLevel="1">
<item id="36078" count="2" />
</skill>
<skill skillName="Dual - Berserker's Rage" skillId="1974" skillLvl="1" getLevel="1">
<item id="36078" count="3" />
</skill>
<skill skillName="Dual - Master's Rage" skillId="1976" skillLvl="1" getLevel="1">
<item id="36078" count="3" />
</skill>
<skill skillName="Dual - Light of Protection" skillId="1978" skillLvl="1" getLevel="1">
<item id="36078" count="3" />
</skill>
<skill skillName="Dual - Light of Blessing" skillId="1980" skillLvl="1" getLevel="1">
<item id="36078" count="3" />
</skill>
<skill skillName="Dual - Shackles of the Giants" skillId="1982" skillLvl="1" getLevel="1">
<item id="36078" count="4" />
</skill>
<skill skillName="Dual - Silence of the Giants" skillId="1983" skillLvl="1" getLevel="1">
<item id="36078" count="4" />
</skill>
<skill skillName="Dual - Yoke of the Giants" skillId="1984" skillLvl="1" getLevel="1">
<item id="36078" count="4" />
</skill>
<skill skillName="Dual - Shield of the Giants" skillId="1985" skillLvl="1" getLevel="1">
<item id="36078" count="4" />
</skill>
</skillTree>
</list>

View File

@ -1,67 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/skillTrees.xsd">
<skillTree type="revelationSkillTree" subType="BASECLASS">
<skill skillName="Unbind" skillId="1904" skillLvl="1" getLevel="85">
<item id="37374" count="1" />
</skill>
<skill skillName="Prevision" skillId="1907" skillLvl="1" getLevel="85">
<item id="37374" count="1" />
</skill>
<skill skillName="Disparition" skillId="1912" skillLvl="1" getLevel="85">
<item id="37374" count="1" />
</skill>
<skill skillName="Savage" skillId="1914" skillLvl="1" getLevel="85">
<item id="37374" count="1" />
</skill>
<skill skillName="Undying Will" skillId="1917" skillLvl="1" getLevel="85">
<item id="37374" count="1" />
</skill>
<skill skillName="Endurance" skillId="1920" skillLvl="1" getLevel="85">
<item id="37374" count="1" />
</skill>
<skill skillName="Earth Tremor" skillId="1922" skillLvl="1" getLevel="85">
<item id="37374" count="1" />
</skill>
<skill skillName="Soul Protection" skillId="1925" skillLvl="1" getLevel="85">
<item id="37374" count="1" />
</skill>
<skill skillName="Hurricane Shackle" skillId="1996" skillLvl="1" getLevel="85">
<item id="37374" count="1" />
</skill>
<skill skillName="Gravity Exile" skillId="1997" skillLvl="1" getLevel="85">
<item id="37374" count="1" />
</skill>
</skillTree>
<skillTree type="revelationSkillTree" subType="DUALCLASS">
<skill skillName="Unbind" skillId="1904" skillLvl="1" getLevel="85">
<item id="37375" count="1" />
</skill>
<skill skillName="Prevision" skillId="1907" skillLvl="1" getLevel="85">
<item id="37375" count="1" />
</skill>
<skill skillName="Disparition" skillId="1912" skillLvl="1" getLevel="85">
<item id="37375" count="1" />
</skill>
<skill skillName="Savage" skillId="1914" skillLvl="1" getLevel="85">
<item id="37375" count="1" />
</skill>
<skill skillName="Undying Will" skillId="1917" skillLvl="1" getLevel="85">
<item id="37375" count="1" />
</skill>
<skill skillName="Endurance" skillId="1920" skillLvl="1" getLevel="85">
<item id="37375" count="1" />
</skill>
<skill skillName="Earth Tremor" skillId="1922" skillLvl="1" getLevel="85">
<item id="37375" count="1" />
</skill>
<skill skillName="Soul Protection" skillId="1925" skillLvl="1" getLevel="85">
<item id="37375" count="1" />
</skill>
<skill skillName="Hurricane Shackle" skillId="1996" skillLvl="1" getLevel="85">
<item id="37375" count="1" />
</skill>
<skill skillName="Gravity Exile" skillId="1997" skillLvl="1" getLevel="85">
<item id="37375" count="1" />
</skill>
</skillTree>
</list>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="31698"> <!-- Arisha -->
<teleport type="NORMAL">
<location npcStringId="1010493" x="38316" y="-48216" z="-1152" feeCount="150" /> <!-- Town of Rune Guild -->
</teleport>
</npc>
</list>

View File

@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="33948"> <!-- Astiel -->
<teleport type="NORMAL">
<location npcStringId="1010004" x="-80678" y="149769" z="-3043" feeCount="11000" /> <!-- The Village of Gludin -->
<location npcStringId="1010005" x="-14608" y="123920" z="-3128" feeCount="14000" /> <!-- The Town of Gludio -->
<location npcStringId="1010001" x="-113443" y="256656" z="-1504" feeCount="1300" /> <!-- Talking Island Village -->
<location npcStringId="1010742" x="-82399" y="244118" z="-3738" feeCount="160" /> <!-- Whispering Woods -->
</teleport>
<teleport type="NOBLES_TOKEN">
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeId="13722" feeCount="1" /> <!-- Gludin Arena -->
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeId="13722" feeCount="1" /> <!-- Giran Arena -->
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
</teleport>
<teleport type="NOBLES_ADENA">
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeCount="1000" /> <!-- Giran Arena -->
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
</teleport>
</npc>
</list>

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="33836"> <!-- Camille -->
<teleport type="NORMAL">
<location npcStringId="1010200" x="43835" y="-47749" z="-792" feeCount="9200" /> <!-- The Town of Rune -->
<location npcStringId="1010574" x="87142" y="-143529" z="-1288" feeCount="14000" /> <!-- The Town of Schuttgart -->
<location npcStringId="1010157" x="-44124" y="-113390" z="-240" feeCount="2300" /> <!-- Orc Village -->
</teleport>
</npc>
</list>

View File

@ -1,47 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="31320"> <!-- Ilyana -->
<teleport type="NORMAL">
<location npcStringId="1010199" x="148015" y="-55293" z="-2733" feeCount="10000" /> <!-- Town of Goddard -->
<location npcStringId="1010005" x="-14608" y="123920" z="-3128" feeCount="53000" /> <!-- The Town of Gludio -->
<location npcStringId="1010007" x="83551" y="147945" z="-3395" feeCount="59000" /> <!-- The Town of Giran -->
<location npcStringId="1010006" x="15487" y="142871" z="-2701" feeCount="57000" /> <!-- The Town of Dion -->
<location npcStringId="1010049" x="111453" y="219391" z="-3545" feeCount="82000" /> <!-- Heine -->
<location npcStringId="1010574" x="87130" y="-143514" z="-1291" feeCount="10000" /> <!-- Town of Schuttgart -->
<location npcStringId="1010023" x="146798" y="25796" z="-2012" feeCount="37000" /> <!-- Town of Aden -->
<location npcStringId="1010013" x="82958" y="53213" z="-1495" feeCount="10000" /> <!-- Town of Oren -->
<location npcStringId="1010001" x="-113443" y="256656" z="-1504" feeCount="100000" /> <!-- Talking Island Village -->
<location npcStringId="1010537" x="53516" y="-82831" z="-2695" feeCount="7200" /> <!-- Wild Beast Pastures (Lv. 83) -->
<location npcStringId="1010600" x="65307" y="-71445" z="-3683" feeCount="3800" /> <!-- Valley of Saints (Lv. 60) -->
<location npcStringId="1010592" x="52107" y="-54328" z="-3147" feeCount="1200" /> <!-- Forest of the Dead (Lv. 66) -->
<location npcStringId="1010565" x="69340" y="-50203" z="-3283" feeCount="3000" /> <!-- Swamp of Screams (Lv. 66) -->
<location npcStringId="1010575" x="106414" y="-87799" z="-2915" feeCount="14000" /> <!-- Monastery of Silence (Lv. 80) -->
<location npcStringId="1010577" x="89513" y="-44800" z="-2131" feeCount="9100" /> <!-- Stakato Nest (Lv. 82) -->
<location npcStringId="1010652" x="-73986" y="51955" z="-3680" feeCount="24000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010698" x="11235" y="-24026" z="-3635" feeCount="6400" /> <!-- Primeval Isle Wharf -->
<location npcStringId="1010737" x="16360" y="-114097" z="-226" feeCount="11000" /> <!-- Gainak Village -->
</teleport>
<teleport type="NOBLES_TOKEN">
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeId="13722" feeCount="1" /> <!-- Gludin Arena -->
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeId="13722" feeCount="1" /> <!-- Giran Arena -->
<location npcStringId="1010593" x="54425" y="-41692" z="-3067" feeId="13722" feeCount="1" /> <!-- The Center of the Forest of the Dead -->
<location npcStringId="1010601" x="84092" y="-80084" z="-3499" feeId="13722" feeCount="1" /> <!-- The Center of the Valley of Saints -->
<location npcStringId="1010539" x="62066" y="-40958" z="-2788" feeId="13722" feeCount="1" /> <!-- Cursed Village -->
<location npcStringId="1010706" x="76911" y="-55295" z="-5819" feeId="13722" feeCount="1" /> <!-- Shyeed's Cavern -->
<location npcStringId="1010575" x="106400" y="-87808" z="-2930" feeId="13722" feeCount="1" /> <!-- Monastery of Silence (Lv. 80) -->
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
</teleport>
<teleport type="NOBLES_ADENA">
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeCount="1000" /> <!-- Giran Arena -->
<location npcStringId="1010593" x="54425" y="-41692" z="-3067" feeCount="1000" /> <!-- The Center of the Forest of the Dead -->
<location npcStringId="1010601" x="84092" y="-80084" z="-3499" feeCount="1000" /> <!-- The Center of the Valley of Saints -->
<location npcStringId="1010539" x="62066" y="-40958" z="-2788" feeCount="1000" /> <!-- Cursed Village -->
<location npcStringId="1010706" x="76911" y="-55295" z="-5819" feeCount="1000" /> <!-- Shyeed's Cavern -->
<location npcStringId="1010575" x="106400" y="-87808" z="-2930" feeCount="1000" /> <!-- Monastery of Silence (Lv. 80) -->
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
</teleport>
</npc>
</list>

View File

@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="32912"> <!-- Sookie -->
<teleport type="NORMAL">
<location npcStringId="1010020" x="117088" y="76931" z="-2688" feeCount="9200" /> <!-- Hunter's Village -->
<location npcStringId="1010007" x="83463" y="148045" z="-3400" feeCount="14000" /> <!-- The Town of Giran -->
<location npcStringId="1010023" x="146783" y="25808" z="-2008" feeCount="8800" /> <!-- Town of Aden -->
<location npcStringId="1010200" x="43835" y="-47749" z="-792" feeCount="6400" /> <!-- Town of Rune -->
</teleport>
<teleport type="NOBLES_TOKEN">
<location npcStringId="1010020" x="117088" y="76931" z="-2688" feeId="13722" feeCount="1" /> <!-- Hunter's Village -->
<location npcStringId="1010007" x="83463" y="148045" z="-3400" feeId="13722" feeCount="1" /> <!-- The Town of Giran -->
<location npcStringId="1010023" x="146783" y="25808" z="-2008" feeId="13722" feeCount="1" /> <!-- Town of Aden -->
<location npcStringId="1010200" x="43835" y="-47749" z="-792" feeId="13722" feeCount="1" /> <!-- Town of Rune -->
</teleport>
<teleport type="NOBLES_ADENA">
<location npcStringId="1010020" x="117088" y="76931" z="-2688" feeCount="1000" /> <!-- Hunter's Village -->
<location npcStringId="1010007" x="83463" y="148045" z="-3400" feeCount="1000" /> <!-- The Town of Giran -->
<location npcStringId="1010023" x="146783" y="25808" z="-2008" feeCount="1000" /> <!-- Town of Aden -->
<location npcStringId="1010200" x="43835" y="-47749" z="-792" feeCount="1000" /> <!-- Town of Rune -->
</teleport>
</npc>
</list>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="31699"> <!-- Stanislava -->
<teleport type="NORMAL">
<location npcStringId="1010494" x="38303" y="-48040" z="896" feeCount="150" /> <!-- Town of Rune Temple -->
</teleport>
</npc>
</list>

View File

@ -1,60 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="31275"> <!-- Tatiana -->
<teleport type="NORMAL">
<location npcStringId="1010005" x="-14608" y="123920" z="-3128" feeCount="71000" /> <!-- The Town of Gludio -->
<location npcStringId="1010007" x="83551" y="147945" z="-3395" feeCount="63000" /> <!-- The Town of Giran -->
<location npcStringId="1010006" x="15487" y="142871" z="-2701" feeCount="71000" /> <!-- The Town of Dion -->
<location npcStringId="1010200" x="43823" y="-47760" z="-796" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010049" x="111453" y="219391" z="-3545" feeCount="83000" /> <!-- Heine -->
<location npcStringId="1010574" x="87130" y="-143514" z="-1291" feeCount="10000" /> <!-- Town of Schuttgard -->
<location npcStringId="1010023" x="146798" y="25796" z="-2012" feeCount="8100" /> <!-- Town of Aden -->
<location npcStringId="1010013" x="82958" y="53213" z="-1495" feeCount="37000" /> <!-- Town of Oren -->
<location npcStringId="1010001" x="-113443" y="256656" z="-1504" feeCount="120000" /> <!-- Talking Island Village -->
<location npcStringId="1010491" x="125740" y="-40864" z="-3731" feeCount="4200" /> <!-- Varka Silenos Barracks (Lv. 76) -->
<location npcStringId="1010492" x="146990" y="-67128" z="-3635" feeCount="1800" /> <!-- Ketra Orc Outpost (Lv. 76) -->
<location npcStringId="1010609" x="144880" y="-113468" z="-2555" feeCount="9300" /> <!-- Hot Springs (Lv. 73) -->
<location npcStringId="1010568" x="165054" y="-47861" z="-3555" feeCount="2200" /> <!-- Wall of Argos (Lv. 71) -->
<location npcStringId="1010529" x="184783" y="-62663" z="-2959" feeCount="3700" /> <!-- Shrine of Loyalty (Lv. 76) -->
<location npcStringId="1010528" x="186699" y="-75915" z="-2821" feeCount="5200" /> <!-- Imperial Tomb (Lv. 80) -->
<location npcStringId="1010575" x="106414" y="-87799" z="-2915" feeCount="10000" /> <!-- Monastery of Silence (Lv. 80) -->
<location npcStringId="1010530" x="169018" y="-116303" z="-2427" feeCount="10000" /> <!-- Entrance to the Forge of the Gods (Lv. 78) -->
</teleport>
<teleport type="NOBLES_TOKEN">
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeId="13722" feeCount="1" /> <!-- Gludin Arena -->
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeId="13722" feeCount="1" /> <!-- Giran Arena -->
<location npcStringId="1010534" x="107919" y="-52255" z="-2419" feeId="13722" feeCount="1" /> <!-- Varka Silenos Village -->
<location npcStringId="1010535" x="149817" y="-80053" z="-5571" feeId="13722" feeCount="1" /> <!-- Ketra Orc Village -->
<location npcStringId="1010550" x="106349" y="-61870" z="-2899" feeId="13722" feeCount="1" /> <!-- Devil's Pass (Lv. 60) -->
<location npcStringId="1010549" x="132971" y="-60638" z="-2986" feeId="13722" feeCount="1" /> <!-- Garden of Wild Beasts (Lv. 67) -->
<location npcStringId="1010610" x="144625" y="-101291" z="-3379" feeId="13722" feeCount="1" /> <!-- The Center of the Hot Springs -->
<location npcStringId="1010605" x="183140" y="-53307" z="-1891" feeId="13722" feeCount="1" /> <!-- The Center of the Wall of Argos -->
<location npcStringId="1010529" x="191256" y="-59393" z="-2879" feeId="13722" feeCount="1" /> <!-- Shrine of Loyalty (Lv. 76)" -->
<location npcStringId="1010527" x="178127" y="-84435" z="-7210" feeId="13722" feeCount="1" /> <!-- Four Sepulchers (Lv. 83) -->
<location npcStringId="1010528" x="186699" y="-75915" z="-2821" feeId="13722" feeCount="1" /> <!-- Imperial Tomb (Lv. 80) -->
<location npcStringId="1010531" x="173436" y="-112725" z="-3675" feeId="13722" feeCount="1" /> <!-- Forge of the Gods - Top Level -->
<location npcStringId="1010532" x="180246" y="-111916" z="-5832" feeId="13722" feeCount="1" /> <!-- Forge of the Gods - Lower Level -->
<location npcStringId="1010575" x="106400" y="-87808" z="-2930" feeId="13722" feeCount="1" /> <!-- Monastery of Silence (Lv. 80) -->
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
</teleport>
<teleport type="NOBLES_ADENA">
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeCount="1000" /> <!-- Giran Arena -->
<location npcStringId="1010534" x="107919" y="-52255" z="-2419" feeCount="1000" /> <!-- Varka Silenos Village -->
<location npcStringId="1010535" x="149817" y="-80053" z="-5571" feeCount="1000" /> <!-- Ketra Orc Village -->
<location npcStringId="1010550" x="106349" y="-61870" z="-2899" feeCount="1000" /> <!-- Devil's Pass (Lv. 60) -->
<location npcStringId="1010549" x="132971" y="-60638" z="-2986" feeCount="1000" /> <!-- Garden of Wild Beasts (Lv. 67) -->
<location npcStringId="1010610" x="144625" y="-101291" z="-3379" feeCount="1000" /> <!-- The Center of the Hot Springs -->
<location npcStringId="1010605" x="183140" y="-53307" z="-1891" feeCount="1000" /> <!-- The Center of the Wall of Argos -->
<location npcStringId="1010529" x="191256" y="-59393" z="-2879" feeCount="1000" /> <!-- Shrine of Loyalty (Lv. 76)" -->
<location npcStringId="1010527" x="178127" y="-84435" z="-7210" feeCount="1000" /> <!-- Four Sepulchers (Lv. 83) -->
<location npcStringId="1010528" x="186699" y="-75915" z="-2821" feeCount="1000" /> <!-- Imperial Tomb (Lv. 80) -->
<location npcStringId="1010531" x="173436" y="-112725" z="-3675" feeCount="1000" /> <!-- Forge of the Gods - Top Level -->
<location npcStringId="1010532" x="180246" y="-111916" z="-5832" feeCount="1000" /> <!-- Forge of the Gods - Lower Level -->
<location npcStringId="1010575" x="106400" y="-87808" z="-2930" feeCount="1000" /> <!-- Monastery of Silence (Lv. 80) -->
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
</teleport>
</npc>
</list>

View File

@ -1,30 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="32163"> <!-- Teleport Device -->
<teleport type="NORMAL">
<location npcStringId="1010005" x="-14608" y="123920" z="-3128" feeCount="12000" /> <!-- The Town of Gludio -->
<location npcStringId="1010023" x="146798" y="25796" z="-2012" feeCount="26000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-113443" y="256656" z="-1504" feeCount="21000" /> <!-- Talking Island Village -->
<location npcStringId="1010156" x="11162" y="16012" z="-4584" feeCount="13000" /> <!-- Dark Elf Village -->
<location npcStringId="1010155" x="44730" y="49210" z="-3059" feeCount="16000" /> <!-- Elven Village -->
<location npcStringId="1010158" x="115341" y="-178221" z="-928" feeCount="32000" /> <!-- Dwarven Village -->
<location npcStringId="1010157" x="-44132" y="-113378" z="-238" feeCount="17000" /> <!-- Orc Village -->
<location npcStringId="1010653" x="-122410" y="73205" z="-2867" feeCount="2600" /> <!-- Stronghold I (Lv. 1) -->
<location npcStringId="1010654" x="-94895" y="52208" z="-2029" feeCount="2200" /> <!-- Stronghold 2 (Lv. 93) -->
<location npcStringId="1010655" x="-85928" y="37095" z="-2043" feeCount="3200" /> <!-- Stronghold 3 (Lv. 93) -->
<location npcStringId="1010652" x="-73840" y="53480" z="-3680" feeCount="4300" /> <!-- Isle of Souls Harbor(Lv. 93) -->
</teleport>
<teleport type="NOBLES_TOKEN">
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeId="13722" feeCount="1" /> <!-- Gludin Arena -->
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeId="13722" feeCount="1" /> <!-- Giran Arena -->
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
</teleport>
<teleport type="NOBLES_ADENA">
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeCount="1000" /> <!-- Giran Arena -->
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
</teleport>
</npc>
</list>

View File

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="list">
<xs:complexType>
<xs:sequence>
<xs:element name="points" maxOccurs="unbounded" minOccurs="1">
<xs:complexType>
<xs:attribute type="xs:positiveInteger" name="from" use="required" />
<xs:attribute type="xs:positiveInteger" name="to" use="required" />
<xs:attribute type="xs:long" name="costs" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@ -1,258 +0,0 @@
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="list">
<xs:complexType>
<xs:sequence>
<xs:element name="appearance_stone" maxOccurs="unbounded" minOccurs="0">
<xs:complexType mixed="true">
<xs:sequence>
<xs:element name="grade" maxOccurs="unbounded" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="NONE" />
<xs:enumeration value="D" />
<xs:enumeration value="C" />
<xs:enumeration value="B" />
<xs:enumeration value="A" />
<xs:enumeration value="S" />
<xs:enumeration value="S80" />
<xs:enumeration value="R" />
<xs:enumeration value="R95" />
<xs:enumeration value="R99" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="targetType" maxOccurs="unbounded" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="NONE" />
<xs:enumeration value="WEAPON" />
<xs:enumeration value="ARMOR" />
<xs:enumeration value="ACCESSORY" />
<xs:enumeration value="ALL" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="bodyPart" maxOccurs="unbounded" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="none" />
<xs:enumeration value="shirt" />
<xs:enumeration value="lbracelet" />
<xs:enumeration value="rbracelet" />
<xs:enumeration value="talisman" />
<xs:enumeration value="chest" />
<xs:enumeration value="fullarmor" />
<xs:enumeration value="head" />
<xs:enumeration value="hair" />
<xs:enumeration value="hairall" />
<xs:enumeration value="underwear" />
<xs:enumeration value="back" />
<xs:enumeration value="neck" />
<xs:enumeration value="legs" />
<xs:enumeration value="feet" />
<xs:enumeration value="gloves" />
<xs:enumeration value="chest,legs" />
<xs:enumeration value="belt" />
<xs:enumeration value="rhand" />
<xs:enumeration value="lhand" />
<xs:enumeration value="lrhand" />
<xs:enumeration value="rear;lear" />
<xs:enumeration value="rfinger;lfinger" />
<xs:enumeration value="brooch" />
<xs:enumeration value="brooch_jewel" />
<xs:enumeration value="onepiece" />
<xs:enumeration value="hair2" />
<xs:enumeration value="dhair" />
<xs:enumeration value="alldress" />
<xs:enumeration value="deco1" />
<xs:enumeration value="waist" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="race" maxOccurs="unbounded" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="HUMAN" />
<xs:enumeration value="ELF" />
<xs:enumeration value="DARK_ELF" />
<xs:enumeration value="ORC" />
<xs:enumeration value="DWRAF" />
<xs:enumeration value="KAMAEL" />
<xs:enumeration value="ERTHEIA" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="raceNot" maxOccurs="unbounded" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="HUMAN" />
<xs:enumeration value="ELF" />
<xs:enumeration value="DARK_ELF" />
<xs:enumeration value="ORC" />
<xs:enumeration value="DWRAF" />
<xs:enumeration value="KAMAEL" />
<xs:enumeration value="ERTHEIA" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:integer" name="id" use="required" />
<xs:attribute name="targetType" use="optional">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="NONE" />
<xs:enumeration value="WEAPON" />
<xs:enumeration value="ARMOR" />
<xs:enumeration value="ACCESSORY" />
<xs:enumeration value="ALL" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="type" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="NORMAL" />
<xs:enumeration value="RESTORE" />
<xs:enumeration value="FIXED" />
<xs:enumeration value="BLESSED" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute type="xs:integer" name="cost" use="optional" />
<xs:attribute name="grade" use="optional">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="NONE" />
<xs:enumeration value="D" />
<xs:enumeration value="C" />
<xs:enumeration value="B" />
<xs:enumeration value="A" />
<xs:enumeration value="S" />
<xs:enumeration value="S80" />
<xs:enumeration value="R" />
<xs:enumeration value="R95" />
<xs:enumeration value="R99" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute type="xs:integer" name="visualId" use="optional" />
<xs:attribute name="weaponType" use="optional">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="NONE" />
<xs:enumeration value="SWORD" />
<xs:enumeration value="BLUNT" />
<xs:enumeration value="DAGGER" />
<xs:enumeration value="BOW" />
<xs:enumeration value="POLE" />
<xs:enumeration value="DUAL" />
<xs:enumeration value="ETC" />
<xs:enumeration value="FIST" />
<xs:enumeration value="DUALFIST" />
<xs:enumeration value="FISHINGROD" />
<xs:enumeration value="RAPIER" />
<xs:enumeration value="ANCIENTSWORD" />
<xs:enumeration value="CROSSBOW" />
<xs:enumeration value="FLAG" />
<xs:enumeration value="OWNTHING" />
<xs:enumeration value="DUALDAGGER" />
<xs:enumeration value="DUALBLUNT" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="magicType" use="optional">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="NONE" />
<xs:enumeration value="MAGICAL" />
<xs:enumeration value="PHYISICAL" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="handType" use="optional">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="NONE" />
<xs:enumeration value="ONE_HANDED" />
<xs:enumeration value="TWO_HANDED" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="armorType" use="optional">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="SIGIL" />
<xs:enumeration value="SHIELD" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="bodyPart" use="optional">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="none" />
<xs:enumeration value="shirt" />
<xs:enumeration value="lbracelet" />
<xs:enumeration value="rbracelet" />
<xs:enumeration value="talisman" />
<xs:enumeration value="chest" />
<xs:enumeration value="fullarmor" />
<xs:enumeration value="head" />
<xs:enumeration value="hair" />
<xs:enumeration value="hairall" />
<xs:enumeration value="underwear" />
<xs:enumeration value="back" />
<xs:enumeration value="neck" />
<xs:enumeration value="legs" />
<xs:enumeration value="feet" />
<xs:enumeration value="gloves" />
<xs:enumeration value="chest,legs" />
<xs:enumeration value="belt" />
<xs:enumeration value="rhand" />
<xs:enumeration value="lhand" />
<xs:enumeration value="lrhand" />
<xs:enumeration value="rear;lear" />
<xs:enumeration value="rfinger;lfinger" />
<xs:enumeration value="brooch" />
<xs:enumeration value="brooch_jewel" />
<xs:enumeration value="onepiece" />
<xs:enumeration value="hair2" />
<xs:enumeration value="dhair" />
<xs:enumeration value="alldress" />
<xs:enumeration value="deco1" />
<xs:enumeration value="waist" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="race" use="optional">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="HUMAN" />
<xs:enumeration value="ELF" />
<xs:enumeration value="DARK_ELF" />
<xs:enumeration value="ORC" />
<xs:enumeration value="DWRAF" />
<xs:enumeration value="KAMAEL" />
<xs:enumeration value="ERTHEIA" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="raceNot" use="optional">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="HUMAN" />
<xs:enumeration value="ELF" />
<xs:enumeration value="DARK_ELF" />
<xs:enumeration value="ORC" />
<xs:enumeration value="DWRAF" />
<xs:enumeration value="KAMAEL" />
<xs:enumeration value="ERTHEIA" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="lifeTime" type="xs:string" use="optional" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@ -1,49 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="list">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element name="race" minOccurs="1" maxOccurs="7">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element name="sex" minOccurs="1" maxOccurs="2">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element name="hair" minOccurs="1" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element name="color" minOccurs="1" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute type="xs:int" name="id" />
<xs:attribute type="xs:int" name="adena" />
<xs:attribute type="xs:int" name="reset_adena" />
<xs:attribute type="xs:int" name="beauty_shop_ticket" />
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:int" name="id" />
<xs:attribute type="xs:int" name="adena" />
<xs:attribute type="xs:int" name="reset_adena" />
<xs:attribute type="xs:int" name="beauty_shop_ticket" />
</xs:complexType>
</xs:element>
<xs:element name="face" minOccurs="1" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute type="xs:int" name="id" />
<xs:attribute type="xs:int" name="adena" />
<xs:attribute type="xs:int" name="reset_adena" />
<xs:attribute type="xs:int" name="beauty_shop_ticket" />
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:string" name="type" />
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:string" name="type" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@ -1,58 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="list">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element name="instance" minOccurs="1" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element name="item" minOccurs="1" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element name="extra" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:attribute name="augmentation_id" type="xs:positiveInteger" use="required" />
<xs:attribute name="augmentation_skill_id" type="xs:positiveInteger" use="required" />
<xs:attribute name="augmentation_skill_lvl" type="xs:positiveInteger" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="auctionInitBid" type="xs:positiveInteger" use="required" />
<xs:attribute name="auctionItemId" type="xs:positiveInteger" use="required" />
<xs:attribute name="auctionLenght" type="xs:positiveInteger" use="required" />
<xs:attribute name="itemCount" type="xs:positiveInteger" use="required" />
<xs:attribute name="itemId" type="xs:positiveInteger" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="day_of_week" use="required">
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:minInclusive value="1" />
<xs:maxInclusive value="7" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="hour_of_day" use="required">
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:minInclusive value="0" />
<xs:maxInclusive value="23" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="id" type="xs:positiveInteger" use="required" />
<xs:attribute name="minute_of_hour">
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:minInclusive value="0" />
<xs:maxInclusive value="59" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="list">
<xs:complexType>
<xs:sequence>
<xs:element name="mentee" maxOccurs="unbounded" minOccurs="0">
<xs:complexType>
<xs:attribute type="xs:byte" name="level" use="optional" />
<xs:attribute type="xs:short" name="coins" use="optional" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@ -1,43 +0,0 @@
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="list">
<xs:complexType>
<xs:sequence>
<xs:element name="item" maxOccurs="unbounded" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="item" maxOccurs="unbounded" minOccurs="0">
<xs:complexType>
<xs:attribute type="xs:int" name="itemId" use="optional" />
<xs:attribute type="xs:int" name="count" use="optional" />
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:int" name="id" use="optional" />
<xs:attribute type="xs:byte" name="cat" use="optional" />
<xs:attribute type="xs:byte" name="paymentType" use="optional" />
<xs:attribute type="xs:int" name="price" use="optional" />
<xs:attribute type="xs:byte" name="panelType" use="optional" />
<xs:attribute type="xs:byte" name="recommended" use="optional" />
<xs:attribute type="xs:int" name="startSale" use="optional" />
<xs:attribute type="xs:int" name="endSale" use="optional" />
<xs:attribute type="xs:byte" name="dayOfWeek" use="optional" />
<xs:attribute type="xs:byte" name="startHour" use="optional" />
<xs:attribute type="xs:byte" name="startMinute" use="optional" />
<xs:attribute type="xs:byte" name="stopHour" use="optional" />
<xs:attribute type="xs:byte" name="stopMinute" use="optional" />
<xs:attribute type="xs:byte" name="stock" use="optional" />
<xs:attribute type="xs:byte" name="maxStock" use="optional" />
<xs:attribute type="xs:byte" name="salePercent" use="optional" />
<xs:attribute type="xs:byte" name="minLevel" use="optional" />
<xs:attribute type="xs:byte" name="maxLevel" use="optional" />
<xs:attribute type="xs:byte" name="minBirthday" use="optional" />
<xs:attribute type="xs:byte" name="maxBirthday" use="optional" />
<xs:attribute type="xs:byte" name="restrictionDay" use="optional" />
<xs:attribute type="xs:byte" name="availableCount" use="optional" />
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:boolean" name="enabled" />
</xs:complexType>
</xs:element>
</xs:schema>

View File

@ -1,47 +0,0 @@
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="list">
<xs:complexType>
<xs:sequence>
<xs:element name="npc" maxOccurs="unbounded" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="location">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:integer" name="x" use="required" />
<xs:attribute type="xs:integer" name="y" use="required" />
<xs:attribute type="xs:integer" name="z" use="required" />
<xs:attribute type="xs:integer" name="heading" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="respawn">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:integer" name="delay" use="required" />
<xs:attribute type="xs:integer" name="randomInterval" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="hellboundLevel" minOccurs="0">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:byte" name="min" use="optional" />
<xs:attribute type="xs:byte" name="max" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:integer" name="id" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@ -1,39 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="list">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element name="npc" minOccurs="1" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="id" use="required">
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1" />
<xs:maxInclusive value="65535" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="lowestTrustLimit" type="xs:positiveInteger" />
<xs:attribute name="maxHellboundLvl" use="required">
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1" />
<xs:maxInclusive value="100" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="minHellboundLvl" use="required">
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1" />
<xs:maxInclusive value="11" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="points" type="xs:integer" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@ -1,84 +0,0 @@
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="list">
<xs:complexType>
<xs:sequence>
<xs:element name="shuttle" maxOccurs="unbounded" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="doors">
<xs:complexType>
<xs:sequence>
<xs:element name="door" maxOccurs="unbounded" minOccurs="0">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:integer" name="id" use="required" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stops">
<xs:complexType>
<xs:sequence>
<xs:element name="stop" maxOccurs="unbounded" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="dimension" maxOccurs="unbounded" minOccurs="0">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:integer" name="x" use="required" />
<xs:attribute type="xs:integer" name="y" use="required" />
<xs:attribute type="xs:integer" name="z" use="required" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:byte" name="id" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="routes">
<xs:complexType>
<xs:sequence>
<xs:element name="route" maxOccurs="unbounded" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="loc">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:integer" name="x" use="required" />
<xs:attribute type="xs:integer" name="y" use="required" />
<xs:attribute type="xs:integer" name="z" use="required" />
<xs:attribute type="xs:integer" name="heading" use="required" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:byte" name="id" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:byte" name="id" use="required" />
<xs:attribute type="xs:string" name="name" use="required" />
<xs:attribute type="xs:integer" name="x" use="required" />
<xs:attribute type="xs:integer" name="y" use="required" />
<xs:attribute type="xs:integer" name="z" use="required" />
<xs:attribute type="xs:integer" name="heading" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@ -1,44 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="list">
<xs:complexType>
<xs:sequence>
<xs:element name="spawnZone" maxOccurs="2">
<xs:complexType>
<xs:sequence>
<xs:element name="zone" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="point" maxOccurs="unbounded" >
<xs:complexType>
<xs:attribute name="x" type="xs:integer" use="required" />
<xs:attribute name="y" type="xs:integer" use="required" />
</xs:complexType>
</xs:element>
<xs:element name="bannedZone" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="point" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="x" type="xs:integer" use="required" />
<xs:attribute name="y" type="xs:integer" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="maxZ" type="xs:integer" use="required" />
<xs:attribute name="minZ" type="xs:integer" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="maxZ" type="xs:integer" use="required" />
<xs:attribute name="minZ" type="xs:integer" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="maxNpcCount" type="xs:integer" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@ -1,111 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list enabled="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/zones.xsd">
<zone name="Essar Gila remains" type="JumpZone" shape="Cylinder" minZ="-1510" maxZ="-1460" rad="50">
<stat name="trackId" val="12" />
<node X="-113215" Y="256461" />
</zone>
<zone name="Talking Island Village" type="JumpZone" shape="Cylinder" minZ="-2875" maxZ="-2825" rad="50">
<stat name="trackId" val="20" />
<node X="-114643" Y="226854" />
</zone>
<zone name="Kese DeGeneres alliance Joint Base" type="JumpZone" shape="Cylinder" minZ="-150" maxZ="-100" rad="50">
<stat name="trackId" val="22" />
<node X="-149248" Y="253323" />
</zone>
<zone name="Ancient Empty Boat Dock" type="JumpZone" shape="Cylinder" minZ="2590" maxZ="2640" rad="50">
<stat name="trackId" val="23" />
<node X="-186315" Y="243738" />
</zone>
<zone name="Blood Swamp / Monster Altar" type="JumpZone" shape="Cylinder" minZ="-3635" maxZ="-3585" rad="50">
<stat name="trackId" val="21" />
<node X="-15588" Y="30652" />
</zone>
<zone name="Jiluo De fortress Simon / North Gate" type="JumpZone" shape="Cylinder" minZ="-2715" maxZ="-2665" rad="50">
<stat name="trackId" val="27" />
<node X="15412" Y="143185" />
</zone>
<zone name="Jiluo De fortress Gate / North Gate" type="JumpZone" shape="Cylinder" minZ="-3430" maxZ="-3380" rad="50">
<stat name="trackId" val="34" />
<node X="83964" Y="147721" />
</zone>
<zone name="Aden Town Western / Eastern" type="JumpZone" shape="Cylinder" minZ="-1990" maxZ="-1940" rad="50">
<stat name="trackId" val="28" />
<node X="146364" Y="19680" />
</zone>
<zone name="Aden Town Western / Northern" type="JumpZone" shape="Cylinder" minZ="-2135" maxZ="-2085" rad="50">
<stat name="trackId" val="29" />
<node X="153235" Y="24566" />
</zone>
<zone name="Aden Town East / North" type="JumpZone" shape="Cylinder" minZ="-2245" maxZ="-2195" rad="50">
<stat name="trackId" val="30" />
<node X="140395" Y="25199" />
</zone>
<zone name="Second Base / Third Base" type="JumpZone" shape="Cylinder" minZ="-3705" maxZ="-3655" rad="50">
<stat name="trackId" val="37" />
<node X="-74605" Y="53127" />
</zone>
<zone name="Isle of Souls / Stronghold 3" type="JumpZone" shape="Cylinder" minZ="-2055" maxZ="-2005" rad="50">
<stat name="trackId" val="39" />
<node X="-95039" Y="52056" />
</zone>
<zone name="Isle of Souls / Second Base" type="JumpZone" shape="Cylinder" minZ="-2080" maxZ="-2030" rad="50">
<stat name="trackId" val="38" />
<node X="-86088" Y="36986" />
</zone>
<zone name="Lu outside the city because of the 1st Region / Area Number 2" type="JumpZone" shape="Cylinder" minZ="-860" maxZ="-810" rad="50">
<stat name="trackId" val="33" />
<node X="40740" Y="-52141" />
</zone>
<zone name="Lu outside the city because of the 1st Region / Area Number 2" type="JumpZone" shape="Cylinder" minZ="-1325" maxZ="-1275" rad="50">
<stat name="trackId" val="32" />
<node X="22260" Y="-50415" />
</zone>
<zone name="Lu due to the city on the 1st Region / Area Number 2" type="JumpZone" shape="Cylinder" minZ="-1315" maxZ="-1265" rad="50">
<stat name="trackId" val="31" />
<node X="28016" Y="-49177" />
</zone>
<zone name="Ancient Yaer Kang (Left)" type="JumpZone" shape="Cylinder" minZ="800" maxZ="850" rad="50">
<stat name="trackId" val="16" />
<node X="213680" Y="80686" />
</zone>
<zone name="Ancient Yaer Kang (Right)" type="JumpZone" shape="Cylinder" minZ="800" maxZ="850" rad="50">
<stat name="trackId" val="17" />
<node X="214400" Y="81571" />
</zone>
<zone name="Boreal Forest Depths / Timmy Nell Embrace" type="JumpZone" shape="Cylinder" minZ="390" maxZ="440" rad="50">
<stat name="trackId" val="14" />
<node X="205888" Y="80587" />
</zone>
<zone name="Southern Depths of the Forest / Timmy Nell Embrace" type="JumpZone" shape="Cylinder" minZ="110" maxZ="160" rad="50">
<stat name="trackId" val="15" />
<node X="211809" Y="82905" />
</zone>
<zone name="Aurora Rose Garden / Garden Fountain / Angel like Garden" type="JumpZone" shape="Cylinder" minZ="-2080" maxZ="-2030" rad="40">
<stat name="trackId" val="18" />
<node X="206849" Y="110723" />
</zone>
<zone name="Aurora Rose Garden / Garden Fountain / Creation Garden Entrance" type="JumpZone" shape="Cylinder" minZ="-2090" maxZ="-2040" rad="40">
<stat name="trackId" val="19" />
<node X="221507" Y="118861" />
</zone>
<zone name="Execution Ground area (North)" type="JumpZone" shape="Cylinder" minZ="-3685" maxZ="-3635" rad="50">
<stat name="trackId" val="35" />
<node X="49083" Y="142616" />
</zone>
<zone name="Execution Ground area (South)" type="JumpZone" shape="Cylinder" minZ="-3575" maxZ="-3525" rad="50">
<stat name="trackId" val="36" />
<node X="50803" Y="152845" />
</zone>
<zone name="Execution Ground Top (North)" type="JumpZone" shape="Cylinder" minZ="-2580" maxZ="-2530" rad="50">
<stat name="trackId" val="26" />
<node X="44373" Y="142191" />
</zone>
<zone name="Execution Ground Upper (Southern)" type="JumpZone" shape="Cylinder" minZ="-1965" maxZ="-1915" rad="50">
<stat name="trackId" val="24" />
<node X="47046" Y="154392" />
</zone>
<zone name="Execution Ground area (South)" type="JumpZone" shape="Cylinder" minZ="-1100" maxZ="-1050" rad="50">
<stat name="trackId" val="25" />
<node X="45075" Y="154690" />
</zone>
</list>

View File

@ -1,705 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list enabled="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/zones.xsd">
<!-- SSQ Main Event -->
<!-- Oracle of Dusk (No Restart Zones) -->
<zone name="ssq_no_res_1720_01" type="NoRestartZone" shape="NPoly" minZ="-5200" maxZ="-5000">
<stat name="restartTime" val="0" />
<node X="-79735" Y="85612" />
<node X="-78957" Y="85605" />
<node X="-78957" Y="85690" />
<node X="-79735" Y="85700" />
</zone>
<zone name="ssq_no_res_1720_02" type="NoRestartZone" shape="NPoly" minZ="-5200" maxZ="-5000">
<stat name="restartTime" val="0" />
<node X="-80952" Y="85605" />
<node X="-80139" Y="85597" />
<node X="-80139" Y="85696" />
<node X="-80952" Y="85690" />
</zone>
<zone name="ssq_no_res_1720_03" type="NoRestartZone" shape="NPoly" minZ="-5192" maxZ="-4992">
<stat name="restartTime" val="0" />
<node X="-80962" Y="83695" />
<node X="-78946" Y="83691" />
<node X="-78959" Y="85626" />
<node X="-80947" Y="85625" />
</zone>
<zone name="ssq_no_res_1720_04" type="NoRestartZone" shape="NPoly" minZ="-5196" maxZ="-4996">
<stat name="restartTime" val="0" />
<node X="-81199" Y="87363" />
<node X="-80386" Y="87358" />
<node X="-80386" Y="87449" />
<node X="-81203" Y="87454" />
</zone>
<zone name="ssq_no_res_1720_05" type="NoRestartZone" shape="NPoly" minZ="-5196" maxZ="-4996">
<stat name="restartTime" val="0" />
<node X="-79990" Y="87361" />
<node X="-79212" Y="87360" />
<node X="-79212" Y="87460" />
<node X="-79989" Y="87446" />
</zone>
<zone name="ssq_no_res_1720_06" type="NoRestartZone" shape="NPoly" minZ="-5200" maxZ="-5000">
<stat name="restartTime" val="0" />
<node X="-81205" Y="87433" />
<node X="-79212" Y="87432" />
<node X="-79208" Y="89361" />
<node X="-81207" Y="89361" />
</zone>
<zone name="ssq_no_res_1720_07" type="NoRestartZone" shape="NPoly" minZ="-5200" maxZ="-5000">
<stat name="restartTime" val="0" />
<node X="-78197" Y="87968" />
<node X="-77373" Y="87961" />
<node X="-77365" Y="88060" />
<node X="-78197" Y="88060" />
</zone>
<zone name="ssq_no_res_1720_08" type="NoRestartZone" shape="NPoly" minZ="-5200" maxZ="-5000">
<stat name="restartTime" val="0" />
<node X="-77025" Y="87959" />
<node X="-76209" Y="87969" />
<node X="-76202" Y="88069" />
<node X="-77026" Y="88061" />
</zone>
<zone name="ssq_no_res_1720_09" type="NoRestartZone" shape="NPoly" minZ="-5196" maxZ="-4996">
<stat name="restartTime" val="0" />
<node X="-78196" Y="88060" />
<node X="-76200" Y="88068" />
<node X="-76192" Y="89970" />
<node X="-78196" Y="89970" />
</zone>
<zone name="ssq_no_res_1720_10" type="NoRestartZone" shape="NPoly" minZ="-5204" maxZ="-5004">
<stat name="restartTime" val="0" />
<node X="-76797" Y="86142" />
<node X="-75947" Y="86147" />
<node X="-75945" Y="86304" />
<node X="-76794" Y="86298" />
</zone>
<zone name="ssq_no_res_1720_11" type="NoRestartZone" shape="NPoly" minZ="-5196" maxZ="-4996">
<stat name="restartTime" val="0" />
<node X="-77944" Y="86148" />
<node X="-77189" Y="86148" />
<node X="-77194" Y="86291" />
<node X="-77942" Y="86295" />
</zone>
<zone name="ssq_no_res_1720_12" type="NoRestartZone" shape="NPoly" minZ="-5196" maxZ="-4996">
<stat name="restartTime" val="0" />
<node X="-77949" Y="84300" />
<node X="-75940" Y="84300" />
<node X="-75943" Y="86185" />
<node X="-77939" Y="86187" />
</zone>
<zone name="ssq_no_res_1720_13" type="NoRestartZone" shape="NPoly" minZ="-5200" maxZ="-5000">
<stat name="restartTime" val="0" />
<node X="-75870" Y="87311" />
<node X="-75738" Y="87309" />
<node X="-75738" Y="88130" />
<node X="-75870" Y="88125" />
</zone>
<zone name="ssq_no_res_1720_14" type="NoRestartZone" shape="NPoly" minZ="-5200" maxZ="-5000">
<stat name="restartTime" val="0" />
<node X="-75865" Y="86137" />
<node X="-75747" Y="86134" />
<node X="-75740" Y="86958" />
<node X="-75865" Y="86963" />
</zone>
<zone name="ssq_no_res_1720_15" type="NoRestartZone" shape="NPoly" minZ="-5200" maxZ="-5000">
<stat name="restartTime" val="0" />
<node X="-75758" Y="86126" />
<node X="-73857" Y="86139" />
<node X="-73855" Y="88140" />
<node X="-75769" Y="88133" />
</zone>
<!-- Oracle of Dawn (No Restart Zones) -->
<zone name="ssq_no_res_1721_01" type="NoRestartZone" shape="NPoly" minZ="-4948" maxZ="-4748">
<stat name="restartTime" val="0" />
<node X="-78713" Y="110409" />
<node X="-77923" Y="110423" />
<node X="-77923" Y="110522" />
<node X="-78708" Y="110515" />
</zone>
<zone name="ssq_no_res_1721_02" type="NoRestartZone" shape="NPoly" minZ="-4940" maxZ="-4740">
<stat name="restartTime" val="0" />
<node X="-79923" Y="110427" />
<node X="-79109" Y="110432" />
<node X="-79105" Y="110524" />
<node X="-79923" Y="110528" />
</zone>
<zone name="ssq_no_res_1721_03" type="NoRestartZone" shape="NPoly" minZ="-4944" maxZ="-4744">
<stat name="restartTime" val="0" />
<node X="-79931" Y="108523" />
<node X="-77928" Y="108523" />
<node X="-77932" Y="110445" />
<node X="-79925" Y="110453" />
</zone>
<zone name="ssq_no_res_1721_04" type="NoRestartZone" shape="NPoly" minZ="-4940" maxZ="-4740">
<stat name="restartTime" val="0" />
<node X="-75761" Y="111051" />
<node X="-74921" Y="111033" />
<node X="-74921" Y="111142" />
<node X="-75757" Y="111151" />
</zone>
<zone name="ssq_no_res_1721_05" type="NoRestartZone" shape="NPoly" minZ="-4940" maxZ="-4740">
<stat name="restartTime" val="0" />
<node X="-76920" Y="111022" />
<node X="-76089" Y="111022" />
<node X="-76085" Y="111105" />
<node X="-76920" Y="111097" />
</zone>
<zone name="ssq_no_res_1721_06" type="NoRestartZone" shape="NPoly" minZ="-4932" maxZ="-4732">
<stat name="restartTime" val="0" />
<node X="-76920" Y="109134" />
<node X="-74928" Y="109134" />
<node X="-74920" Y="111099" />
<node X="-76920" Y="111087" />
</zone>
<zone name="ssq_no_res_1721_07" type="NoRestartZone" shape="NPoly" minZ="-4944" maxZ="-4744">
<stat name="restartTime" val="0" />
<node X="-77176" Y="112795" />
<node X="-76350" Y="112795" />
<node X="-76344" Y="112897" />
<node X="-77176" Y="112903" />
</zone>
<zone name="ssq_no_res_1721_08" type="NoRestartZone" shape="NPoly" minZ="-4940" maxZ="-4740">
<stat name="restartTime" val="0" />
<node X="-76002" Y="112810" />
<node X="-75182" Y="112806" />
<node X="-75176" Y="112904" />
<node X="-76002" Y="112898" />
</zone>
<zone name="ssq_no_res_1721_09" type="NoRestartZone" shape="NPoly" minZ="-4944" maxZ="-4744">
<stat name="restartTime" val="0" />
<node X="-77174" Y="112902" />
<node X="-75172" Y="112902" />
<node X="-75167" Y="114798" />
<node X="-77173" Y="114806" />
</zone>
<zone name="ssq_no_res_1721_10" type="NoRestartZone" shape="NPoly" minZ="-4940" maxZ="-4740">
<stat name="restartTime" val="0" />
<node X="-80178" Y="112233" />
<node X="-79362" Y="112250" />
<node X="-79356" Y="112294" />
<node X="-80190" Y="112301" />
</zone>
<zone name="ssq_no_res_1721_11" type="NoRestartZone" shape="NPoly" minZ="-4940" maxZ="-4740">
<stat name="restartTime" val="0" />
<node X="-78861" Y="112220" />
<node X="-78196" Y="112201" />
<node X="-78178" Y="112294" />
<node X="-78994" Y="112294" />
</zone>
<zone name="ssq_no_res_1721_12" type="NoRestartZone" shape="NPoly" minZ="-4940" maxZ="-4740">
<stat name="restartTime" val="0" />
<node X="-80184" Y="112276" />
<node X="-78188" Y="112262" />
<node X="-78176" Y="114188" />
<node X="-80190" Y="114196" />
</zone>
<zone name="ssq_no_res_1721_13" type="NoRestartZone" shape="NPoly" minZ="-4940" maxZ="-4740">
<stat name="restartTime" val="0" />
<node X="-74840" Y="112152" />
<node X="-74704" Y="112157" />
<node X="-74707" Y="112966" />
<node X="-74840" Y="112966" />
</zone>
<zone name="ssq_no_res_1721_14" type="NoRestartZone" shape="NPoly" minZ="-4948" maxZ="-4748">
<stat name="restartTime" val="0" />
<node X="-74840" Y="110962" />
<node X="-74737" Y="110962" />
<node X="-74741" Y="111793" />
<node X="-74840" Y="111796" />
</zone>
<zone name="ssq_no_res_1721_15" type="NoRestartZone" shape="NPoly" minZ="-4936" maxZ="-4736">
<stat name="restartTime" val="0" />
<node X="-74737" Y="110969" />
<node X="-72838" Y="110964" />
<node X="-72830" Y="112974" />
<node X="-74740" Y="112965" />
</zone>
<!-- Oracle of Dusk (Mp Regen Zones) -->
<zone name="ssq_main_event_17_20_01" type="MotherTreeZone" shape="NPoly" minZ="-5168" maxZ="-4968">
<stat name="MpRegenBonus" val="2" />
<stat name="enterMsgId" val="1054" />
<stat name="leaveMsgId" val="1055" />
<node X="-79956" Y="84556" />
<node X="-79832" Y="84620" />
<node X="-79824" Y="84772" />
<node X="-79956" Y="84844" />
<node X="-80080" Y="84772" />
<node X="-80076" Y="84620" />
</zone>
<zone name="ssq_main_event_17_20_04" type="MotherTreeZone" shape="NPoly" minZ="-5164" maxZ="-4964">
<stat name="MpRegenBonus" val="2" />
<stat name="enterMsgId" val="1054" />
<stat name="leaveMsgId" val="1055" />
<node X="-76936" Y="85164" />
<node X="-76820" Y="85232" />
<node X="-76816" Y="85380" />
<node X="-76948" Y="85444" />
<node X="-77068" Y="85376" />
<node X="-77068" Y="85236" />
</zone>
<zone name="ssq_main_event_17_20_05" type="MotherTreeZone" shape="NPoly" minZ="-5164" maxZ="-4964">
<stat name="MpRegenBonus" val="3" />
<stat name="enterMsgId" val="1054" />
<stat name="leaveMsgId" val="1055" />
<node X="-74924" Y="87012" />
<node X="-74784" Y="87008" />
<node X="-74712" Y="87132" />
<node X="-74780" Y="87256" />
<node X="-74924" Y="87260" />
<node X="-75000" Y="87140" />
</zone>
<zone name="ssq_main_event_17_20_03" type="MotherTreeZone" shape="NPoly" minZ="-5176" maxZ="-4976">
<stat name="MpRegenBonus" val="3" />
<stat name="enterMsgId" val="1054" />
<stat name="leaveMsgId" val="1055" />
<node X="-77200" Y="88820" />
<node X="-77076" Y="88896" />
<node X="-77076" Y="89040" />
<node X="-77204" Y="89108" />
<node X="-77328" Y="89044" />
<node X="-77328" Y="88892" />
</zone>
<zone name="ssq_main_event_17_20_02" type="MotherTreeZone" shape="NPoly" minZ="-5172" maxZ="-4972">
<stat name="MpRegenBonus" val="4" />
<stat name="enterMsgId" val="1054" />
<stat name="leaveMsgId" val="1055" />
<node X="-80204" Y="88220" />
<node X="-80080" Y="88288" />
<node X="-80080" Y="88428" />
<node X="-80208" Y="88504" />
<node X="-80336" Y="88428" />
<node X="-80328" Y="88292" />
</zone>
<!-- Oracle of Dawn (Mp Regen Zones) -->
<zone name="ssq_main_event_17_21_01" type="MotherTreeZone" shape="NPoly" minZ="-4916" maxZ="-4716">
<stat name="MpRegenBonus" val="2" />
<stat name="enterMsgId" val="1054" />
<stat name="leaveMsgId" val="1055" />
<node X="-78796" Y="109452" />
<node X="-78804" Y="109608" />
<node X="-78924" Y="109672" />
<node X="-79056" Y="109600" />
<node X="-79056" Y="109456" />
<node X="-78932" Y="109380" />
</zone>
<zone name="ssq_main_event_17_21_02" type="MotherTreeZone" shape="NPoly" minZ="-4908" maxZ="-4708">
<stat name="MpRegenBonus" val="2" />
<stat name="enterMsgId" val="1054" />
<stat name="leaveMsgId" val="1055" />
<node X="-75920" Y="109992" />
<node X="-75792" Y="110068" />
<node X="-75792" Y="110220" />
<node X="-75912" Y="110288" />
<node X="-76048" Y="110212" />
<node X="-76044" Y="110068" />
</zone>
<zone name="ssq_main_event_17_21_05" type="MotherTreeZone" shape="NPoly" minZ="-4916" maxZ="-4716">
<stat name="MpRegenBonus" val="3" />
<stat name="enterMsgId" val="1054" />
<stat name="leaveMsgId" val="1055" />
<node X="-73900" Y="111844" />
<node X="-73752" Y="111840" />
<node X="-73688" Y="111976" />
<node X="-73760" Y="112092" />
<node X="-73904" Y="112092" />
<node X="-73976" Y="111968" />
</zone>
<zone name="ssq_main_event_17_21_03" type="MotherTreeZone" shape="NPoly" minZ="-4912" maxZ="-4712">
<stat name="MpRegenBonus" val="3" />
<stat name="enterMsgId" val="1054" />
<stat name="leaveMsgId" val="1055" />
<node X="-76172" Y="113656" />
<node X="-76052" Y="113728" />
<node X="-76048" Y="113872" />
<node X="-76172" Y="113944" />
<node X="-76308" Y="113876" />
<node X="-76304" Y="113728" />
</zone>
<zone name="ssq_main_event_17_21_04" type="MotherTreeZone" shape="NPoly" minZ="-4908" maxZ="-4708">
<stat name="MpRegenBonus" val="4" />
<stat name="enterMsgId" val="1054" />
<stat name="leaveMsgId" val="1055" />
<node X="-79184" Y="113040" />
<node X="-79060" Y="113116" />
<node X="-79052" Y="113268" />
<node X="-79184" Y="113336" />
<node X="-79304" Y="113260" />
<node X="-79304" Y="113116" />
</zone>
<!-- Oracle of Dusk (SSQ Zones) -->
<!-- TODO: Require Support -->
<!-- zone name="ssq_main_pvp_1720_01" type="SSQZone" shape="NPoly" minZ="-5200" maxZ="-5000" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-79735" Y="85612" / -->
<!-- node X="-78957" Y="85605" / -->
<!-- node X="-78957" Y="85690" / -->
<!-- node X="-79735" Y="85700" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1720_02" type="SSQZone" shape="NPoly" minZ="-5200" maxZ="-5000" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-80952" Y="85605" / -->
<!-- node X="-80139" Y="85597" / -->
<!-- node X="-80139" Y="85696" / -->
<!-- node X="-80952" Y="85690" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1720_03" type="SSQZone" shape="NPoly" minZ="-5192" maxZ="-4992" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-80962" Y="83695" / -->
<!-- node X="-78946" Y="83691" / -->
<!-- node X="-78959" Y="85626" / -->
<!-- node X="-80947" Y="85625" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1720_04" type="SSQZone" shape="NPoly" minZ="-5196" maxZ="-4996" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-81199" Y="87363" / -->
<!-- node X="-80386" Y="87358" / -->
<!-- node X="-80386" Y="87449" / -->
<!-- node X="-81203" Y="87454" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1720_05" type="SSQZone" shape="NPoly" minZ="-5196" maxZ="-4996" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-79990" Y="87361" / -->
<!-- node X="-79212" Y="87360" / -->
<!-- node X="-79212" Y="87460" / -->
<!-- node X="-79989" Y="87446" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1720_06" type="SSQZone" shape="NPoly" minZ="-5200" maxZ="-5000" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-81205" Y="87433" / -->
<!-- node X="-79212" Y="87432" / -->
<!-- node X="-79208" Y="89361" / -->
<!-- node X="-81207" Y="89361" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1720_07" type="SSQZone" shape="NPoly" minZ="-5200" maxZ="-5000" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-78197" Y="87968" / -->
<!-- node X="-77373" Y="87961" / -->
<!-- node X="-77365" Y="88060" / -->
<!-- node X="-78197" Y="88060" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1720_08" type="SSQZone" shape="NPoly" minZ="-5200" maxZ="-5000" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-77025" Y="87959" / -->
<!-- node X="-76209" Y="87969" / -->
<!-- node X="-76202" Y="88069" / -->
<!-- node X="-77026" Y="88061" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1720_09" type="SSQZone" shape="NPoly" minZ="-5196" maxZ="-4996" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-78196" Y="88060" / -->
<!-- node X="-76200" Y="88068" / -->
<!-- node X="-76192" Y="89970" / -->
<!-- node X="-78196" Y="89970" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1720_10" type="SSQZone" shape="NPoly" minZ="-5204" maxZ="-5004" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-76797" Y="86142" / -->
<!-- node X="-75947" Y="86147" / -->
<!-- node X="-75945" Y="86304" / -->
<!-- node X="-76794" Y="86298" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1720_11" type="SSQZone" shape="NPoly" minZ="-5196" maxZ="-4996" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-77944" Y="86148" / -->
<!-- node X="-77189" Y="86148" / -->
<!-- node X="-77194" Y="86291" / -->
<!-- node X="-77942" Y="86295" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1720_12" type="SSQZone" shape="NPoly" minZ="-5196" maxZ="-4996" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-77949" Y="84300" / -->
<!-- node X="-75940" Y="84300" / -->
<!-- node X="-75943" Y="86185" / -->
<!-- node X="-77939" Y="86187" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1720_13" type="SSQZone" shape="NPoly" minZ="-5200" maxZ="-5000" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-75870" Y="87311" / -->
<!-- node X="-75738" Y="87309" / -->
<!-- node X="-75738" Y="88130" / -->
<!-- node X="-75870" Y="88125" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1720_14" type="SSQZone" shape="NPoly" minZ="-5200" maxZ="-5000" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-75865" Y="86137" / -->
<!-- node X="-75747" Y="86134" / -->
<!-- node X="-75740" Y="86958" / -->
<!-- node X="-75865" Y="86963" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1720_15" type="SSQZone" shape="NPoly" minZ="-5200" maxZ="-5000" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-75758" Y="86126" / -->
<!-- node X="-73857" Y="86139" / -->
<!-- node X="-73855" Y="88140" / -->
<!-- node X="-75769" Y="88133" / -->
<!-- /zone -->
<!-- Oracle of Dawn (SSQ Zones) -->
<!-- zone name="ssq_main_pvp_1721_01" type="SSQZone" shape="NPoly" minZ="-4948" maxZ="-4748" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-78713" Y="110409" / -->
<!-- node X="-77923" Y="110423" / -->
<!-- node X="-77923" Y="110522" / -->
<!-- node X="-78708" Y="110515" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1721_02" type="SSQZone" shape="NPoly" minZ="-4940" maxZ="-4740" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-79923" Y="110427" / -->
<!-- node X="-79109" Y="110432" / -->
<!-- node X="-79105" Y="110524" / -->
<!-- node X="-79923" Y="110528" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1721_03" type="SSQZone" shape="NPoly" minZ="-4944" maxZ="-4744" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-79931" Y="108523" / -->
<!-- node X="-77928" Y="108523" / -->
<!-- node X="-77932" Y="110445" / -->
<!-- node X="-79925" Y="110453" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1721_04" type="SSQZone" shape="NPoly" minZ="-4940" maxZ="-4740" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-75761" Y="111051" / -->
<!-- node X="-74921" Y="111033" / -->
<!-- node X="-74921" Y="111142" / -->
<!-- node X="-75757" Y="111151" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1721_05" type="SSQZone" shape="NPoly" minZ="-4940" maxZ="-4740" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-76920" Y="111022" / -->
<!-- node X="-76089" Y="111022" / -->
<!-- node X="-76085" Y="111105" / -->
<!-- node X="-76920" Y="111097" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1721_06" type="SSQZone" shape="NPoly" minZ="-4932" maxZ="-4732" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-76920" Y="109134" / -->
<!-- node X="-74928" Y="109134" / -->
<!-- node X="-74920" Y="111099" / -->
<!-- node X="-76920" Y="111087" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1721_07" type="SSQZone" shape="NPoly" minZ="-4944" maxZ="-4744" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-77176" Y="112795" / -->
<!-- node X="-76350" Y="112795" / -->
<!-- node X="-76344" Y="112897" / -->
<!-- node X="-77176" Y="112903" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1721_08" type="SSQZone" shape="NPoly" minZ="-4940" maxZ="-4740" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-76002" Y="112810" / -->
<!-- node X="-75182" Y="112806" / -->
<!-- node X="-75176" Y="112904" / -->
<!-- node X="-76002" Y="112898" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1721_09" type="SSQZone" shape="NPoly" minZ="-4944" maxZ="-4744" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-77174" Y="112902" / -->
<!-- node X="-75172" Y="112902" / -->
<!-- node X="-75167" Y="114798" / -->
<!-- node X="-77173" Y="114806" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1721_10" type="SSQZone" shape="NPoly" minZ="-4940" maxZ="-4740" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-80178" Y="112233" / -->
<!-- node X="-79362" Y="112250" / -->
<!-- node X="-79356" Y="112294" / -->
<!-- node X="-80190" Y="112301" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1721_11" type="SSQZone" shape="NPoly" minZ="-4940" maxZ="-4740" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-78861" Y="112220" / -->
<!-- node X="-78196" Y="112201" / -->
<!-- node X="-78178" Y="112294" / -->
<!-- node X="-78994" Y="112294" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1721_12" type="SSQZone" shape="NPoly" minZ="-4940" maxZ="-4740" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-80184" Y="112276" / -->
<!-- node X="-78188" Y="112262" / -->
<!-- node X="-78176" Y="114188" / -->
<!-- node X="-80190" Y="114196" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1721_13" type="SSQZone" shape="NPoly" minZ="-4940" maxZ="-4740" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-74840" Y="112152" / -->
<!-- node X="-74704" Y="112157" / -->
<!-- node X="-74707" Y="112966" / -->
<!-- node X="-74840" Y="112966" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1721_14" type="SSQZone" shape="NPoly" minZ="-4948" maxZ="-4748" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-74840" Y="110962" / -->
<!-- node X="-74737" Y="110962" / -->
<!-- node X="-74741" Y="111793" / -->
<!-- node X="-74840" Y="111796" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1721_15" type="SSQZone" shape="NPoly" minZ="-4936" maxZ="-4736" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-74737" Y="110969" / -->
<!-- node X="-72838" Y="110964" / -->
<!-- node X="-72830" Y="112974" / -->
<!-- node X="-74740" Y="112965" / -->
<!-- /zone -->
<!-- zone name="ssq_main_pvp_1721_16" type="SSQZone" shape="NPoly" minZ="-4912" maxZ="-4712" -->
<!-- stat name="expPenaltyPercent" val="25" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-76922" Y="110997" / -->
<!-- node X="-76177" Y="110995" / -->
<!-- node X="-76175" Y="111133" / -->
<!-- node X="-76917" Y="111133" / -->
<!-- /zone -->
<!-- Dimensinal Rift (SSQ Zones) -->
<!-- zone name="space_of_dimension_ssq1" type="SSQZone" shape="NPoly" minZ="-6964" maxZ="-6064" -->
<!-- stat name="expPenaltyPercent" val="100" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-120682" Y="-182923" / -->
<!-- node X="-115515" Y="-182923" / -->
<!-- node X="-115515" Y="-180121" / -->
<!-- node X="-120682" Y="-180121" / -->
<!-- /zone -->
<!-- zone name="space_of_dimension_ssq2" type="SSQZone" shape="NPoly" minZ="-6964" maxZ="-6064" -->
<!-- stat name="expPenaltyPercent" val="100" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-120677" Y="-180093" / -->
<!-- node X="-115510" Y="-180093" / -->
<!-- node X="-115510" Y="-177291" / -->
<!-- node X="-120677" Y="-177291" / -->
<!-- /zone -->
<!-- zone name="space_of_dimension_ssq3" type="SSQZone" shape="NPoly" minZ="-6964" maxZ="-6064" -->
<!-- stat name="expPenaltyPercent" val="100" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-114045" Y="-182907" / -->
<!-- node X="-108878" Y="-182907" / -->
<!-- node X="-108878" Y="-180105" / -->
<!-- node X="-114045" Y="-180105" / -->
<!-- /zone -->
<!-- zone name="space_of_dimension_ssq4" type="SSQZone" shape="NPoly" minZ="-6964" maxZ="-6064" -->
<!-- stat name="expPenaltyPercent" val="100" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-114040" Y="-180077" / -->
<!-- node X="-108873" Y="-180077" / -->
<!-- node X="-108873" Y="-177275" / -->
<!-- node X="-114040" Y="-177275" / -->
<!-- /zone -->
<!-- zone name="space_of_dimension_ssq5" type="SSQZone" shape="NPoly" minZ="-6964" maxZ="-6064" -->
<!-- stat name="expPenaltyPercent" val="100" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-116267" Y="-177955" / -->
<!-- node X="-113344" Y="-177955" / -->
<!-- node X="-113344" Y="-172772" / -->
<!-- node X="-116267" Y="-172773" / -->
<!-- /zone -->
<!-- zone name="space_of_dimension_ssq6" type="SSQZone" shape="NPoly" minZ="-6964" maxZ="-6064" -->
<!-- stat name="expPenaltyPercent" val="100" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="-116217" Y="-187430" / -->
<!-- node X="-113293" Y="-187430" / -->
<!-- node X="-113293" Y="-182247" / -->
<!-- node X="-116217" Y="-182247" / -->
<!-- /zone -->
<!-- Imperial Tomb (SSQ Zones) -->
<!-- zone name="royal_rush_ssq1" type="SSQZone" shape="NPoly" minZ="-7263" maxZ="-7063" -->
<!-- stat name="expPenaltyPercent" val="100" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="181198" Y="-86516" / -->
<!-- node X="192394" Y="-86521" / -->
<!-- node X="192391" Y="-84626" / -->
<!-- node X="181193" Y="-84622" / -->
<!-- /zone -->
<!-- zone name="royal_rush_ssq2" type="SSQZone" shape="NPoly" minZ="-7263" maxZ="-7063" -->
<!-- stat name="expPenaltyPercent" val="100" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="179511" Y="-89903" / -->
<!-- node X="190707" Y="-89908" / -->
<!-- node X="190704" Y="-88013" / -->
<!-- node X="179506" Y="-88009" / -->
<!-- /zone -->
<!-- zone name="royal_rush_ssq3" type="SSQZone" shape="NPoly" minZ="-7263" maxZ="-7063" -->
<!-- stat name="expPenaltyPercent" val="100" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="174498" Y="-82751" / -->
<!-- node X="176622" Y="-82751" / -->
<!-- node X="176616" Y="-71304" / -->
<!-- node X="174489" Y="-71303" / -->
<!-- /zone -->
<!-- zone name="royal_rush_ssq4" type="SSQZone" shape="NPoly" minZ="-7263" maxZ="-7063" -->
<!-- stat name="expPenaltyPercent" val="100" / -->
<!-- stat name="allowItemDrop" val="false" / -->
<!-- node X="172183" Y="-86660" / -->
<!-- node X="174307" Y="-86661" / -->
<!-- node X="174301" Y="-75214" / -->
<!-- node X="172174" Y="-75213" / -->
<!-- /zone -->
<!-- Oracle of Dusk (Peace Zones) -->
<zone name="ssq_peace_1720_01" type="PeaceZone" shape="NPoly" minZ="-5208" maxZ="-5008">
<stat name="allowStore" val="false" />
<node X="-78118" Y="86296" />
<node X="-75860" Y="86294" />
<node X="-75853" Y="87965" />
<node X="-78156" Y="87967" />
</zone>
<zone name="ssq_peace_1720_02" type="PeaceZone" shape="NPoly" minZ="-5200" maxZ="-5000">
<stat name="allowStore" val="false" />
<node X="-81169" Y="85693" />
<node X="-78118" Y="85690" />
<node X="-78134" Y="87364" />
<node X="-81187" Y="87364" />
</zone>
<zone name="ssq_peace_1720_03" type="PeaceZone" shape="NPoly" minZ="-5200" maxZ="-5000">
<stat name="allowStore" val="false" />
<node X="-81549" Y="86361" />
<node X="-80995" Y="86367" />
<node X="-80995" Y="86688" />
<node X="-81549" Y="86688" />
</zone>
<!-- Oracle of Dawn (Peace Zones) -->
<zone name="ssq_peace_1721_01" type="PeaceZone" shape="NPoly" minZ="-4952" maxZ="-4752">
<stat name="allowStore" val="false" />
<node X="-77077" Y="111140" />
<node X="-74838" Y="111140" />
<node X="-74842" Y="112806" />
<node X="-77104" Y="112779" />
</zone>
<zone name="ssq_peace_1721_02" type="PeaceZone" shape="NPoly" minZ="-4956" maxZ="-4756">
<stat name="allowStore" val="false" />
<node X="-80075" Y="110530" />
<node X="-77066" Y="110552" />
<node X="-77092" Y="112188" />
<node X="-80089" Y="112184" />
</zone>
<zone name="ssq_peace_1721_03" type="PeaceZone" shape="NPoly" minZ="-4944" maxZ="-4744">
<stat name="allowStore" val="false" />
<node X="-80536" Y="111192" />
<node X="-79984" Y="111196" />
<node X="-79984" Y="111517" />
<node X="-80532" Y="111517" />
</zone>
</list>

View File

@ -1,634 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list enabled="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/zones.xsd">
<!-- Underground Coliseum Zones -->
<zone name="17_16_kerthang_001" type="EffectZone" shape="NPoly" minZ="-11592" maxZ="-11192">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-6;" /> <!-- s_area_poison6 -->
<node X="-84483" Y="-51200" />
<node X="-84884" Y="-51508" />
<node X="-85064" Y="-51972" />
<node X="-84991" Y="-52456" />
<node X="-84683" Y="-52850" />
<node X="-84227" Y="-53023" />
<node X="-83731" Y="-52947" />
<node X="-83341" Y="-52645" />
<node X="-83157" Y="-52168" />
<node X="-83229" Y="-51689" />
<node X="-83531" Y="-51310" />
<node X="-84050" Y="-51128" />
</zone>
<zone name="17_16_kerthang_002" type="EffectZone" shape="NPoly" minZ="-11544" maxZ="-11144">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-6;" /> <!-- s_area_poison6 -->
<node X="-84073" Y="-52966" />
<node X="-84107" Y="-53251" />
<node X="-84463" Y="-53589" />
<node X="-84387" Y="-53989" />
<node X="-84186" Y="-54237" />
<node X="-83867" Y="-54292" />
<node X="-83692" Y="-54243" />
<node X="-83495" Y="-54075" />
<node X="-83388" Y="-53808" />
<node X="-83430" Y="-53557" />
<node X="-83625" Y="-53339" />
<node X="-83926" Y="-52943" />
</zone>
<zone name="17_16_kerthang_003" type="EffectZone" shape="NPoly" minZ="-11556" maxZ="-11156">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-6;" /> <!-- s_area_poison6 -->
<node X="-82843" Y="-50854" />
<node X="-83086" Y="-51047" />
<node X="-83469" Y="-51515" />
<node X="-83439" Y="-51637" />
<node X="-83239" Y="-51644" />
<node X="-82734" Y="-51936" />
<node X="-82432" Y="-51866" />
<node X="-82201" Y="-51683" />
<node X="-82104" Y="-51422" />
<node X="-82151" Y="-51139" />
<node X="-82324" Y="-50921" />
<node X="-82568" Y="-50814" />
</zone>
<zone name="17_16_kerthang_004" type="EffectZone" shape="NPoly" minZ="-11552" maxZ="-11152">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-6;" /> <!-- s_area_poison6 -->
<node X="-84036" Y="-50233" />
<node X="-84139" Y="-50483" />
<node X="-84129" Y="-50794" />
<node X="-84074" Y="-51204" />
<node X="-83953" Y="-51248" />
<node X="-83782" Y="-50991" />
<node X="-83502" Y="-50966" />
<node X="-83317" Y="-50807" />
<node X="-83230" Y="-50597" />
<node X="-83265" Y="-50330" />
<node X="-83504" Y="-50090" />
<node X="-83781" Y="-50087" />
</zone>
<zone name="17_16_kerthang_005" type="EffectZone" shape="NPoly" minZ="-11564" maxZ="-11164">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-6;" /> <!-- s_area_poison6 -->
<node X="-85997" Y="-51983" />
<node X="-86207" Y="-52165" />
<node X="-86298" Y="-52409" />
<node X="-86239" Y="-52671" />
<node X="-86062" Y="-52880" />
<node X="-85819" Y="-52969" />
<node X="-85542" Y="-52935" />
<node X="-85325" Y="-52747" />
<node X="-84949" Y="-52233" />
<node X="-84972" Y="-52104" />
<node X="-85447" Y="-52027" />
<node X="-85716" Y="-51927" />
</zone>
<zone name="17_16_kerthang_006" type="EffectZone" shape="NPoly" minZ="-11581" maxZ="-11181">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-7;" /> <!-- s_area_poison7 -->
<node X="-80410" Y="-51388" />
<node X="-80641" Y="-51679" />
<node X="-80782" Y="-52222" />
<node X="-80703" Y="-52582" />
<node X="-80322" Y="-53010" />
<node X="-79758" Y="-53098" />
<node X="-79437" Y="-53011" />
<node X="-78979" Y="-52731" />
<node X="-78898" Y="-52192" />
<node X="-78856" Y="-51814" />
<node X="-79311" Y="-51328" />
<node X="-79870" Y="-51180" />
</zone>
<zone name="17_16_kerthang_007" type="EffectZone" shape="NPoly" minZ="-11540" maxZ="-11140">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-7;" /> <!-- s_area_poison7 -->
<node X="-80276" Y="-53424" />
<node X="-80458" Y="-53708" />
<node X="-80431" Y="-54058" />
<node X="-80241" Y="-54292" />
<node X="-79923" Y="-54378" />
<node X="-79697" Y="-54308" />
<node X="-79477" Y="-54132" />
<node X="-79400" Y="-53820" />
<node X="-79491" Y="-53558" />
<node X="-79717" Y="-53359" />
<node X="-79910" Y="-53001" />
<node X="-80047" Y="-52981" />
</zone>
<zone name="17_16_kerthang_008" type="EffectZone" shape="NPoly" minZ="-11564" maxZ="-11164">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-7;" /> <!-- s_area_poison7 -->
<node X="-78494" Y="-52005" />
<node X="-78954" Y="-52219" />
<node X="-78968" Y="-52344" />
<node X="-78705" Y="-52433" />
<node X="-78572" Y="-52755" />
<node X="-78349" Y="-52923" />
<node X="-78101" Y="-52954" />
<node X="-77819" Y="-52831" />
<node X="-77638" Y="-52598" />
<node X="-77623" Y="-52359" />
<node X="-77694" Y="-52185" />
<node X="-78009" Y="-51850" />
</zone>
<zone name="17_16_kerthang_009" type="EffectZone" shape="NPoly" minZ="-11551" maxZ="-11151">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-7;" /> <!-- s_area_poison7 -->
<node X="-80231" Y="-50016" />
<node X="-80475" Y="-50131" />
<node X="-80674" Y="-50439" />
<node X="-80547" Y="-50993" />
<node X="-80190" Y="-51377" />
<node X="-80067" Y="-51379" />
<node X="-80020" Y="-51091" />
<node X="-79731" Y="-50976" />
<node X="-79566" Y="-50715" />
<node X="-79561" Y="-50427" />
<node X="-79707" Y="-50172" />
<node X="-79894" Y="-50034" />
</zone>
<zone name="17_16_kerthang_010" type="EffectZone" shape="NPoly" minZ="-11533" maxZ="-11133">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-7;" /> <!-- s_area_poison7 -->
<node X="-81266" Y="-50853" />
<node X="-81517" Y="-50943" />
<node X="-81667" Y="-51293" />
<node X="-81568" Y="-51630" />
<node X="-81172" Y="-51795" />
<node X="-80663" Y="-51863" />
<node X="-80577" Y="-51752" />
<node X="-80723" Y="-51656" />
<node X="-80912" Y="-51684" />
<node X="-80748" Y="-51445" />
<node X="-80745" Y="-51107" />
<node X="-81003" Y="-50893" />
</zone>
<zone name="17_16_kerthang_011" type="EffectZone" shape="NPoly" minZ="-11588" maxZ="-11188">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-8;" /> <!-- s_area_poison8 -->
<node X="-78718" Y="-47247" />
<node X="-79143" Y="-47541" />
<node X="-79374" Y="-48010" />
<node X="-79301" Y="-48493" />
<node X="-78992" Y="-48907" />
<node X="-78571" Y="-49090" />
<node X="-78080" Y="-49049" />
<node X="-77690" Y="-48777" />
<node X="-77462" Y="-48280" />
<node X="-77563" Y="-47636" />
<node X="-77886" Y="-47372" />
<node X="-78329" Y="-47195" />
</zone>
<zone name="17_16_kerthang_012" type="EffectZone" shape="NPoly" minZ="-11568" maxZ="-11168">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-8;" /> <!-- s_area_poison8 -->
<node X="-77009" Y="-48264" />
<node X="-77259" Y="-48440" />
<node X="-77633" Y="-48489" />
<node X="-77690" Y="-48615" />
<node X="-77377" Y="-48879" />
<node X="-77169" Y="-49188" />
<node X="-76786" Y="-49324" />
<node X="-76451" Y="-49108" />
<node X="-76319" Y="-48854" />
<node X="-76351" Y="-48600" />
<node X="-76494" Y="-48368" />
<node X="-76757" Y="-48254" />
</zone>
<zone name="17_16_kerthang_013" type="EffectZone" shape="NPoly" minZ="-11564" maxZ="-11164">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-8;" /> <!-- s_area_poison8 -->
<node X="-78000" Y="-46223" />
<node X="-78153" Y="-46567" />
<node X="-78113" Y="-46882" />
<node X="-78085" Y="-47336" />
<node X="-77962" Y="-47383" />
<node X="-77833" Y="-47166" />
<node X="-77456" Y="-47148" />
<node X="-77235" Y="-46983" />
<node X="-77109" Y="-46705" />
<node X="-77161" Y="-46421" />
<node X="-77319" Y="-46231" />
<node X="-77620" Y="-46120" />
</zone>
<zone name="17_16_kerthang_014" type="EffectZone" shape="NPoly" minZ="-11568" maxZ="-11168">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-8;" /> <!-- s_area_poison8 -->
<node X="-79678" Y="-47494" />
<node X="-80091" Y="-47328" />
<node X="-80492" Y="-47615" />
<node X="-80602" Y="-47897" />
<node X="-80512" Y="-48241" />
<node X="-80230" Y="-48460" />
<node X="-79808" Y="-48431" />
<node X="-79537" Y="-48355" />
<node X="-79268" Y="-48260" />
<node X="-79224" Y="-48133" />
<node X="-79472" Y="-47988" />
<node X="-79523" Y="-47709" />
</zone>
<zone name="17_16_kerthang_015" type="EffectZone" shape="NPoly" minZ="-11556" maxZ="-11156">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-8;" /> <!-- s_area_poison8 -->
<node X="-79808" Y="-48756" />
<node X="-79978" Y="-48868" />
<node X="-80106" Y="-49157" />
<node X="-80072" Y="-49370" />
<node X="-79866" Y="-49573" />
<node X="-79552" Y="-49644" />
<node X="-79377" Y="-49624" />
<node X="-79134" Y="-49245" />
<node X="-78940" Y="-48848" />
<node X="-79014" Y="-48756" />
<node X="-79335" Y="-48852" />
<node X="-79634" Y="-48702" />
</zone>
<zone name="17_16_kerthang_016" type="EffectZone" shape="NPoly" minZ="-11588" maxZ="-11188">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-9;" /> <!-- s_area_poison9 -->
<node X="-82239" Y="-44711" />
<node X="-82588" Y="-45030" />
<node X="-82757" Y="-45489" />
<node X="-82667" Y="-45972" />
<node X="-82358" Y="-46366" />
<node X="-81902" Y="-46539" />
<node X="-81406" Y="-46463" />
<node X="-81016" Y="-46161" />
<node X="-80833" Y="-45639" />
<node X="-80950" Y="-45107" />
<node X="-81327" Y="-44740" />
<node X="-81805" Y="-44621" />
</zone>
<zone name="17_16_kerthang_017" type="EffectZone" shape="NPoly" minZ="-11552" maxZ="-11152">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-9;" /> <!-- s_area_poison9 -->
<node X="-81210" Y="-44263" />
<node X="-81138" Y="-44561" />
<node X="-81212" Y="-44951" />
<node X="-81121" Y="-45040" />
<node X="-80805" Y="-44788" />
<node X="-80549" Y="-44832" />
<node X="-80196" Y="-44492" />
<node X="-80156" Y="-44278" />
<node X="-80216" Y="-44058" />
<node X="-80349" Y="-43880" />
<node X="-80664" Y="-43767" />
<node X="-81064" Y="-43830" />
</zone>
<zone name="17_16_kerthang_018" type="EffectZone" shape="NPoly" minZ="-11564" maxZ="-11164">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-9;" /> <!-- s_area_poison9 -->
<node X="-83192" Y="-43876" />
<node X="-83402" Y="-44074" />
<node X="-83494" Y="-44317" />
<node X="-83434" Y="-44579" />
<node X="-83257" Y="-44789" />
<node X="-83014" Y="-44877" />
<node X="-82836" Y="-44838" />
<node X="-82446" Y="-44990" />
<node X="-82356" Y="-44900" />
<node X="-82462" Y="-44126" />
<node X="-82632" Y="-43910" />
<node X="-82906" Y="-43810" />
</zone>
<zone name="17_16_kerthang_019" type="EffectZone" shape="NPoly" minZ="-11620" maxZ="-11220">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-9;" /> <!-- s_area_poison9 -->
<node X="-82317" Y="-46433" />
<node X="-82874" Y="-46567" />
<node X="-83088" Y="-46886" />
<node X="-83031" Y="-47286" />
<node X="-82811" Y="-47535" />
<node X="-82492" Y="-47589" />
<node X="-82317" Y="-47540" />
<node X="-82082" Y="-47358" />
<node X="-82014" Y="-47105" />
<node X="-81984" Y="-46865" />
<node X="-81972" Y="-46409" />
<node X="-82065" Y="-46334" />
</zone>
<zone name="17_16_kerthang_020" type="EffectZone" shape="NPoly" minZ="-11584" maxZ="-11184">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-9;" /> <!-- s_area_poison9 -->
<node X="-81426" Y="-46342" />
<node X="-81671" Y="-46988" />
<node X="-81631" Y="-47261" />
<node X="-81552" Y="-47398" />
<node X="-81387" Y="-47476" />
<node X="-81211" Y="-47523" />
<node X="-81011" Y="-47490" />
<node X="-80830" Y="-47320" />
<node X="-80762" Y="-47102" />
<node X="-80797" Y="-46835" />
<node X="-80910" Y="-46690" />
<node X="-81303" Y="-46300" />
</zone>
<zone name="17_16_kerthang_021" type="EffectZone" shape="NPoly" minZ="-11573" maxZ="-11173">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-5;" /> <!-- s_area_poison5 -->
<node X="-85653" Y="-47093" />
<node X="-86082" Y="-47396" />
<node X="-86269" Y="-47854" />
<node X="-86219" Y="-48367" />
<node X="-85940" Y="-48743" />
<node X="-85531" Y="-48940" />
<node X="-85000" Y="-48917" />
<node X="-84627" Y="-48679" />
<node X="-84385" Y="-48261" />
<node X="-84398" Y="-47723" />
<node X="-84700" Y="-47244" />
<node X="-85067" Y="-47074" />
</zone>
<zone name="17_16_kerthang_022" type="EffectZone" shape="NPoly" minZ="-11586" maxZ="-11186">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-5;" /> <!-- s_area_poison5 -->
<node X="-87045" Y="-48304" />
<node X="-87255" Y="-48487" />
<node X="-87347" Y="-48730" />
<node X="-87300" Y="-49010" />
<node X="-87110" Y="-49219" />
<node X="-86837" Y="-49329" />
<node X="-86460" Y="-49213" />
<node X="-86282" Y="-48847" />
<node X="-86052" Y="-48470" />
<node X="-86112" Y="-48361" />
<node X="-86496" Y="-48349" />
<node X="-86765" Y="-48249" />
</zone>
<zone name="17_16_kerthang_023" type="EffectZone" shape="NPoly" minZ="-11590" maxZ="-11190">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-5;" /> <!-- s_area_poison5 -->
<node X="-84541" Y="-48397" />
<node X="-84653" Y="-48474" />
<node X="-84674" Y="-48959" />
<node X="-84629" Y="-49359" />
<node X="-84397" Y="-49608" />
<node X="-84078" Y="-49662" />
<node X="-83903" Y="-49613" />
<node X="-83684" Y="-49471" />
<node X="-83582" Y="-49260" />
<node X="-83576" Y="-48928" />
<node X="-83737" Y="-48704" />
<node X="-83971" Y="-48580" />
</zone>
<zone name="17_16_kerthang_024" type="EffectZone" shape="NPoly" minZ="-11601" maxZ="-11201">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-5;" /> <!-- s_area_poison5 -->
<node X="-84063" Y="-47545" />
<node X="-84484" Y="-47735" />
<node X="-84486" Y="-47849" />
<node X="-84164" Y="-47930" />
<node X="-84066" Y="-48154" />
<node X="-83805" Y="-48310" />
<node X="-83525" Y="-48284" />
<node X="-83340" Y="-48126" />
<node X="-83253" Y="-47916" />
<node X="-83288" Y="-47649" />
<node X="-83527" Y="-47408" />
<node X="-83804" Y="-47405" />
</zone>
<zone name="17_16_kerthang_025" type="EffectZone" shape="NPoly" minZ="-11559" maxZ="-11159">
<stat name="chance" val="100" />
<!-- stat name="unitTick" val="5" / -->
<stat name="default_enabled" val="false" />
<stat name="skillIdLvl" val="4148-5;" /> <!-- s_area_poison5 -->
<node X="-86433" Y="-46106" />
<node X="-86693" Y="-46266" />
<node X="-86794" Y="-46709" />
<node X="-86613" Y="-46969" />
<node X="-86348" Y="-47100" />
<node X="-86051" Y="-47143" />
<node X="-85741" Y="-47270" />
<node X="-85633" Y="-47202" />
<node X="-85744" Y="-46803" />
<node X="-85746" Y="-46374" />
<node X="-85870" Y="-46233" />
<node X="-86090" Y="-46061" />
</zone>
<zone name="17_16_kerthang_area_01" type="ArenaZone" shape="NPoly" minZ="-11624" maxZ="-11224">
<node X="-85850" Y="-45960" />
<node X="-86761" Y="-45935" />
<node X="-87000" Y="-46986" />
<node X="-87535" Y="-48793" />
<node X="-87049" Y="-49419" />
<node X="-85458" Y="-49051" />
<node X="-84224" Y="-49803" />
<node X="-83446" Y="-49477" />
<node X="-83154" Y="-47528" />
<node X="-83863" Y="-47202" />
<node X="-84291" Y="-47449" />
<node X="-84711" Y="-47094" />
</zone>
<zone name="17_16_kerthang_area_02" type="ArenaZone" shape="NPoly" minZ="-11620" maxZ="-11220">
<node X="-84112" Y="-50103" />
<node X="-84830" Y="-51342" />
<node X="-86142" Y="-51844" />
<node X="-86553" Y="-52634" />
<node X="-85640" Y="-53190" />
<node X="-84380" Y="-54211" />
<node X="-83379" Y="-54413" />
<node X="-82972" Y="-52054" />
<node X="-81938" Y="-51822" />
<node X="-82193" Y="-50685" />
<node X="-82732" Y="-50575" />
<node X="-83454" Y="-49986" />
</zone>
<zone name="17_16_kerthang_area_03" type="ArenaZone" shape="NPoly" minZ="-11716" maxZ="-11316">
<node X="-79843" Y="-49874" />
<node X="-81401" Y="-50399" />
<node X="-81709" Y="-51148" />
<node X="-81639" Y="-51704" />
<node X="-80712" Y="-52824" />
<node X="-80414" Y="-54463" />
<node X="-79510" Y="-54322" />
<node X="-78717" Y="-52952" />
<node X="-77725" Y="-52968" />
<node X="-77416" Y="-51996" />
<node X="-78890" Y="-51583" />
<node X="-79378" Y="-50568" />
</zone>
<zone name="17_16_kerthang_area_04" type="ArenaZone" shape="NPoly" minZ="-11592" maxZ="-11192">
<node X="-79343" Y="-47478" />
<node X="-80117" Y="-47109" />
<node X="-80672" Y="-47858" />
<node X="-80382" Y="-49156" />
<node X="-79813" Y="-49685" />
<node X="-79130" Y="-49730" />
<node X="-77951" Y="-49052" />
<node X="-76485" Y="-49456" />
<node X="-76221" Y="-48619" />
<node X="-76710" Y="-48032" />
<node X="-76946" Y="-46451" />
<node X="-77668" Y="-45794" />
</zone>
<zone name="17_16_kerthang_area_05" type="ArenaZone" shape="NPoly" minZ="-11640" maxZ="-11240">
<node X="-82326" Y="-43857" />
<node X="-83361" Y="-43681" />
<node X="-83614" Y="-44430" />
<node X="-82884" Y="-46072" />
<node X="-83209" Y="-47165" />
<node X="-82621" Y="-47718" />
<node X="-81071" Y="-47576" />
<node X="-80636" Y="-47169" />
<node X="-80853" Y="-46291" />
<node X="-79968" Y="-44123" />
<node X="-80245" Y="-43614" />
<node X="-81544" Y="-43878" />
</zone>
<zone name="17_16_kerthang_restart_01" type="NoRestartZone" shape="NPoly" minZ="-11624" maxZ="-11224">
<stat name="restartTime" val="0" />
<stat name="restartAllowedTime" val="0" />
<node X="-85850" Y="-45960" />
<node X="-86761" Y="-45935" />
<node X="-87000" Y="-46986" />
<node X="-87535" Y="-48793" />
<node X="-87049" Y="-49419" />
<node X="-85458" Y="-49051" />
<node X="-84224" Y="-49803" />
<node X="-83446" Y="-49477" />
<node X="-83154" Y="-47528" />
<node X="-83863" Y="-47202" />
<node X="-84291" Y="-47449" />
<node X="-84711" Y="-47094" />
</zone>
<zone name="17_16_kerthang_restart_02" type="NoRestartZone" shape="NPoly" minZ="-11620" maxZ="-11220">
<stat name="restartTime" val="0" />
<stat name="restartAllowedTime" val="0" />
<node X="-84112" Y="-50103" />
<node X="-84830" Y="-51342" />
<node X="-86142" Y="-51844" />
<node X="-86553" Y="-52634" />
<node X="-85640" Y="-53190" />
<node X="-84380" Y="-54211" />
<node X="-83379" Y="-54413" />
<node X="-82972" Y="-52054" />
<node X="-81938" Y="-51822" />
<node X="-82193" Y="-50685" />
<node X="-82732" Y="-50575" />
<node X="-83454" Y="-49986" />
</zone>
<zone name="17_16_kerthang_restart_03" type="NoRestartZone" shape="NPoly" minZ="-11716" maxZ="-11316">
<stat name="restartTime" val="0" />
<stat name="restartAllowedTime" val="0" />
<node X="-79843" Y="-49874" />
<node X="-81401" Y="-50399" />
<node X="-81709" Y="-51148" />
<node X="-81639" Y="-51704" />
<node X="-80712" Y="-52824" />
<node X="-80414" Y="-54463" />
<node X="-79510" Y="-54322" />
<node X="-78717" Y="-52952" />
<node X="-77725" Y="-52968" />
<node X="-77416" Y="-51996" />
<node X="-78890" Y="-51583" />
<node X="-79378" Y="-50568" />
</zone>
<zone name="17_16_kerthang_restart_04" type="NoRestartZone" shape="NPoly" minZ="-11592" maxZ="-11192">
<stat name="restartTime" val="0" />
<stat name="restartAllowedTime" val="0" />
<node X="-79343" Y="-47478" />
<node X="-80117" Y="-47109" />
<node X="-80672" Y="-47858" />
<node X="-80382" Y="-49156" />
<node X="-79813" Y="-49685" />
<node X="-79130" Y="-49730" />
<node X="-77951" Y="-49052" />
<node X="-76485" Y="-49456" />
<node X="-76221" Y="-48619" />
<node X="-76710" Y="-48032" />
<node X="-76946" Y="-46451" />
<node X="-77668" Y="-45794" />
</zone>
<zone name="17_16_kerthang_restart_05" type="NoRestartZone" shape="NPoly" minZ="-11640" maxZ="-11240">
<stat name="restartTime" val="0" />
<stat name="restartAllowedTime" val="0" />
<node X="-82326" Y="-43857" />
<node X="-83361" Y="-43681" />
<node X="-83614" Y="-44430" />
<node X="-82884" Y="-46072" />
<node X="-83209" Y="-47165" />
<node X="-82621" Y="-47718" />
<node X="-81071" Y="-47576" />
<node X="-80636" Y="-47169" />
<node X="-80853" Y="-46291" />
<node X="-79968" Y="-44123" />
<node X="-80245" Y="-43614" />
<node X="-81544" Y="-43878" />
</zone>
<zone name="17_16_kerthang_peace_01" type="PeaceZone" shape="NPoly" minZ="-10839" maxZ="-10439">
<node X="-87059" Y="-51858" />
<node X="-85176" Y="-51100" />
<node X="-85652" Y="-49480" />
<node X="-87711" Y="-50204" />
</zone>
<zone name="17_16_kerthang_peace_02" type="PeaceZone" shape="NPoly" minZ="-10839" maxZ="-10439">
<node X="-82729" Y="-54797" />
<node X="-81105" Y="-54768" />
<node X="-81125" Y="-52888" />
<node X="-82702" Y="-52897" />
</zone>
<zone name="17_16_kerthang_peace_03" type="PeaceZone" shape="NPoly" minZ="-10791" maxZ="-10391">
<node X="-78609" Y="-51115" />
<node X="-76726" Y="-51679" />
<node X="-76226" Y="-49948" />
<node X="-78187" Y="-49524" />
</zone>
<zone name="17_16_kerthang_peace_04" type="PeaceZone" shape="NPoly" minZ="-10811" maxZ="-10411">
<node X="-80338" Y="-45742" />
<node X="-78973" Y="-46689" />
<node X="-77733" Y="-45069" />
<node X="-79261" Y="-44052" />
</zone>
<zone name="17_16_kerthang_peace_05" type="PeaceZone" shape="NPoly" minZ="-10823" maxZ="-10423">
<node X="-85950" Y="-45198" />
<node X="-84604" Y="-46609" />
<node X="-83376" Y="-45692" />
<node X="-84521" Y="-44082" />
</zone>
</list>