Addition of missing quest multisells.

This commit is contained in:
MobiusDevelopment 2019-07-29 19:53:28 +00:00
parent d7aa3be5bf
commit 55c908cb20
10 changed files with 558 additions and 39 deletions

View File

@ -0,0 +1,66 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- Exchange of Pano (level 1) -->
<list maintainEnchantment="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<!-- 5 G Wyrm + 5 G Giant -> 1 G Dragon -->
<item id="1">
<ingredient id="3486" count="5"/>
<ingredient id="3484" count="5"/>
<production id="3481" count="1"/>
</item>
<!-- 5 B Succubus + 5 B Basilisk -> 1 B Dragon -->
<item id="2">
<ingredient id="3476" count="5"/>
<ingredient id="3474" count="5"/>
<production id="3477" count="1"/>
</item>
<!-- 5 S Dryad + 5 S Undine -> 1 S Dragon -->
<item id="3">
<ingredient id="3492" count="5"/>
<ingredient id="3495" count="5"/>
<production id="3493" count="1"/>
</item>
<!-- 10 G Wyrm + 10 G Giant -> 1 Beleth Gold -->
<item id="4">
<ingredient id="3486" count="10"/>
<ingredient id="3484" count="10"/>
<production id="3487" count="1"/>
</item>
<!-- 1 Beleth Blood + 1 S Dragon + 13 G Wyrm -> Demon Staff -->
<item id="5">
<ingredient id="3478" count="1"/>
<ingredient id="3493" count="1"/>
<ingredient id="3486" count="13"/>
<production id="206" count="1"/>
</item>
<!-- 1 Beleth Gold + 1 B Dragon + 1 S Dryad + 1 G Giant -> Dark Screamer -->
<item id="6">
<ingredient id="3487" count="1"/>
<ingredient id="3477" count="1"/>
<ingredient id="3492" count="1"/>
<ingredient id="3484" count="1"/>
<production id="233" count="1"/>
</item>
<!-- 1 Beleth Silver + 1 G Dragon + 1 B Succubus + 1 B Basilisk -> Widow maker -->
<item id="7">
<ingredient id="3496" count="1"/>
<ingredient id="3481" count="1"/>
<ingredient id="3476" count="1"/>
<ingredient id="3474" count="1"/>
<production id="303" count="1"/>
</item>
<!-- 1 S Dragon + 1 G Dragon + 1 B Dragon + 1 S Undine -> Sword of Limit -->
<item id="8">
<ingredient id="3493" count="1"/>
<ingredient id="3481" count="1"/>
<ingredient id="3477" count="1"/>
<ingredient id="3495" count="1"/>
<production id="132" count="1"/>
</item>
<!-- 1 Beleth Silver + Beleth Gold + 1 B Dragon -> Ecliptic Sword -->
<item id="9">
<ingredient id="3496" count="1"/>
<ingredient id="3487" count="1"/>
<ingredient id="3477" count="1"/>
<production id="7888" count="1"/>
</item>
</list>

View File

@ -0,0 +1,66 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- Exchange of Collob (level 1) -->
<list maintainEnchantment="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<!-- 5 G Wyrm + 5 G Giant -> 1 G Dragon -->
<item id="1">
<ingredient id="3486" count="5"/>
<ingredient id="3484" count="5"/>
<production id="3481" count="1"/>
</item>
<!-- 5 B Succubus + 5 B Basilisk -> 1 B Dragon -->
<item id="2">
<ingredient id="3476" count="5"/>
<ingredient id="3474" count="5"/>
<production id="3477" count="1"/>
</item>
<!-- 5 S Dryad + 5 S Undine -> 1 S Dragon -->
<item id="3">
<ingredient id="3492" count="5"/>
<ingredient id="3495" count="5"/>
<production id="3493" count="1"/>
</item>
<!-- 10 S Dryad + 10 S Undine -> 1 Beleth Silver -->
<item id="4">
<ingredient id="3492" count="10"/>
<ingredient id="3495" count="10"/>
<production id="3496" count="1"/>
</item>
<!-- 1 Beleth Blood + 1 S Dragon + 13 G Wyrm -> Demon Staff -->
<item id="5">
<ingredient id="3478" count="1"/>
<ingredient id="3493" count="1"/>
<ingredient id="3486" count="13"/>
<production id="206" count="1"/>
</item>
<!-- 1 Beleth Gold + 1 B Dragon + 1 S Dryad + 1 G Giant -> Dark Screamer -->
<item id="6">
<ingredient id="3487" count="1"/>
<ingredient id="3477" count="1"/>
<ingredient id="3492" count="1"/>
<ingredient id="3484" count="1"/>
<production id="233" count="1"/>
</item>
<!-- 1 Beleth Silver + 1 G Dragon + 1 B Succubus + 1 B Basilisk -> Widow maker -->
<item id="7">
<ingredient id="3496" count="1"/>
<ingredient id="3481" count="1"/>
<ingredient id="3476" count="1"/>
<ingredient id="3474" count="1"/>
<production id="303" count="1"/>
</item>
<!-- 1 S Dragon + 1 G Dragon + 1 B Dragon + 1 S Undine -> Sword of Limit -->
<item id="8">
<ingredient id="3493" count="1"/>
<ingredient id="3481" count="1"/>
<ingredient id="3477" count="1"/>
<ingredient id="3495" count="1"/>
<production id="132" count="1"/>
</item>
<!-- 1 Beleth Silver + Beleth Gold + 1 B Dragon -> Ecliptic Sword -->
<item id="9">
<ingredient id="3496" count="1"/>
<ingredient id="3487" count="1"/>
<ingredient id="3477" count="1"/>
<production id="7888" count="1"/>
</item>
</list>

View File

@ -0,0 +1,51 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- Exchange of Ralford (level 2) -->
<list maintainEnchantment="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<!-- 5 G Drake + 5 G Knight -> 1 G Wyrm -->
<item id="1">
<ingredient id="3485" count="5"/>
<ingredient id="3483" count="5"/>
<production id="3486" count="1"/>
</item>
<!-- 5 S Fairy + 5 S Golem -> 1 S Dryad -->
<item id="2">
<ingredient id="3491" count="5"/>
<ingredient id="3494" count="5"/>
<production id="3492" count="1"/>
</item>
<!-- 5 S Fairy + 5 S Golem -> 1 S Undine -->
<item id="3">
<ingredient id="3491" count="5"/>
<ingredient id="3494" count="5"/>
<production id="3495" count="1"/>
</item>
<!-- 10 B Werewolf + 10 B Drevanul -> 1 Manak B Werewolf -->
<item id="4">
<ingredient id="3473" count="10"/>
<ingredient id="3475" count="10"/>
<production id="3479" count="1"/>
</item>
<!-- 1 Manak G Giant -> Demon Boots -->
<item id="5">
<ingredient id="3488" count="1"/>
<production id="2435" count="1"/>
</item>
<!-- 1 Manak S Dryad + 1 S Dryad -> Demon Stockings -->
<item id="6">
<ingredient id="3497" count="1"/>
<ingredient id="3492" count="1"/>
<production id="472" count="1"/>
</item>
<!-- 1 Manak G Giant -> Demon Gloves -->
<item id="7">
<ingredient id="3488" count="1"/>
<production id="2459" count="1"/>
</item>
<!-- 1 Manak B Werewolf + 1 G Wyrm + 1 G Giant -> Full Plate Helmet -->
<item id="8">
<ingredient id="3479" count="1"/>
<ingredient id="3486" count="1"/>
<ingredient id="3484" count="1"/>
<production id="2414" count="1"/>
</item>
</list>

View File

@ -0,0 +1,56 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- Exchange of Hagger (level 3) -->
<list maintainEnchantment="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<!-- 10 G Wywern -> 1 G Drake -->
<item id="1">
<ingredient id="3482" count="10"/>
<production id="3485" count="1"/>
</item>
<!-- 10 S Unicorn -> 1 S Golem -->
<item id="2">
<ingredient id="3490" count="10"/>
<production id="3494" count="1"/>
</item>
<!-- 10 B Medusa -> 1 B Werewolf -->
<item id="3">
<ingredient id="3472" count="10"/>
<production id="3473" count="1"/>
</item>
<!-- 20 S Unicorn -> 1 Nia S Fairy -->
<item id="4">
<ingredient id="3490" count="20"/>
<production id="3498" count="1"/>
</item>
<!-- 2 Nia B Medusa + 2 B Drevanul + 2 G Drake + 3 G Knight -> Moonstone Earring -->
<item id="5">
<ingredient id="3480" count="2"/>
<ingredient id="3475" count="2"/>
<ingredient id="3485" count="2"/>
<ingredient id="3483" count="3"/>
<production id="852" count="1"/>
</item>
<!-- 7 N B Medusa + 5 B Drevan + 5 S Golem + 5 G Knight -> Nassen's Earring -->
<item id="6">
<ingredient id="3480" count="5"/>
<ingredient id="3475" count="5"/>
<ingredient id="3494" count="5"/>
<ingredient id="3483" count="5"/>
<production id="855" count="1"/>
</item>
<!-- 5 N G Wyvern + 4 G Drake + 4 S Golem + 4 B Drevan -> Ring of Binding -->
<item id="7">
<ingredient id="3489" count="5"/>
<ingredient id="3485" count="4"/>
<ingredient id="3494" count="4"/>
<ingredient id="3475" count="4"/>
<production id="886" count="1"/>
</item>
<!-- 5 N S Fairy + 5 S Fairy + 3 G Knight +3 B Drevan -> Necklace of Protection -->
<item id="8">
<ingredient id="3498" count="5"/>
<ingredient id="3491" count="5"/>
<ingredient id="3483" count="3"/>
<ingredient id="3475" count="3"/>
<production id="916" count="1"/>
</item>
</list>

View File

@ -0,0 +1,51 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- Exchange of Stan (level 2) -->
<list maintainEnchantment="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<!-- 5 G Drake + 5 G Knight -> 1 G Giant -->
<item id="1">
<ingredient id="3485" count="5"/>
<ingredient id="3483" count="5"/>
<production id="3484" count="1"/>
</item>
<!-- 5 B Werewolf + 5 B Drevanul -> 1 B Basilisk -->
<item id="2">
<ingredient id="3473" count="5"/>
<ingredient id="3475" count="5"/>
<production id="3474" count="1"/>
</item>
<!-- 5 S Fairy + 5 S Golem -> 1 S Undine -->
<item id="3">
<ingredient id="3491" count="5"/>
<ingredient id="3494" count="5"/>
<production id="3495" count="1"/>
</item>
<!-- 10 S Fairy + 10 S Golem -> 1 Manak S Dryad -->
<item id="4">
<ingredient id="3491" count="10"/>
<ingredient id="3494" count="10"/>
<production id="3497" count="1"/>
</item>
<!-- 1 Manak G Giant -> Demon Boots -->
<item id="5">
<ingredient id="3488" count="1"/>
<production id="2435" count="1"/>
</item>
<!-- 1 Manak S Dryad + 1 S Dryad -> Demon Stockings -->
<item id="6">
<ingredient id="3497" count="1"/>
<ingredient id="3492" count="1"/>
<production id="472" count="1"/>
</item>
<!-- 1 Manak G Giant -> Demon Gloves -->
<item id="7">
<ingredient id="3488" count="1"/>
<production id="2459" count="1"/>
</item>
<!-- 1 Manak B Werewolf + 1 G Wyrm + 1 G Giant -> Full Plate Helmet -->
<item id="8">
<ingredient id="3479" count="1"/>
<ingredient id="3486" count="1"/>
<ingredient id="3484" count="1"/>
<production id="2414" count="1"/>
</item>
</list>

View File

@ -0,0 +1,56 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- Exchange of Lorain (level 3) -->
<list maintainEnchantment="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<!-- 10 G Wywern -> 1 G Knight -->
<item id="1">
<ingredient id="3482" count="10"/>
<production id="3483" count="1"/>
</item>
<!-- 10 S Unicorn -> 1 S Golem -->
<item id="2">
<ingredient id="3490" count="10"/>
<production id="3494" count="1"/>
</item>
<!-- 10 B Medusa -> 1 B Drevanul -->
<item id="3">
<ingredient id="3472" count="10"/>
<production id="3475" count="1"/>
</item>
<!-- 20 G Wyvern -> 1 Nia G Wyvern -->
<item id="4">
<ingredient id="3482" count="20"/>
<production id="3489" count="1"/>
</item>
<!-- 2 Nia B Medusa + 2 B Drevanul + 2 G Drake + 3 G Knight -> Moonstone Earring -->
<item id="5">
<ingredient id="3480" count="2"/>
<ingredient id="3475" count="2"/>
<ingredient id="3485" count="2"/>
<ingredient id="3483" count="3"/>
<production id="852" count="1"/>
</item>
<!-- 7 N B Medusa + 5 B Drevan + 5 S Golem + 5 G Knight -> Nassen's Earring -->
<item id="6">
<ingredient id="3480" count="5"/>
<ingredient id="3475" count="5"/>
<ingredient id="3494" count="5"/>
<ingredient id="3483" count="5"/>
<production id="855" count="1"/>
</item>
<!-- 5 N G Wyvern + 4 G Drake + 4 S Golem + 4 B Drevan -> Ring of Binding -->
<item id="7">
<ingredient id="3489" count="5"/>
<ingredient id="3485" count="4"/>
<ingredient id="3494" count="4"/>
<ingredient id="3475" count="4"/>
<production id="886" count="1"/>
</item>
<!-- 5 N S Fairy + 5 S Fairy + 3 G Knight +3 B Drevan -> Necklace of Protection -->
<item id="8">
<ingredient id="3498" count="5"/>
<ingredient id="3491" count="5"/>
<ingredient id="3483" count="3"/>
<ingredient id="3475" count="3"/>
<production id="916" count="1"/>
</item>
</list>

View File

@ -0,0 +1,51 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- Exchange of Duning (level 2) -->
<list maintainEnchantment="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<!-- 5 G Drake + 5 G Knight -> 1 G Giant -->
<item id="1">
<ingredient id="3485" count="5"/>
<ingredient id="3483" count="5"/>
<production id="3484" count="1"/>
</item>
<!-- 5 B Werewolf + 5 B Drevanul -> 1 B Succubus -->
<item id="2">
<ingredient id="3473" count="5"/>
<ingredient id="3475" count="5"/>
<production id="3476" count="1"/>
</item>
<!-- 5 S Fairy + 5 S Golem -> 1 S Undine -->
<item id="3">
<ingredient id="3491" count="5"/>
<ingredient id="3494" count="5"/>
<production id="3495" count="1"/>
</item>
<!-- 10 G Drake + 10 G Knight -> 1 Manak G Giant -->
<item id="4">
<ingredient id="3485" count="10"/>
<ingredient id="3483" count="10"/>
<production id="3488" count="1"/>
</item>
<!-- 1 Manak G Giant -> Demon Boots -->
<item id="5">
<ingredient id="3488" count="1"/>
<production id="2435" count="1"/>
</item>
<!-- 1 Manak S Dryad + 1 S Dryad -> Demon Stockings -->
<item id="6">
<ingredient id="3497" count="1"/>
<ingredient id="3492" count="1"/>
<production id="472" count="1"/>
</item>
<!-- 1 Manak G Giant -> Demon Gloves -->
<item id="7">
<ingredient id="3488" count="1"/>
<production id="2459" count="1"/>
</item>
<!-- 1 Manak B Werewolf + 1 G Wyrm + 1 G Giant -> Full Plate Helmet -->
<item id="8">
<ingredient id="3479" count="1"/>
<ingredient id="3486" count="1"/>
<ingredient id="3484" count="1"/>
<production id="2414" count="1"/>
</item>
</list>

View File

@ -0,0 +1,56 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- Exchange of Page (level 3) -->
<list maintainEnchantment="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<!-- 10 G Wywern -> 1 G Knight -->
<item id="1">
<ingredient id="3482" count="10"/>
<production id="3483" count="1"/>
</item>
<!-- 10 S Unicorn -> 1 S Fairy -->
<item id="2">
<ingredient id="3490" count="10"/>
<production id="3491" count="1"/>
</item>
<!-- 10 B Medusa -> 1 B Werewolf -->
<item id="3">
<ingredient id="3472" count="10"/>
<production id="3473" count="1"/>
</item>
<!-- 20 B Medusa -> 1 Nia B Medusa -->
<item id="4">
<ingredient id="3472" count="20"/>
<production id="3480" count="1"/>
</item>
<!-- 2 Nia B Medusa + 2 B Drevanul + 2 G Drake + 3 G Knight -> Moonstone Earring -->
<item id="5">
<ingredient id="3480" count="2"/>
<ingredient id="3475" count="2"/>
<ingredient id="3485" count="2"/>
<ingredient id="3483" count="3"/>
<production id="852" count="1"/>
</item>
<!-- 7 N B Medusa + 5 B Drevan + 5 S Golem + 5 G Knight -> Nassen's Earring -->
<item id="6">
<ingredient id="3480" count="5"/>
<ingredient id="3475" count="5"/>
<ingredient id="3494" count="5"/>
<ingredient id="3483" count="5"/>
<production id="855" count="1"/>
</item>
<!-- 5 N G Wyvern + 4 G Drake + 4 S Golem + 4 B Drevan -> Ring of Binding -->
<item id="7">
<ingredient id="3489" count="5"/>
<ingredient id="3485" count="4"/>
<ingredient id="3494" count="4"/>
<ingredient id="3475" count="4"/>
<production id="886" count="1"/>
</item>
<!-- 5 N S Fairy + 5 S Fairy + 3 G Knight +3 B Drevan -> Necklace of Protection -->
<item id="8">
<ingredient id="3498" count="5"/>
<ingredient id="3491" count="5"/>
<ingredient id="3483" count="3"/>
<ingredient id="3475" count="3"/>
<production id="916" count="1"/>
</item>
</list>

View File

@ -0,0 +1,66 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- Exchange of Ferris (level 1) -->
<list maintainEnchantment="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<!-- 5 G Wyrm + 5 G Giant -> 1 G Dragon -->
<item id="1">
<ingredient id="3486" count="5"/>
<ingredient id="3484" count="5"/>
<production id="3481" count="1"/>
</item>
<!-- 5 B Succubus + 5 B Basilisk -> 1 B Dragon -->
<item id="2">
<ingredient id="3476" count="5"/>
<ingredient id="3474" count="5"/>
<production id="3477" count="1"/>
</item>
<!-- 5 S Dryad + 5 S Undine -> 1 S Dragon -->
<item id="3">
<ingredient id="3492" count="5"/>
<ingredient id="3495" count="5"/>
<production id="3493" count="1"/>
</item>
<!-- 10 B Succubus + 10 B Basilisk -> 1 Beleth Blood -->
<item id="4">
<ingredient id="3476" count="10"/>
<ingredient id="3474" count="10"/>
<production id="3478" count="1"/>
</item>
<!-- 1 Beleth Blood + 1 S Dragon + 13 G Wyrm -> Demon Staff -->
<item id="5">
<ingredient id="3478" count="1"/>
<ingredient id="3493" count="1"/>
<ingredient id="3486" count="13"/>
<production id="206" count="1"/>
</item>
<!-- 1 Beleth Gold + 1 B Dragon + 1 S Dryad + 1 G Giant -> Dark Screamer -->
<item id="6">
<ingredient id="3487" count="1"/>
<ingredient id="3477" count="1"/>
<ingredient id="3492" count="1"/>
<ingredient id="3484" count="1"/>
<production id="233" count="1"/>
</item>
<!-- 1 Beleth Silver + 1 G Dragon + 1 B Succubus + 1 B Basilisk -> Widow maker -->
<item id="7">
<ingredient id="3496" count="1"/>
<ingredient id="3481" count="1"/>
<ingredient id="3476" count="1"/>
<ingredient id="3474" count="1"/>
<production id="303" count="1"/>
</item>
<!-- 1 S Dragon + 1 G Dragon + 1 B Dragon + 1 S Undine -> Sword of Limit -->
<item id="8">
<ingredient id="3493" count="1"/>
<ingredient id="3481" count="1"/>
<ingredient id="3477" count="1"/>
<ingredient id="3495" count="1"/>
<production id="132" count="1"/>
</item>
<!-- 1 Beleth Silver + Beleth Gold + 1 B Dragon -> Ecliptic Sword -->
<item id="9">
<ingredient id="3496" count="1"/>
<ingredient id="3487" count="1"/>
<ingredient id="3477" count="1"/>
<production id="7888" count="1"/>
</item>
</list>

View File

@ -1,39 +1,39 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- Quest Q343_UnderTheShadowOfTheIvoryTower: exchange Orbs -->
<list maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<!-- Haste Potion: 10 Orbs-->
<item id="1">
<ingredient id="4364" count="10"/>
<production id="734" count="1"/>
</item>
<!-- Scroll of Resurrection: 15 Orbs-->
<item id="2">
<ingredient id="4364" count="15"/>
<production id="737" count="1"/>
</item>
<!-- Potion of Alacrity: 20 Orbs-->
<item id="3">
<ingredient id="4364" count="20"/>
<production id="735" count="1"/>
</item>
<!-- 10 Cursed Bone: 20 Orbs-->
<item id="4">
<ingredient id="4364" count="20"/>
<production id="2508" count="10"/>
</item>
<!-- Scroll: Enchant Armor (Grade D): 100 Orbs-->
<item id="5">
<ingredient id="4364" count="100"/>
<production id="956" count="1"/>
</item>
<!-- Scroll: Enchant Armor (Grade C): 400 Orbs-->
<item id="6">
<ingredient id="4364" count="400"/>
<production id="952" count="1"/>
</item>
<!-- Ectoplasm Liqueur: 200 Orbs-->
<item id="7">
<ingredient id="4364" count="200"/>
<production id="4365" count="1"/>
</item>
</list>
<?xml version='1.0' encoding='utf-8'?>
<!-- Quest 343_UnderTheShadowOfTheIvoryTower: exchange Orbs -->
<list maintainEnchantment="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<!-- Haste Potion: 10 Orbs -->
<item id="1">
<ingredient id="4364" count="10"/>
<production id="734" count="1"/>
</item>
<!-- Scroll of Resurrection: 15 Orbs -->
<item id="2">
<ingredient id="4364" count="15"/>
<production id="737" count="1"/>
</item>
<!-- Potion of Alacrity: 20 Orbs -->
<item id="3">
<ingredient id="4364" count="20"/>
<production id="735" count="1"/>
</item>
<!-- 10 Cursed Bone: 20 Orbs -->
<item id="4">
<ingredient id="4364" count="20"/>
<production id="2508" count="10"/>
</item>
<!-- Scroll: Enchant Armor (Grade D): 100 Orbs -->
<item id="5">
<ingredient id="4364" count="100"/>
<production id="956" count="1"/>
</item>
<!-- Scroll: Enchant Armor (Grade C): 400 Orbs -->
<item id="6">
<ingredient id="4364" count="400"/>
<production id="952" count="1"/>
</item>
<!-- Ectoplasm Liqueur: 200 Orbs -->
<item id="7">
<ingredient id="4364" count="200"/>
<production id="4365" count="1"/>
</item>
</list>