Multisells for elemental, reflect shirt's.

Contributed by tbr.
This commit is contained in:
MobiusDev
2017-06-26 20:40:16 +00:00
parent f2a1a43ad9
commit c9b990d106
12 changed files with 2194 additions and 14 deletions

View File

@@ -1,11 +1,13 @@
<html><body>Fantasy Isle Paddies:<br> <html><body>Fantasy Isle Paddies:<br>
Welcome to Fantasy Isle. Click, click. I am the keeper of this island.<br> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest TeleportToFantasy" msg="2282">"I think I'll just... go back to town."</Button>
All movement here is made possible through me. Enjoy all that we have to offer!<br> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest TeleportToUndergroundColiseum">"I'm trying to get to the Underground Coliseum..."</Button>
You can earn <font color="LEVEL">Fantasy Isle Coins</font> by undertaking different activities in the isle; bring them back to me and I'll exchange them for other items.<br> <Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 12108">"Can you help me get to Kratei's Cube?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest TeleportToFantasy" msg="2282">Return to previous town.</Button> <Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 12121">"I want to go to Handy's Block Checker Arena"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest TeleportToUndergroundColiseum">Move to the Underground Coliseum.</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 323780002">"I'd like to exchange my things for a Shiny Elemental Shirt"</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 12108">Move to Kratei's Cube.</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 323780003">"I'd like to exchange Physical/Magical Reflect Shirt"</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 12121">Move to Handy's Block Checker Arena.</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 323780004">"I'd like to exchange Power Shirt for Pa'agrio's/Sayaha's/Eva's/Maphr's Shirt"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 323780005">"I'd like to get a Shirt Exchange Stone, please"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 323780006"><font color="LEVEL">"I'd like to exchange my +8 shirt for the same +10 one!"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 323780001">Exchange Fantasy Isle Coins.</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 323780001">Exchange Fantasy Isle Coins.</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button> <Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html> </body></html>

View File

@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>32378</npc> <!-- Fantasy Isle Paddies (Gatekeeper) -->
<!-- +7 +8 -->
</npcs>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="7" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="8" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="10" />
</item>
<item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="7" />
</item>
<item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="8" />
</item>
<item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="10" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="7" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="8"/>
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="10" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="7" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="8" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="10" />
</item>
</list>

View File

@@ -0,0 +1,606 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>32378</npc> <!-- Fantasy Isle Paddies (Gatekeeper) -->
</npcs>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="0"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="0" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="1"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="1" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="2"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="2" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="3"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="3" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="4"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="4" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="5"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="5" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="6"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="6" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="7" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="8" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="9"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="9" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="10" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34624" enchantmentLevel="0"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="0" />
</item>
<item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="1"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="1" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="2"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="2" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="3"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="3" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="4"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="4" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="5"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="5" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="6"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="6" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="7" />
</item><item>
<!--sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="8" />
</item>
<item>
<!--sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="9"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="9" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="10" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="0"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="0" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="1"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="1" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="2"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="2" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="3"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="3" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="4"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="4" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="5"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="5" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="6"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="6" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="7" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="8" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="9"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="9" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="10" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="0"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="0" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="1"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="1" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="2"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="2" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="3"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="3" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="4"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="4" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="5"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="5" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="6"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="6" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="7" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="8" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="9"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="9" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="10" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="0"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="0" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="1"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="1" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="2"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="2" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="3"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="3" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="4"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="4" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="5"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="5" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="6"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="6" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="7" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="8" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="9"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="9" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="10" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34624" enchantmentLevel="0"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="0" />
</item>
<item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="1"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="1" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="2"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="2" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="3"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="3" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="4"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="4" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="5"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="5" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="6"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="6" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="7" />
</item><item>
<!--sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="8" />
</item>
<item>
<!--sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="9"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="9" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="10" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="0"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="0" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="1"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="1" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="2"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="2" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="3"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="3" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="4"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="4" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="5"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="5" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="6"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="6" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="7" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="8" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="9"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="9" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="10" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="0"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="0" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="1"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="1" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="2"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="2" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="3"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="3" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="4"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="4" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="5"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="5" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="6"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="6" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="7" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="8" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="9"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="9" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46194" enchantmentLevel="10" />
</item>
</list>

View File

@@ -0,0 +1,306 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>32378</npc> <!-- Fantasy Isle Paddies (Gatekeeper) -->
</npcs>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="0"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="0" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="1"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="1" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="2"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="2" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="3"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="3" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="4"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="4" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="5"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="5" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="6"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="6" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="7"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="7" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="8"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="8" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="9"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="9" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="10"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="10" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="0"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="0" />
</item>
<item>
<!-- sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="1"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="1" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="2"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="2" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="3"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="3" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="4"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="4" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="5"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="5" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="6"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="6" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="7"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="7" />
</item><item>
<!--sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="8"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="8" />
</item>
<item>
<!--sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="9"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="9" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="10"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="10" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="0"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="0" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="1"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="1" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="2"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="2" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="3"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="3" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="4"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="4" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="5"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="5" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="6"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="6" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="7"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="7" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="8"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="8" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="9"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="9" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="10"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="10" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="0"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="0" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="1"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="1" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="2"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="2" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="3"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="3" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="4"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="4" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="5"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="5" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="6"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="6" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="7"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="7" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="8"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="8" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="9"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="9" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="10"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="10" />
</item>
</list>

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>32378</npc> <!-- Fantasy Isle Paddies (Gatekeeper) -->
</npcs>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="7"/>
<!-- p reflect shirt -->
<production count="1" id="37723"/>
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34624" enchantmentLevel="7"/>
<!-- p reflect shirt -->
<production count="1" id="37723"/>
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34625" enchantmentLevel="7"/>
<!-- p reflect shirt -->
<production count="1" id="37723"/>
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34626" enchantmentLevel="7"/>
<!-- p reflect shirt -->
<production count="1" id="37723"/>
</item>
</list>

View File

@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>32378</npc> <!-- Fantasy Isle Paddies (Gatekeeper) -->
</npcs>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="10" />
</item>
<item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="10" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="10"/>
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="8" />
</item>
<item>
<!-- shiny shirt -->
<ingredient count="1" id="37718" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="10" />
</item>
<item>
<!-- p reflect shirt -->
<ingredient count="1" id="46193" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="10" />
</item>
<item>
<!-- m reflect shirt -->
<ingredient count="1" id="46194" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- m reflect shirt -->
<production count="1" id="46194" enchantmentLevel="10" />
</item>
</list>

View File

@@ -1,11 +1,13 @@
<html><body>Fantasy Isle Paddies:<br> <html><body>Fantasy Isle Paddies:<br>
Welcome to Fantasy Isle. Click, click. I am the keeper of this island.<br> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest TeleportToFantasy" msg="2282">"I think I'll just... go back to town."</Button>
All movement here is made possible through me. Enjoy all that we have to offer!<br> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest TeleportToUndergroundColiseum">"I'm trying to get to the Underground Coliseum..."</Button>
You can earn <font color="LEVEL">Fantasy Isle Coins</font> by undertaking different activities in the isle; bring them back to me and I'll exchange them for other items.<br> <Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 12108">"Can you help me get to Kratei's Cube?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest TeleportToFantasy" msg="2282">Return to previous town.</Button> <Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 12121">"I want to go to Handy's Block Checker Arena"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest TeleportToUndergroundColiseum">Move to the Underground Coliseum.</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 323780002">"I'd like to exchange my things for a Shiny Elemental Shirt"</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 12108">Move to Kratei's Cube.</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 323780003">"I'd like to exchange Physical/Magical Reflect Shirt"</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 12121">Move to Handy's Block Checker Arena.</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 323780004">"I'd like to exchange Power Shirt for Pa'agrio's/Sayaha's/Eva's/Maphr's Shirt"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 323780005">"I'd like to get a Shirt Exchange Stone, please"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 323780006"><font color="LEVEL">"I'd like to exchange my +8 shirt for the same +10 one!"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 323780001">Exchange Fantasy Isle Coins.</Button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 323780001">Exchange Fantasy Isle Coins.</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button> <Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html> </body></html>

View File

@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>32378</npc> <!-- Fantasy Isle Paddies (Gatekeeper) -->
<!-- +7 +8 -->
</npcs>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="7" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="8" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="10" />
</item>
<item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="7" />
</item>
<item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="8" />
</item>
<item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="10" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="7" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="8"/>
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="10" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="7" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="8" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="10" />
</item>
</list>

View File

@@ -0,0 +1,606 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>32378</npc> <!-- Fantasy Isle Paddies (Gatekeeper) -->
</npcs>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="0"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="0" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="1"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="1" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="2"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="2" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="3"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="3" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="4"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="4" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="5"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="5" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="6"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="6" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="7" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="8" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="9"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="9" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="10" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34624" enchantmentLevel="0"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="0" />
</item>
<item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="1"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="1" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="2"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="2" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="3"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="3" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="4"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="4" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="5"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="5" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="6"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="6" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="7" />
</item><item>
<!--sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="8" />
</item>
<item>
<!--sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="9"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="9" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="10" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="0"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="0" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="1"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="1" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="2"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="2" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="3"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="3" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="4"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="4" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="5"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="5" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="6"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="6" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="7" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="8" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="9"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="9" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="10" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="0"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="0" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="1"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="1" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="2"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="2" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="3"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="3" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="4"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="4" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="5"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="5" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="6"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="6" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="7" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="8" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="9"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="9" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="10" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="0"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="0" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="1"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="1" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="2"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="2" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="3"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="3" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="4"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="4" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="5"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="5" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="6"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="6" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="7" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="8" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="9"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="9" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="10" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34624" enchantmentLevel="0"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="0" />
</item>
<item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="1"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="1" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="2"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="2" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="3"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="3" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="4"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="4" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="5"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="5" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="6"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="6" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="7" />
</item><item>
<!--sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="8" />
</item>
<item>
<!--sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="9"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="9" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="10" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="0"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="0" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="1"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="1" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="2"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="2" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="3"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="3" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="4"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="4" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="5"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="5" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="6"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="6" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="7" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="8" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="9"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="9" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="10" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="0"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="0" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="1"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="1" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="2"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="2" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="3"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="3" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="4"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="4" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="5"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="5" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="6"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="6" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="7"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="7" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="8" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="9"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="46194" enchantmentLevel="9" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="10"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46194" enchantmentLevel="10" />
</item>
</list>

View File

@@ -0,0 +1,306 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>32378</npc> <!-- Fantasy Isle Paddies (Gatekeeper) -->
</npcs>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="0"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="0" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="1"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="1" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="2"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="2" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="3"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="3" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="4"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="4" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="5"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="5" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="6"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="6" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="7"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="7" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="8"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="8" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="9"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="9" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="10"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34623" enchantmentLevel="10" />
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="21580" enchantmentLevel="0"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="0" />
</item>
<item>
<!-- sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="1"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="1" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="2"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="2" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="3"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="3" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="4"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="4" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="5"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="5" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="6"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="6" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="7"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="7" />
</item><item>
<!--sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="8"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="8" />
</item>
<item>
<!--sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="9"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="9" />
</item><item>
<!-- sayaha shirt -->
<ingredient count="1" id="21580" enchantmentLevel="10"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34624" enchantmentLevel="10" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="0"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="0" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="1"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="1" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="2"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="2" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="3"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="3" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="4"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="4" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="5"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="5" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="6"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="6" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="7"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="7" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="8"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="8" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="9"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="9" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="21580" enchantmentLevel="10"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34625" enchantmentLevel="10" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="0"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="0" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="1"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="1" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="2"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="2" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="3"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="3" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="4"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="4" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="5"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="5" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="6"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="6" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="7"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="7" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="8"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="8" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="9"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="9" />
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="21580" enchantmentLevel="10"/>
<ingredient count="5000000" id="57" />
<!-- p reflect shirt -->
<production count="1" id="34626" enchantmentLevel="10" />
</item>
</list>

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>32378</npc> <!-- Fantasy Isle Paddies (Gatekeeper) -->
</npcs>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="7"/>
<!-- p reflect shirt -->
<production count="1" id="37723"/>
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34624" enchantmentLevel="7"/>
<!-- p reflect shirt -->
<production count="1" id="37723"/>
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34625" enchantmentLevel="7"/>
<!-- p reflect shirt -->
<production count="1" id="37723"/>
</item>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34626" enchantmentLevel="7"/>
<!-- p reflect shirt -->
<production count="1" id="37723"/>
</item>
</list>

View File

@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>32378</npc> <!-- Fantasy Isle Paddies (Gatekeeper) -->
</npcs>
<item>
<!-- pa'agrio's shirt -->
<ingredient count="1" id="34623" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="10" />
</item>
<item>
<!-- sayaha shirt -->
<ingredient count="1" id="34624" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="10" />
</item>
<item>
<!-- eva shirt -->
<ingredient count="1" id="34625" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="10"/>
</item>
<item>
<!-- maphr shirt -->
<ingredient count="1" id="34626" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="8" />
</item>
<item>
<!-- shiny shirt -->
<ingredient count="1" id="37718" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- shiny shirt -->
<production count="1" id="37718" enchantmentLevel="10" />
</item>
<item>
<!-- p reflect shirt -->
<ingredient count="1" id="46193" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- p reflect shirt -->
<production count="1" id="46193" enchantmentLevel="10" />
</item>
<item>
<!-- m reflect shirt -->
<ingredient count="1" id="46194" enchantmentLevel="8"/>
<ingredient count="1" id="37723" />
<!-- m reflect shirt -->
<production count="1" id="46194" enchantmentLevel="10" />
</item>
</list>