Updated Aden Reconstruction Society Member.

Contributed by epu.
This commit is contained in:
MobiusDevelopment 2020-09-30 22:09:33 +00:00
parent b73d3fc78b
commit 2f93d40d50
48 changed files with 1337 additions and 110 deletions

View File

@ -10,7 +10,7 @@ Don't like the pendant attached to your hair accessory? Well, how about sealing
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Stones."</Button>
</body></html>

View File

@ -7,10 +7,10 @@ You don't like the pendant option on hair accessories? Then what about sealing i
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 787"><font color="LEVEL">"So you'll give me a treasure chest for this trash? I'm sold."</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2072"><font color="LEVEL">"Here's fishing junk. Where's my chest?"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 829"><font color="LEVEL">"How about you give me Hero's Treasure Chest, and I give you Lv.3 crafting material or S/R-grade crystals?"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Stones."</Button>
</body></html>

View File

@ -10,7 +10,7 @@ You don't like the pendant option on hair accessories? Then what about sealing i
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Stones."</Button>
</body></html>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny -->
<npc>33584</npc> <!-- Moe -->
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
</npcs>
<item>
<ingredient id="7683" count="1" /> <!-- Rabbit Ears -->

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
</npcs>
<item>
<ingredient id="32756" count="1" /> <!-- Rabbit Ears - STR Pendant -->

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
</npcs>
<item>
<ingredient id="32742" count="1"/> <!-- Rabbit Ear -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32743" count="1"/> <!-- Rabbit Ear -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32744" count="1"/> <!-- Raccoon Ears -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32745" count="1"/> <!-- Raccoon Ears -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32746" count="1"/> <!-- Cat Ears Pack -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32747" count="1"/> <!-- Cat Ears Pack -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32748" count="1"/> <!-- Romantic Chapeau -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32749" count="1"/> <!-- Romantic Chapeau -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32750" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32751" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32752" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32753" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32754" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32755" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34705" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34706" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34707" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34708" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34709" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34710" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34711" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34712" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34713" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34714" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34715" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34716" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34717" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34718" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34705" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34706" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34707" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34708" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34709" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34710" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34711" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34712" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34713" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34714" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34715" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34716" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34717" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34718" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
</list>

View File

@ -10,7 +10,7 @@ Don't like the pendant attached to your hair accessory? Well, how about sealing
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Stones."</Button>
</body></html>

View File

@ -7,10 +7,10 @@ You don't like the pendant option on hair accessories? Then what about sealing i
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 787"><font color="LEVEL">"So you'll give me a treasure chest for this trash? I'm sold."</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2072"><font color="LEVEL">"Here's fishing junk. Where's my chest?"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 829"><font color="LEVEL">"How about you give me Hero's Treasure Chest, and I give you Lv.3 crafting material or S/R-grade crystals?"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Stones."</Button>
</body></html>

View File

@ -10,7 +10,7 @@ You don't like the pendant option on hair accessories? Then what about sealing i
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Stones."</Button>
</body></html>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny -->
<npc>33584</npc> <!-- Moe -->
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
</npcs>
<item>
<ingredient id="7683" count="1" /> <!-- Rabbit Ears -->

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
</npcs>
<item>
<ingredient id="32756" count="1" /> <!-- Rabbit Ears - STR Pendant -->

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
</npcs>
<item>
<ingredient id="32742" count="1"/> <!-- Rabbit Ear -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32743" count="1"/> <!-- Rabbit Ear -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32744" count="1"/> <!-- Raccoon Ears -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32745" count="1"/> <!-- Raccoon Ears -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32746" count="1"/> <!-- Cat Ears Pack -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32747" count="1"/> <!-- Cat Ears Pack -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32748" count="1"/> <!-- Romantic Chapeau -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32749" count="1"/> <!-- Romantic Chapeau -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32750" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32751" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32752" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32753" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32754" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32755" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34705" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34706" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34707" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34708" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34709" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34710" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34711" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34712" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34713" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34714" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34715" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34716" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34717" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34718" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34705" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34706" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34707" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34708" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34709" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34710" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34711" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34712" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34713" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34714" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34715" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34716" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34717" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34718" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
</list>

View File

@ -10,7 +10,7 @@ Don't like the pendant attached to your hair accessory? Well, how about sealing
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Stones."</Button>
</body></html>

View File

@ -7,10 +7,10 @@ You don't like the pendant option on hair accessories? Then what about sealing i
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 787"><font color="LEVEL">"So you'll give me a treasure chest for this trash? I'm sold."</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2072"><font color="LEVEL">"Here's fishing junk. Where's my chest?"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 829"><font color="LEVEL">"How about you give me Hero's Treasure Chest, and I give you Lv.3 crafting material or S/R-grade crystals?"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Stones."</Button>
</body></html>

View File

@ -10,7 +10,7 @@ You don't like the pendant option on hair accessories? Then what about sealing i
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Stones."</Button>
</body></html>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny -->
<npc>33584</npc> <!-- Moe -->
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
</npcs>
<item>
<ingredient id="7683" count="1" /> <!-- Rabbit Ears -->

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
</npcs>
<item>
<ingredient id="32756" count="1" /> <!-- Rabbit Ears - STR Pendant -->

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
</npcs>
<item>
<ingredient id="32742" count="1"/> <!-- Rabbit Ear -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32743" count="1"/> <!-- Rabbit Ear -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32744" count="1"/> <!-- Raccoon Ears -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32745" count="1"/> <!-- Raccoon Ears -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32746" count="1"/> <!-- Cat Ears Pack -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32747" count="1"/> <!-- Cat Ears Pack -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32748" count="1"/> <!-- Romantic Chapeau -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32749" count="1"/> <!-- Romantic Chapeau -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32750" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32751" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32752" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32753" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32754" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32755" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34705" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34706" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34707" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34708" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34709" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34710" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34711" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34712" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34713" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34714" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34715" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34716" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34717" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34718" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34705" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34706" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34707" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34708" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34709" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34710" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34711" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34712" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34713" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34714" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34715" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34716" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34717" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34718" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
</list>

View File

@ -10,7 +10,7 @@ Don't like the pendant attached to your hair accessory? Well, how about sealing
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Stones."</Button>
</body></html>

View File

@ -7,10 +7,10 @@ You don't like the pendant option on hair accessories? Then what about sealing i
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 787"><font color="LEVEL">"So you'll give me a treasure chest for this trash? I'm sold."</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2072"><font color="LEVEL">"Here's fishing junk. Where's my chest?"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 829"><font color="LEVEL">"How about you give me Hero's Treasure Chest, and I give you Lv.3 crafting material or S/R-grade crystals?"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Stones."</Button>
</body></html>

View File

@ -10,7 +10,7 @@ You don't like the pendant option on hair accessories? Then what about sealing i
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Stones."</Button>
</body></html>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny -->
<npc>33584</npc> <!-- Moe -->
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
</npcs>
<item>
<ingredient id="7683" count="1" /> <!-- Rabbit Ears -->

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
</npcs>
<item>
<ingredient id="32756" count="1" /> <!-- Rabbit Ears - STR Pendant -->

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
</npcs>
<item>
<ingredient id="32742" count="1"/> <!-- Rabbit Ear -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32743" count="1"/> <!-- Rabbit Ear -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32744" count="1"/> <!-- Raccoon Ears -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32745" count="1"/> <!-- Raccoon Ears -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32746" count="1"/> <!-- Cat Ears Pack -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32747" count="1"/> <!-- Cat Ears Pack -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32748" count="1"/> <!-- Romantic Chapeau -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32749" count="1"/> <!-- Romantic Chapeau -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32750" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32751" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32752" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32753" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32754" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32755" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34705" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34706" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34707" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34708" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34709" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34710" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34711" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34712" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34713" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34714" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34715" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34716" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34717" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34718" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34705" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34706" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34707" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34708" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34709" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34710" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34711" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34712" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34713" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34714" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34715" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34716" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34717" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34718" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
</list>

View File

@ -11,8 +11,8 @@ Don't like the pendant attached to your hair accessory? Well, how about sealling
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Um, Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in this useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I want to exchange a Hair Accessory whit a Pendant for a Sealed Pendant."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I want to exchange a Hair Accessory whit a Pendant for a Sealed Pendant."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 33581001">"I want to exchange 2 Sealed Pendants for a 2-option Hair Accessory"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Change Stones."</Button>
</body></html>

View File

@ -7,10 +7,10 @@ You don't like the pendant option on hair accessories? Then what about sealing i
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 787"><font color="LEVEL">"So you'll give me a treasure chest for this trash? I'm sold."</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2072"><font color="LEVEL">"Here's fishing junk. Where's my chest?"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 829"><font color="LEVEL">"How about you give me Hero's Treasure Chest, and I give you Lv.3 crafting material or S/R-grade crystals?"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Stones."</Button>
</body></html>

View File

@ -11,8 +11,8 @@ Don't like the pendant attached to your hair accessory? Well, how about sealling
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Um, Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in this useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I want to exchange a Hair Accessory whit a Pendant for a Sealed Pendant."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I want to exchange a Hair Accessory whit a Pendant for a Sealed Pendant."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 33581001">"I want to exchange 2 Sealed Pendants for a 2-option Hair Accessory"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Change Stones."</Button>
</body></html>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny -->
<npc>33584</npc> <!-- Moe -->
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
</npcs>
<item>
<ingredient id="7683" count="1" /> <!-- Rabbit Ears -->

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
</npcs>
<item>
<ingredient id="32756" count="1" /> <!-- Rabbit Ears - STR Pendant -->

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
</npcs>
<item>
<ingredient id="32742" count="1"/> <!-- Rabbit Ear -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32743" count="1"/> <!-- Rabbit Ear -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32744" count="1"/> <!-- Raccoon Ears -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32745" count="1"/> <!-- Raccoon Ears -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32746" count="1"/> <!-- Cat Ears Pack -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32747" count="1"/> <!-- Cat Ears Pack -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32748" count="1"/> <!-- Romantic Chapeau -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32749" count="1"/> <!-- Romantic Chapeau -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32750" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32751" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32752" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32753" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32754" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32755" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34705" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34706" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34707" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34708" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34709" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34710" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34711" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34712" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34713" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34714" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34715" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34716" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34717" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34718" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34705" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34706" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34707" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34708" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34709" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34710" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34711" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34712" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34713" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34714" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34715" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34716" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34717" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34718" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
</list>

View File

@ -11,8 +11,8 @@ Don't like the pendant attached to your hair accessory? Well, how about sealling
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Um, Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in this useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I want to exchange a Hair Accessory whit a Pendant for a Sealed Pendant."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I want to exchange a Hair Accessory whit a Pendant for a Sealed Pendant."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 33581001">"I want to exchange 2 Sealed Pendants for a 2-option Hair Accessory"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Change Stones."</Button>
</body></html>

View File

@ -7,10 +7,10 @@ You don't like the pendant option on hair accessories? Then what about sealing i
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 787"><font color="LEVEL">"So you'll give me a treasure chest for this trash? I'm sold."</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2072"><font color="LEVEL">"Here's fishing junk. Where's my chest?"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 829"><font color="LEVEL">"How about you give me Hero's Treasure Chest, and I give you Lv.3 crafting material or S/R-grade crystals?"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Stones."</Button>
</body></html>

View File

@ -11,8 +11,8 @@ Don't like the pendant attached to your hair accessory? Well, how about sealling
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Um, Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in this useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I want to exchange a Hair Accessory whit a Pendant for a Sealed Pendant."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I want to exchange a Hair Accessory whit a Pendant for a Sealed Pendant."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 33581001">"I want to exchange 2 Sealed Pendants for a 2-option Hair Accessory"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Change Stones."</Button>
</body></html>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny -->
<npc>33584</npc> <!-- Moe -->
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
</npcs>
<item>
<ingredient id="7683" count="1" /> <!-- Rabbit Ears -->

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
</npcs>
<item>
<ingredient id="32756" count="1" /> <!-- Rabbit Ears - STR Pendant -->

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
</npcs>
<item>
<ingredient id="32742" count="1"/> <!-- Rabbit Ear -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32743" count="1"/> <!-- Rabbit Ear -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32744" count="1"/> <!-- Raccoon Ears -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32745" count="1"/> <!-- Raccoon Ears -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32746" count="1"/> <!-- Cat Ears Pack -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32747" count="1"/> <!-- Cat Ears Pack -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32748" count="1"/> <!-- Romantic Chapeau -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32749" count="1"/> <!-- Romantic Chapeau -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32750" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32751" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32752" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32753" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32754" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32755" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34705" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34706" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34707" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34708" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34709" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34710" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34711" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34712" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34713" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34714" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34715" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34716" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34717" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34718" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34705" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34706" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34707" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34708" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34709" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34710" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34711" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34712" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34713" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34714" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34715" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34716" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34717" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34718" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
</list>

View File

@ -11,8 +11,8 @@ Don't like the pendant attached to your hair accessory? Well, how about sealling
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Um, Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in this useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I want to exchange a Hair Accessory whit a Pendant for a Sealed Pendant."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I want to exchange a Hair Accessory whit a Pendant for a Sealed Pendant."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 33581001">"I want to exchange 2 Sealed Pendants for a 2-option Hair Accessory"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Change Stones."</Button>
</body></html>

View File

@ -7,10 +7,10 @@ You don't like the pendant option on hair accessories? Then what about sealing i
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 787"><font color="LEVEL">"So you'll give me a treasure chest for this trash? I'm sold."</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2072"><font color="LEVEL">"Here's fishing junk. Where's my chest?"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 829"><font color="LEVEL">"How about you give me Hero's Treasure Chest, and I give you Lv.3 crafting material or S/R-grade crystals?"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Stones."</Button>
</body></html>

View File

@ -11,8 +11,8 @@ Don't like the pendant attached to your hair accessory? Well, how about sealling
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Um, Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in this useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I want to exchange a Hair Accessory whit a Pendant for a Sealed Pendant."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 907">"I want to exchange a Hair Accessory whit a Pendant for a Sealed Pendant."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 33581001">"I want to exchange 2 Sealed Pendants for a 2-option Hair Accessory"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Change Stones."</Button>
</body></html>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny -->
<npc>33584</npc> <!-- Moe -->
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
</npcs>
<item>
<ingredient id="7683" count="1" /> <!-- Rabbit Ears -->

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
</npcs>
<item>
<ingredient id="32756" count="1" /> <!-- Rabbit Ears - STR Pendant -->

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
</npcs>
<item>
<ingredient id="32742" count="1"/> <!-- Rabbit Ear -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32743" count="1"/> <!-- Rabbit Ear -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32744" count="1"/> <!-- Raccoon Ears -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32745" count="1"/> <!-- Raccoon Ears -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32746" count="1"/> <!-- Cat Ears Pack -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32747" count="1"/> <!-- Cat Ears Pack -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32748" count="1"/> <!-- Romantic Chapeau -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32749" count="1"/> <!-- Romantic Chapeau -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32750" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32751" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32752" count="1"/> <!-- Angel Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32753" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32754" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="32755" count="1"/> <!-- Demon Circlet -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34705" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34706" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34707" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34708" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34709" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34710" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34711" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34712" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34713" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34714" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34715" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34716" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34717" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34718" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34705" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34706" count="1"/> <!-- Pirate's eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34707" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34708" count="1"/> <!-- Outlaw's Eyepatch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34709" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34710" count="1"/> <!-- Eye Patch -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34711" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34712" count="1"/> <!-- Party Hat -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34713" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34714" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34715" count="1"/> <!-- Refined Angel Ring -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34716" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34717" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
<item>
<ingredient id="34718" count="1"/> <!-- Refined Devil Horn -->
<production id="39746" count="1"/> <!-- Sealed Pendant -->
</item>
</list>

View File

@ -4,7 +4,7 @@ If you help us, we will definitely preserve our continent's nature!<br>
Our group strives to protect the environment in the most efficient way possible!<br>
Do you like pendants and hair accessories? Maybe you want to seal them? You can obtain different pendants from the sealed one. Ask any master for the details.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">Enhance a half accessory with a pendant.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">Change hair accessory</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">Exchange old pendants</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 859">Change hair accessory</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">Exchange old pendants</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 33581002">Exchange a hair accessory enhanced with pendants for Sealed Pendant</Button>
</body></html>
</body></html>

View File

@ -1,16 +1,10 @@
<html><body>Miny:<br>
Everything has its uses, even junk.<br1>
Rebuilding ruins takes all kinds of materials, you know. One's trash is another's treasure, right? Tell you what, you bring me junk and I'll give you a Fortune Treasure Chest. Win for you, win for me...plus a tiny transaction fee.<br>
You might have some in your inventory right now. Don't you have common materials Lv. 1-3, or some crystals?<br>
You don't like the pendant option on hair accessories? Then what about sealing it? You can craft a new pendant with a sealed pendant. For more information, talk to any maestro.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"What exactly do you consider junk?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 787"><font color="LEVEL">"So you'll give me a treasure chest for this trash? I'm sold."</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2072"><font color="LEVEL">"Here's fishing junk. Where's my chest?"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 829"><font color="LEVEL">"How about you give me Hero's Treasure Chest, and I give you Lv.3 crafting material or S/R-grade crystals?"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I'll seal the pendant on my hair accessory."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Stones."</Button>
</body></html>
Hello!<br>
If you help us, we will definitely preserve our continent's nature!<br>
Our group strives to protect the environment in the most efficient way possible!<br>
Do you like pendants and hair accessories? Maybe you want to seal them? You can obtain different pendants from the sealed one. Ask any master for the details.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">Enhance a half accessory with a pendant.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 859">Change hair accessory</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">Exchange old pendants</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 33581002">Exchange a hair accessory enhanced with pendants for Sealed Pendant</Button>
</body></html>

View File

@ -1,18 +1,10 @@
<html><body>Moe:<br>
There's no such thing as a useless item!<br1>
Everything is useful to someone. You know, like when you find the perfect use for that odd knickknack you've had crammed in the bottom of your travel bag for ages? Hmm?<br1>
Rebuilding ruins takes all kinds of materials, you know, One's trash is another's treasure, right? Tell you what, you bring mw junk and I'll give you a Fortune Treasure Chest. Win fir you, win for me...plus a tiny transaction fee.<br>
You might have some in your inventory right now. Don't you have common materials Lv. 1-3, or some crystals?<br>
Don't like the pendant attached to your hair accessory? Well, how about sealling it? A sealed pendant can help you craft a new one. If you want to know more, go ask a Maestro!<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"What exactly do you consider junk?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 787"><font color="LEVEL">"So wait, you'll give me a treasure chest for this trash? I'm sold."</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2072"><font color="LEVEL">"Here take this fishing junk. Where's my chest?"</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 829"><font color="LEVEL">"How about you give me Hero's Treasure Chest, and I'll give you Lv.3 crafting material or S/R-grade crystals."</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">"Um, Can you mount a pendant on a hair accessory?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 859">"I actually just want to change hair accessories."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 869">"I want to trade in this useless ingredients for some fragments."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 867">"Can I exchange pedants I'm not using?"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">"I want to exchange a Hair Accessory whit a Pendant for a Sealed Pendant."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 33581001">"I want to exchange 2 Sealed Pendants for a 2-option Hair Accessory"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2044">"I want to exchange Appearance Change Stones."</Button>
</body></html>
Hello!<br>
If you help us, we will definitely preserve our continent's nature!<br>
Our group strives to protect the environment in the most efficient way possible!<br>
Do you like pendants and hair accessories? Maybe you want to seal them? You can obtain different pendants from the sealed one. Ask any master for the details.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 834">Enhance a half accessory with a pendant.</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 859">Change hair accessory</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 867">Exchange old pendants</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 33581002">Exchange a hair accessory enhanced with pendants for Sealed Pendant</Button>
</body></html>

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny -->
<npc>33584</npc> <!-- Moe -->
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
</npcs>
<item>
<ingredient id="32756" count="1" /> <!-- Rabbit Ears - STR Pendant -->

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list maintainEnchantment="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny -->
<npc>33584</npc> <!-- Moe -->
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
</npcs>
<item>
<ingredient id="7683" count="1" /> <!-- Rabbit Ears -->

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
<npc>33583</npc> <!-- Miny (Aden Reconstruction Society Member) -->
<npc>33584</npc> <!-- Moe (Aden Reconstruction Society Leader) -->
<npc>33581</npc> <!-- Eeny (Aden Reconstruction Society Member) -->
</npcs>
<item>
<ingredient id="32756" count="1" /> <!-- Rabbit Ears - STR Pendant -->