Dimensional Merchant update.

Contributed by gamelike85.
This commit is contained in:
MobiusDev
2017-11-18 12:32:02 +00:00
parent 7b02c44a18
commit 46da8d81b0
4 changed files with 89 additions and 3 deletions

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>32478</npc> <!-- Dimensional Merchant -->
</npcs>
<item>
<ingredient id="33511" count="8" /> <!-- Returning Hero's Mark -->
<production id="33889" count="1" /> <!-- Immortal Breastplate -->
</item>
<item>
<ingredient id="33511" count="18" /> <!-- Returning Hero's Mark -->
<production id="33890" count="1" /> <!-- Immortal Breastplate -->
</item>
<item>
<ingredient id="33511" count="12" /> <!-- Returning Hero's Mark -->
<production id="33891" count="1" /> <!-- Immortal Breastplate -->
</item>
<item>
<ingredient id="33511" count="8" /> <!-- Returning Hero's Mark -->
<production id="33892" count="1" /> <!-- Immortal Breastplate -->
</item>
<item>
<ingredient id="33511" count="8" /> <!-- Returning Hero's Mark -->
<production id="33893" count="1" /> <!-- Immortal Breastplate -->
</item>
<item>
<ingredient id="33511" count="8" /> <!-- Returning Hero's Mark -->
<production id="33894" count="1" /> <!-- Immortal Breastplate -->
</item>
</list>

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>32478</npc> <!-- Dimensional Merchant -->
</npcs>
<item>
<ingredient id="33511" count="8" /> <!-- Returning Hero's Mark -->
<production id="33895" count="1" /> <!-- Immortal Leather -->
</item>
<item>
<ingredient id="33511" count="18" /> <!-- Returning Hero's Mark -->
<production id="33896" count="1" /> <!-- Immortal Leather -->
</item>
<item>
<ingredient id="33511" count="12" /> <!-- Returning Hero's Mark -->
<production id="33897" count="1" /> <!-- Immortal Leather -->
</item>
<item>
<ingredient id="33511" count="8" /> <!-- Returning Hero's Mark -->
<production id="33898" count="1" /> <!-- Immortal Leather -->
</item>
<item>
<ingredient id="33511" count="8" /> <!-- Returning Hero's Mark -->
<production id="33899" count="1" /> <!-- Immortal Leather -->
</item>
</list>

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>32478</npc> <!-- Dimensional Merchant -->
</npcs>
<item>
<ingredient id="33511" count="8" /> <!-- Returning Hero's Mark -->
<production id="33900" count="1" /> <!-- Immortal Rove -->
</item>
<item>
<ingredient id="33511" count="18" /> <!-- Returning Hero's Mark -->
<production id="33901" count="1" /> <!-- Immortal Rove -->
</item>
<item>
<ingredient id="33511" count="12" /> <!-- Returning Hero's Mark -->
<production id="33902" count="1" /> <!-- Immortal Rove -->
</item>
<item>
<ingredient id="33511" count="8" /> <!-- Returning Hero's Mark -->
<production id="33903" count="1" /> <!-- Immortal Rove -->
</item>
<item>
<ingredient id="33511" count="8" /> <!-- Returning Hero's Mark -->
<production id="33904" count="1" /> <!-- Immortal Rove -->
</item>
<item>
<ingredient id="33511" count="8" /> <!-- Returning Hero's Mark -->
<production id="33905" count="1" /> <!-- Immortal Rove -->
</item>
</list>

View File

@@ -1,7 +1,7 @@
<html><head><body>Dimensional Merchant:<br>
What type of armor would you like?<br>
You can only choose once, so think carefully.
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest DimensionalMerchant 32478-23.html">"I want a Heavy Armor."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest DimensionalMerchant 32478-23.html">"I want a Light Armor."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest DimensionalMerchant 32478-23.html">"I want a Robe."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3031">"I want a Heavy Armor."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3032">"I want a Light Armor."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3033">"I want a Robe."</Button>
</body></head></html>