Updated Settlen (34180).

Contributed by CostyKiller.
This commit is contained in:
MobiusDevelopment 2020-10-12 10:46:39 +00:00
parent ef1096cf9c
commit 8460eda6eb
3 changed files with 81 additions and 58 deletions

View File

@ -3,6 +3,7 @@ Welcome! Welcome to the Mystic Tavern.<br>
This place is out of the way, so I was wondering if we would ever get customers. Thank you for coming!<br>
Here, you can listen to all kinds of interesting stories from Aden.<br>
Come by often to eat great food and drinks, and listen to great stories! Hahaha.<br>
<Button ALIGN="LEFT" ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2147">"I want to exchange Mystic Armor Pieces and Soul Crystal Fragments."</Button>
<Button ALIGN="LEFT" ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 341800001">"I want to exchange Mystic Armor Pieces and Soul Crystal Fragments."</Button>
<Button ALIGN="LEFT" ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 341800002">"I want to exchange Covered Pages."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</button>
</body></html>

View File

@ -1,58 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>34180</npc> <!-- Settlen -->
</npcs>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46573" count="1" /> <!-- Tauti's Breastplate Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46574" count="1" /> <!-- Tauti's Gaiters Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46575" count="1" /> <!-- Tauti's Gauntlets Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46576" count="1" /> <!-- Tauti's Boots Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46578" count="1" /> <!-- Kelbim's Leather Armor Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46579" count="1" /> <!-- Kelbim's Leather Leggings Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46580" count="1" /> <!-- Kelbim's Leather Gloves Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46581" count="1" /> <!-- Kelbim's Leather Boots Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46583" count="1" /> <!-- Freya's Tunic Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46584" count="1" /> <!-- Freya's Stockings Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46585" count="1" /> <!-- Freya's Gloves Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46586" count="1" /> <!-- Freya's Shoes Appearance Stone -->
</item>
<item>
<ingredient id="46537" count="10" /> <!-- Mystic Soul Crystal Fragment -->
<production id="46553" count="1" /> <!-- Mystic Soul Crystal -->
</item>
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>34180</npc> <!-- Settlen -->
</npcs>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46573" count="1" /> <!-- Tauti's Breastplate Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46574" count="1" /> <!-- Tauti's Gaiters Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46575" count="1" /> <!-- Tauti's Gauntlets Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46576" count="1" /> <!-- Tauti's Boots Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46578" count="1" /> <!-- Kelbim's Leather Armor Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46579" count="1" /> <!-- Kelbim's Leather Leggings Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46580" count="1" /> <!-- Kelbim's Leather Gloves Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46581" count="1" /> <!-- Kelbim's Leather Boots Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46583" count="1" /> <!-- Freya's Tunic Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46584" count="1" /> <!-- Freya's Stockings Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46585" count="1" /> <!-- Freya's Gloves Appearance Stone -->
</item>
<item>
<ingredient id="46587" count="10" /> <!-- Mystic Armor Piece -->
<production id="46586" count="1" /> <!-- Freya's Shoes Appearance Stone -->
</item>
<item>
<ingredient id="46537" count="10" /> <!-- Mystic Soul Crystal Fragment -->
<production id="46553" count="1" /> <!-- Mystic Soul Crystal -->
</item>
</list>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>34180</npc> <!-- Settlen -->
</npcs>
<item>
<ingredient id="48930" count="6" /> <!-- Covered Page -->
<production id="47847" count="1" /> <!-- Story Book - Tauti -->
</item>
<item>
<ingredient id="48930" count="6" /> <!-- Covered Page -->
<production id="47848" count="1" /> <!-- Story Book - Kelbim -->
</item>
<item>
<ingredient id="48930" count="6" /> <!-- Covered Page -->
<production id="47849" count="1" /> <!-- Story Book - Freya -->
</item>
<item>
<ingredient id="48930" count="6" /> <!-- Covered Page -->
<production id="47850" count="1" /> <!-- Story Book - Kain van Halter -->
</item>
</list>