Retail like Denign htmls and multisells.

Contributed by CostyKiller.
This commit is contained in:
MobiusDevelopment 2021-03-07 13:30:05 +00:00
parent bc51006120
commit 5d5a401766
12 changed files with 374 additions and 146 deletions

View File

@ -1,11 +1,11 @@
<html><body>Accessory Artisan Denign:<br>
Is it possible to refine your accessories to make the effects granted by them more powerful. You will need <font color="LEVEL">Selenite</font> and <font color="LEVEL">Accessory Solvent</font> to refine your accessories.<br>
You can refine your accessories to make the effects granted by them more powerful. You will need <font color="LEVEL">Selenite</font> and <font color="LEVEL">Accessory Solvent</font> to refine your accessories.<br>
You can only get Selenite by dissolving an accessory. Keep in mind, though, you won't be able to get it back.<br>
However, when you refine an accessory <font color="LEVEL">it retains all of its parameters</font>, so if you deside to revert back to the unrefined orm nothing will change. That's how it goes. What can I help you with?
However, when you refine an accessory <font color="LEVEL">it retains all of its parameters</font>, so if you decide to revert back to the unrefined form nothing will change. That's how it goes. What can I help you with?
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 3444510">Modify Angel and Dragon accessories</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 3444508">Modify the Fallen Angel's Ring</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 3444504">Modify a rare accessory</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 3444505">Change parameters of a refined accessory</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 3444507">Remove modification off an accessory</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 3444507">Remove modification of an accessory</button>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
</body></html>

View File

@ -0,0 +1,10 @@
<html><body>Accessory Artisan Denign:<br>
Have you heard about a brand new hair accessory?<br>
I've honed my skills by creating rare items, and now I can make a special hair accessory.<br>
In gratitude for your help, I will sell it to you only for adena.<br>
However, upgrading it will require special materials, and it won't be easy to get them.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3444511">Buy Heir's Radiance</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3444512">Upgrade Heir's Radiance</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 3444513">Exchange upgrade materials</button>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
</body></html>

View File

@ -4,8 +4,9 @@ It warms my heart that you're interested in my craft. There is a reason fate bro
I know how to imbue your accessories with special powers! Let me know if you want to try it.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 3"><font color="LEVEL">Modify Accessories.</font></button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3444506">Dissolve an accessory and receive Selenite.</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">Ask about Fallen Angel's Ring</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 2">Receive and use a Source of the Emperor</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3444501">Enhance an accessory with a soul bottle.</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3444509">Buy scrolls and basic materials for accessories.</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3444512">Buy or Upgrade a Heir's Radiance.</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 4">Learn about Heir's Radiance</button>
</body></html>

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>34445</npc> <!-- Accessory Artisan Denign -->
</npcs>
<!-- Buy Heir's Radiance -->
<item>
<ingredient id="57" count="500000000" /> <!-- Adena -->
<production id="29750" count="1" /> <!-- Heir's Radiance Lv. 1(PvE) -->
</item>
<item>
<ingredient id="57" count="500000000" /> <!-- Adena -->
<production id="29754" count="1" /> <!-- Heir's Radiance Lv. 1(PvP) -->
</item>
</list>

View File

@ -1,98 +1,103 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<list isChanceMultisell="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>34445</npc> <!-- Accessory Artisan Denign -->
</npcs>
<!-- Heir's Radiance Accessories Upgrade -->
<!-- Heir's Radiance (PvE) -->
<item>
<ingredient id="57" count="500000000" /> <!-- Adena -->
<production id="29750" count="1" chance="100" /> <!-- Heir's Radiance Lv. 1 PVE -->
<ingredient id="29750" count="1" /> <!-- Heir's Radiance Lv. 1(PvE) -->
<ingredient id="29759" count="60" /> <!-- Wondrous Shard -->
<production id="29751" count="1" chance="0" /> <!-- Heir's Radiance Lv. 2(PvE) -->
<production id="29751" count="1" chance="30" /> <!-- Heir's Radiance Lv. 2(PvE) -->
<production id="29750" count="1" chance="70" /> <!-- Heir's Radiance Lv. 1(PvE) -->
</item>
<item>
<ingredient id="57" count="500000000" /> <!-- Adena -->
<production id="29754" count="1" chance="100" /> <!-- Heir's Radiance Lv. 1 PVP -->
</item>
<item>
<ingredient id="29750" count="1" /> <!-- Heir's Radiance Lv. 1 PVE -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="100" /> <!-- Wondrous Shard -->
<production id="29750" count="1" chance="50" /> <!-- Heir's Radiance Lv. 1 PVE -->
<production id="29751" count="1" chance="50" /> <!-- Heir's Radiance Lv. 2 PVE -->
</item>
<item>
<ingredient id="29754" count="1" /> <!-- Heir's Radiance Lv. 1 PVP -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="100" /> <!-- Wondrous Shard -->
<production id="29755" count="1" chance="50" /> <!-- Heir's Radiance Lv. 2 PVP -->
<production id="29754" count="1" chance="50" /> <!-- Heir's Radiance Lv. 2 PVE -->
</item>
<item>
<ingredient id="29751" count="1" /> <!-- Heir's Radiance Lv. 2 PVE -->
<ingredient id="29751" count="1" /> <!-- Heir's Radiance Lv. 2(PvE) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="1000" /> <!-- Wondrous Shard -->
<production id="29752" count="1" chance="50" /> <!-- Heir's Radiance Lv. 3 PVE -->
<production id="29751" count="1" chance="50" /> <!-- Heir's Radiance Lv. 2 PVE -->
<production id="29752" count="1" chance="0" /> <!-- Heir's Radiance Lv. 3(PvE) -->
<production id="29752" count="1" chance="30" /> <!-- Heir's Radiance Lv. 3(PvE) -->
<production id="29751" count="1" chance="70" /> <!-- Heir's Radiance Lv. 2(PvE) -->
</item>
<item>
<ingredient id="29755" count="1" /> <!-- Heir's Radiance Lv. 2 PVP -->
<ingredient id="29752" count="1" /> <!-- Heir's Radiance Lv. 3(PvE) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="2000" /> <!-- Wondrous Shard -->
<production id="29753" count="1" chance="0" /> <!-- Heir's Radiance Lv. 4(PvE) -->
<production id="29753" count="1" chance="30" /> <!-- Heir's Radiance Lv. 4(PvE) -->
<production id="29752" count="1" chance="70" /> <!-- Heir's Radiance Lv. 3(PvE) -->
</item>
<item>
<ingredient id="29753" count="1" /> <!-- Heir's Radiance Lv. 4(PvE) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="3000" /> <!-- Wondrous Shard -->
<production id="29899" count="1" chance="0" /> <!-- Heir's Radiance Lv. 5(PvE) -->
<production id="29899" count="1" chance="30" /> <!-- Heir's Radiance Lv. 5(PvE) -->
<production id="29753" count="1" chance="70" /> <!-- Heir's Radiance Lv. 4(PvE) -->
</item>
<item>
<ingredient id="29899" count="1" /> <!-- Heir's Radiance Lv. 5(PvE) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="3000" /> <!-- Wondrous Shard -->
<production id="29900" count="1" chance="0" /> <!-- Heir's Radiance Lv. 6(PvE) -->
<production id="29900" count="1" chance="30" /> <!-- Heir's Radiance Lv. 6(PvE) -->
<production id="29899" count="1" chance="70" /> <!-- Heir's Radiance Lv. 5(PvE) -->
</item>
<item>
<ingredient id="29900" count="1" /> <!-- Heir's Radiance Lv. 6(PvE) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="3500" /> <!-- Wondrous Shard -->
<production id="29901" count="1" chance="0" /> <!-- Heir's Radiance Lv. 7(PvE) -->
<production id="29901" count="1" chance="30" /> <!-- Heir's Radiance Lv. 7(PvE) -->
<production id="29900" count="1" chance="70" /> <!-- Heir's Radiance Lv. 6(PvE) -->
</item>
<!-- Heir's Radiance (PvP) -->
<item>
<ingredient id="29754" count="1" /> <!-- Heir's Radiance Lv. 1(PvP) -->
<ingredient id="29759" count="60" /> <!-- Wondrous Shard -->
<production id="29755" count="1" chance="0" /> <!-- Heir's Radiance Lv. 2(PvP) -->
<production id="29755" count="1" chance="30" /> <!-- Heir's Radiance Lv. 2(PvP) -->
<production id="29754" count="1" chance="70" /> <!-- Heir's Radiance Lv. 1(PvP) -->
</item>
<item>
<ingredient id="29755" count="1" /> <!-- Heir's Radiance Lv. 2(PvP) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="1000" /> <!-- Wondrous Shard -->
<production id="29756" count="1" chance="50" /> <!-- Heir's Radiance Lv. 3 PVP -->
<production id="29755" count="1" chance="50" /> <!-- Heir's Radiance Lv. 2 PVP -->
<production id="29756" count="1" chance="0" /> <!-- Heir's Radiance Lv. 3(PvP) -->
<production id="29756" count="1" chance="30" /> <!-- Heir's Radiance Lv. 3(PvP) -->
<production id="29755" count="1" chance="70" /> <!-- Heir's Radiance Lv. 2(PvP) -->
</item>
<item>
<ingredient id="29752" count="1" /> <!-- Heir's Radiance Lv. 3 PVE -->
<ingredient id="29756" count="1" /> <!-- Heir's Radiance Lv. 3(PvP) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="2000" /> <!-- Wondrous Shard -->
<production id="29753" count="1" chance="50" /> <!-- Heir's Radiance Lv. 4 PVE -->
<production id="29752" count="1" chance="50" /> <!-- Heir's Radiance Lv. 3 PVE -->
<production id="29757" count="1" chance="0" /> <!-- Heir's Radiance Lv. 4(PvP) -->
<production id="29757" count="1" chance="30" /> <!-- Heir's Radiance Lv. 4(PvP) -->
<production id="29756" count="1" chance="70" /> <!-- Heir's Radiance Lv. 3(PvP) -->
</item>
<item>
<ingredient id="29756" count="1" /> <!-- Heir's Radiance Lv. 3 PVP -->
<ingredient id="29757" count="1" /> <!-- Heir's Radiance Lv. 4(PvP) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="2000" /> <!-- Wondrous Shard -->
<production id="29757" count="1" chance="50" /> <!-- Heir's Radiance Lv. 4 PVP -->
<production id="29756" count="1" chance="50" /> <!-- Heir's Radiance Lv. 3 PVP -->
</item>
<item>
<ingredient id="29757" count="1" /> <!-- Heir's Radiance Lv. 4 PVP -->
<ingredient id="29758" count="2" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="3000" /> <!-- Wondrous Shard -->
<production id="29899" count="1" chance="50" /> <!-- Heir's Radiance Lv. 5 PVP -->
<production id="29757" count="1" chance="50" /> <!-- Heir's Radiance Lv. 4 PVP -->
<production id="29902" count="1" chance="0" /> <!-- Heir's Radiance Lv. 5(PvP) -->
<production id="29902" count="1" chance="30" /> <!-- Heir's Radiance Lv. 5(PvP) -->
<production id="29757" count="1" chance="70" /> <!-- Heir's Radiance Lv. 4(PvP) -->
</item>
<item>
<ingredient id="29753" count="1" /> <!-- Heir's Radiance Lv. 4 PVE -->
<ingredient id="29758" count="2" /> <!-- Hidden Secret Book -->
<ingredient id="29902" count="1" /> <!-- Heir's Radiance Lv. 5(PvP) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="3000" /> <!-- Wondrous Shard -->
<production id="29900" count="1" chance="50" /> <!-- Heir's Radiance Lv. 5 PVE -->
<production id="29753" count="1" chance="50" /> <!-- Heir's Radiance Lv. 4 PVE -->
<production id="29903" count="1" chance="0" /> <!-- Heir's Radiance Lv. 6(PvP) -->
<production id="29903" count="1" chance="30" /> <!-- Heir's Radiance Lv. 6(PvP) -->
<production id="29902" count="1" chance="70" /> <!-- Heir's Radiance Lv. 5(PvP) -->
</item>
<item>
<ingredient id="29902" count="1" /> <!-- Heir's Radiance Lv. 5 PVP -->
<ingredient id="29758" count="2" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="3000" /> <!-- Wondrous Shard -->
<production id="29903" count="1" chance="50" /> <!-- Heir's Radiance Lv. 6 PVP -->
<production id="29902" count="1" chance="50" /> <!-- Heir's Radiance Lv. 5 PVP -->
</item>
<item>
<ingredient id="29899" count="1" /> <!-- Heir's Radiance Lv. 5 PVE -->
<ingredient id="29758" count="2" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="3000" /> <!-- Wondrous Shard -->
<production id="29900" count="1" chance="50" /> <!-- Heir's Radiance Lv. 6 PVE -->
<production id="29899" count="1" chance="50" /> <!-- Heir's Radiance Lv. 5 PVE -->
</item>
<item>
<ingredient id="29903" count="1" /> <!-- Heir's Radiance Lv. 6 PVP -->
<ingredient id="29758" count="3" /> <!-- Hidden Secret Book -->
<ingredient id="29903" count="1" /> <!-- Heir's Radiance Lv. 6(PvP) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="3500" /> <!-- Wondrous Shard -->
<production id="29904" count="1" chance="50" /> <!-- Heir's Radiance Lv. 7 PVP -->
<production id="29903" count="1" chance="50" /> <!-- Heir's Radiance Lv. 6 PVP -->
</item>
<item>
<ingredient id="29900" count="1" /> <!-- Heir's Radiance Lv. 6 PVE -->
<ingredient id="29758" count="3" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="3500" /> <!-- Wondrous Shard -->
<production id="29901" count="1" chance="50" /> <!-- Heir's Radiance Lv. 7 PVE -->
<production id="29900" count="1" chance="50" /> <!-- Heir's Radiance Lv. 6 PVE -->
<production id="29904" count="1" chance="0" /> <!-- Heir's Radiance Lv. 7(PvP) -->
<production id="29904" count="1" chance="30" /> <!-- Heir's Radiance Lv. 7(PvP) -->
<production id="29903" count="1" chance="70" /> <!-- Heir's Radiance Lv. 6(PvP) -->
</item>
</list>

View File

@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>34445</npc> <!-- Accessory Artisan Denign -->
</npcs>
<!-- Exchange upgrade materials -->
<item>
<ingredient id="28360" count="1" /> <!-- Cat's Eye Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="28362" count="1" /> <!-- Amethyst Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="28366" count="1" /> <!-- Vital Stone Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="28367" count="1" /> <!-- Tanzanite Jewelry Box Lv. 3 -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="28370" count="1" /> <!-- Garnet Jewelry Box Lv. 3 -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47626" count="1" /> <!-- Ruby Jewelry Box Lv. 3 -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47627" count="1" /> <!-- Sapphire Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47628" count="1" /> <!-- Topaz Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47629" count="1" /> <!-- Opal Jewelry Box Lv. 3 -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47630" count="1" /> <!-- Obsidian Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47631" count="1" /> <!-- Diamond Jewelry Box Lv. 3 -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47632" count="1" /> <!-- Emerald Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47633" count="1" /> <!-- Aquamarine Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47634" count="1" /> <!-- Pearl Jewelry Box Lv. 3 -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47703" count="1" /> <!-- Red Cat's Eye Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47705" count="1" /> <!-- Blue Cat's Eye Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="48910" count="1" /> <!-- Shillien's Soul Crystal Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="80636" count="1" /> <!-- Artifact Crystal -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="81134" count="2" /> <!-- Crystal of Dyes -->
<production id="25759" count="1" /> <!-- Wondrous Shard -->
</item>
</list>

View File

@ -1,11 +1,11 @@
<html><body>Accessory Artisan Denign:<br>
Is it possible to refine your accessories to make the effects granted by them more powerful. You will need <font color="LEVEL">Selenite</font> and <font color="LEVEL">Accessory Solvent</font> to refine your accessories.<br>
You can refine your accessories to make the effects granted by them more powerful. You will need <font color="LEVEL">Selenite</font> and <font color="LEVEL">Accessory Solvent</font> to refine your accessories.<br>
You can only get Selenite by dissolving an accessory. Keep in mind, though, you won't be able to get it back.<br>
However, when you refine an accessory <font color="LEVEL">it retains all of its parameters</font>, so if you deside to revert back to the unrefined orm nothing will change. That's how it goes. What can I help you with?
However, when you refine an accessory <font color="LEVEL">it retains all of its parameters</font>, so if you decide to revert back to the unrefined form nothing will change. That's how it goes. What can I help you with?
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 3444510">Modify Angel and Dragon accessories</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 3444508">Modify the Fallen Angel's Ring</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 3444504">Modify a rare accessory</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 3444505">Change parameters of a refined accessory</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 3444507">Remove modification off an accessory</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 3444507">Remove modification of an accessory</button>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
</body></html>

View File

@ -0,0 +1,10 @@
<html><body>Accessory Artisan Denign:<br>
Have you heard about a brand new hair accessory?<br>
I've honed my skills by creating rare items, and now I can make a special hair accessory.<br>
In gratitude for your help, I will sell it to you only for adena.<br>
However, upgrading it will require special materials, and it won't be easy to get them.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3444511">Buy Heir's Radiance</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3444512">Upgrade Heir's Radiance</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_exc_multisell 3444513">Exchange upgrade materials</button>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Back</Button>
</body></html>

View File

@ -4,8 +4,9 @@ It warms my heart that you're interested in my craft. There is a reason fate bro
I know how to imbue your accessories with special powers! Let me know if you want to try it.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 3"><font color="LEVEL">Modify Accessories.</font></button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3444506">Dissolve an accessory and receive Selenite.</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">Ask about Fallen Angel's Ring</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 2">Receive and use a Source of the Emperor</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3444501">Enhance an accessory with a soul bottle.</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3444509">Buy scrolls and basic materials for accessories.</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3444512">Buy or Upgrade a Heir's Radiance.</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 4">Learn about Heir's Radiance</button>
</body></html>

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>34445</npc> <!-- Accessory Artisan Denign -->
</npcs>
<!-- Buy Heir's Radiance -->
<item>
<ingredient id="57" count="500000000" /> <!-- Adena -->
<production id="29750" count="1" /> <!-- Heir's Radiance Lv. 1(PvE) -->
</item>
<item>
<ingredient id="57" count="500000000" /> <!-- Adena -->
<production id="29754" count="1" /> <!-- Heir's Radiance Lv. 1(PvP) -->
</item>
</list>

View File

@ -1,98 +1,103 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<list isChanceMultisell="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>34445</npc> <!-- Accessory Artisan Denign -->
</npcs>
<!-- Heir's Radiance Accessories Upgrade -->
<!-- Heir's Radiance (PvE) -->
<item>
<ingredient id="57" count="500000000" /> <!-- Adena -->
<production id="29750" count="1" chance="100" /> <!-- Heir's Radiance Lv. 1 PVE -->
<ingredient id="29750" count="1" /> <!-- Heir's Radiance Lv. 1(PvE) -->
<ingredient id="29759" count="60" /> <!-- Wondrous Shard -->
<production id="29751" count="1" chance="0" /> <!-- Heir's Radiance Lv. 2(PvE) -->
<production id="29751" count="1" chance="30" /> <!-- Heir's Radiance Lv. 2(PvE) -->
<production id="29750" count="1" chance="70" /> <!-- Heir's Radiance Lv. 1(PvE) -->
</item>
<item>
<ingredient id="57" count="500000000" /> <!-- Adena -->
<production id="29754" count="1" chance="100" /> <!-- Heir's Radiance Lv. 1 PVP -->
</item>
<item>
<ingredient id="29750" count="1" /> <!-- Heir's Radiance Lv. 1 PVE -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="100" /> <!-- Wondrous Shard -->
<production id="29750" count="1" chance="50" /> <!-- Heir's Radiance Lv. 1 PVE -->
<production id="29751" count="1" chance="50" /> <!-- Heir's Radiance Lv. 2 PVE -->
</item>
<item>
<ingredient id="29754" count="1" /> <!-- Heir's Radiance Lv. 1 PVP -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="100" /> <!-- Wondrous Shard -->
<production id="29755" count="1" chance="50" /> <!-- Heir's Radiance Lv. 2 PVP -->
<production id="29754" count="1" chance="50" /> <!-- Heir's Radiance Lv. 2 PVE -->
</item>
<item>
<ingredient id="29751" count="1" /> <!-- Heir's Radiance Lv. 2 PVE -->
<ingredient id="29751" count="1" /> <!-- Heir's Radiance Lv. 2(PvE) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="1000" /> <!-- Wondrous Shard -->
<production id="29752" count="1" chance="50" /> <!-- Heir's Radiance Lv. 3 PVE -->
<production id="29751" count="1" chance="50" /> <!-- Heir's Radiance Lv. 2 PVE -->
<production id="29752" count="1" chance="0" /> <!-- Heir's Radiance Lv. 3(PvE) -->
<production id="29752" count="1" chance="30" /> <!-- Heir's Radiance Lv. 3(PvE) -->
<production id="29751" count="1" chance="70" /> <!-- Heir's Radiance Lv. 2(PvE) -->
</item>
<item>
<ingredient id="29755" count="1" /> <!-- Heir's Radiance Lv. 2 PVP -->
<ingredient id="29752" count="1" /> <!-- Heir's Radiance Lv. 3(PvE) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="2000" /> <!-- Wondrous Shard -->
<production id="29753" count="1" chance="0" /> <!-- Heir's Radiance Lv. 4(PvE) -->
<production id="29753" count="1" chance="30" /> <!-- Heir's Radiance Lv. 4(PvE) -->
<production id="29752" count="1" chance="70" /> <!-- Heir's Radiance Lv. 3(PvE) -->
</item>
<item>
<ingredient id="29753" count="1" /> <!-- Heir's Radiance Lv. 4(PvE) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="3000" /> <!-- Wondrous Shard -->
<production id="29899" count="1" chance="0" /> <!-- Heir's Radiance Lv. 5(PvE) -->
<production id="29899" count="1" chance="30" /> <!-- Heir's Radiance Lv. 5(PvE) -->
<production id="29753" count="1" chance="70" /> <!-- Heir's Radiance Lv. 4(PvE) -->
</item>
<item>
<ingredient id="29899" count="1" /> <!-- Heir's Radiance Lv. 5(PvE) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="3000" /> <!-- Wondrous Shard -->
<production id="29900" count="1" chance="0" /> <!-- Heir's Radiance Lv. 6(PvE) -->
<production id="29900" count="1" chance="30" /> <!-- Heir's Radiance Lv. 6(PvE) -->
<production id="29899" count="1" chance="70" /> <!-- Heir's Radiance Lv. 5(PvE) -->
</item>
<item>
<ingredient id="29900" count="1" /> <!-- Heir's Radiance Lv. 6(PvE) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="3500" /> <!-- Wondrous Shard -->
<production id="29901" count="1" chance="0" /> <!-- Heir's Radiance Lv. 7(PvE) -->
<production id="29901" count="1" chance="30" /> <!-- Heir's Radiance Lv. 7(PvE) -->
<production id="29900" count="1" chance="70" /> <!-- Heir's Radiance Lv. 6(PvE) -->
</item>
<!-- Heir's Radiance (PvP) -->
<item>
<ingredient id="29754" count="1" /> <!-- Heir's Radiance Lv. 1(PvP) -->
<ingredient id="29759" count="60" /> <!-- Wondrous Shard -->
<production id="29755" count="1" chance="0" /> <!-- Heir's Radiance Lv. 2(PvP) -->
<production id="29755" count="1" chance="30" /> <!-- Heir's Radiance Lv. 2(PvP) -->
<production id="29754" count="1" chance="70" /> <!-- Heir's Radiance Lv. 1(PvP) -->
</item>
<item>
<ingredient id="29755" count="1" /> <!-- Heir's Radiance Lv. 2(PvP) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="1000" /> <!-- Wondrous Shard -->
<production id="29756" count="1" chance="50" /> <!-- Heir's Radiance Lv. 3 PVP -->
<production id="29755" count="1" chance="50" /> <!-- Heir's Radiance Lv. 2 PVP -->
<production id="29756" count="1" chance="0" /> <!-- Heir's Radiance Lv. 3(PvP) -->
<production id="29756" count="1" chance="30" /> <!-- Heir's Radiance Lv. 3(PvP) -->
<production id="29755" count="1" chance="70" /> <!-- Heir's Radiance Lv. 2(PvP) -->
</item>
<item>
<ingredient id="29752" count="1" /> <!-- Heir's Radiance Lv. 3 PVE -->
<ingredient id="29756" count="1" /> <!-- Heir's Radiance Lv. 3(PvP) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="2000" /> <!-- Wondrous Shard -->
<production id="29753" count="1" chance="50" /> <!-- Heir's Radiance Lv. 4 PVE -->
<production id="29752" count="1" chance="50" /> <!-- Heir's Radiance Lv. 3 PVE -->
<production id="29757" count="1" chance="0" /> <!-- Heir's Radiance Lv. 4(PvP) -->
<production id="29757" count="1" chance="30" /> <!-- Heir's Radiance Lv. 4(PvP) -->
<production id="29756" count="1" chance="70" /> <!-- Heir's Radiance Lv. 3(PvP) -->
</item>
<item>
<ingredient id="29756" count="1" /> <!-- Heir's Radiance Lv. 3 PVP -->
<ingredient id="29757" count="1" /> <!-- Heir's Radiance Lv. 4(PvP) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="2000" /> <!-- Wondrous Shard -->
<production id="29757" count="1" chance="50" /> <!-- Heir's Radiance Lv. 4 PVP -->
<production id="29756" count="1" chance="50" /> <!-- Heir's Radiance Lv. 3 PVP -->
</item>
<item>
<ingredient id="29757" count="1" /> <!-- Heir's Radiance Lv. 4 PVP -->
<ingredient id="29758" count="2" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="3000" /> <!-- Wondrous Shard -->
<production id="29899" count="1" chance="50" /> <!-- Heir's Radiance Lv. 5 PVP -->
<production id="29757" count="1" chance="50" /> <!-- Heir's Radiance Lv. 4 PVP -->
<production id="29902" count="1" chance="0" /> <!-- Heir's Radiance Lv. 5(PvP) -->
<production id="29902" count="1" chance="30" /> <!-- Heir's Radiance Lv. 5(PvP) -->
<production id="29757" count="1" chance="70" /> <!-- Heir's Radiance Lv. 4(PvP) -->
</item>
<item>
<ingredient id="29753" count="1" /> <!-- Heir's Radiance Lv. 4 PVE -->
<ingredient id="29758" count="2" /> <!-- Hidden Secret Book -->
<ingredient id="29902" count="1" /> <!-- Heir's Radiance Lv. 5(PvP) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="3000" /> <!-- Wondrous Shard -->
<production id="29900" count="1" chance="50" /> <!-- Heir's Radiance Lv. 5 PVE -->
<production id="29753" count="1" chance="50" /> <!-- Heir's Radiance Lv. 4 PVE -->
<production id="29903" count="1" chance="0" /> <!-- Heir's Radiance Lv. 6(PvP) -->
<production id="29903" count="1" chance="30" /> <!-- Heir's Radiance Lv. 6(PvP) -->
<production id="29902" count="1" chance="70" /> <!-- Heir's Radiance Lv. 5(PvP) -->
</item>
<item>
<ingredient id="29902" count="1" /> <!-- Heir's Radiance Lv. 5 PVP -->
<ingredient id="29758" count="2" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="3000" /> <!-- Wondrous Shard -->
<production id="29903" count="1" chance="50" /> <!-- Heir's Radiance Lv. 6 PVP -->
<production id="29902" count="1" chance="50" /> <!-- Heir's Radiance Lv. 5 PVP -->
</item>
<item>
<ingredient id="29899" count="1" /> <!-- Heir's Radiance Lv. 5 PVE -->
<ingredient id="29758" count="2" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="3000" /> <!-- Wondrous Shard -->
<production id="29900" count="1" chance="50" /> <!-- Heir's Radiance Lv. 6 PVE -->
<production id="29899" count="1" chance="50" /> <!-- Heir's Radiance Lv. 5 PVE -->
</item>
<item>
<ingredient id="29903" count="1" /> <!-- Heir's Radiance Lv. 6 PVP -->
<ingredient id="29758" count="3" /> <!-- Hidden Secret Book -->
<ingredient id="29903" count="1" /> <!-- Heir's Radiance Lv. 6(PvP) -->
<ingredient id="29758" count="1" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="3500" /> <!-- Wondrous Shard -->
<production id="29904" count="1" chance="50" /> <!-- Heir's Radiance Lv. 7 PVP -->
<production id="29903" count="1" chance="50" /> <!-- Heir's Radiance Lv. 6 PVP -->
</item>
<item>
<ingredient id="29900" count="1" /> <!-- Heir's Radiance Lv. 6 PVE -->
<ingredient id="29758" count="3" /> <!-- Hidden Secret Book -->
<ingredient id="29759" count="3500" /> <!-- Wondrous Shard -->
<production id="29901" count="1" chance="50" /> <!-- Heir's Radiance Lv. 7 PVE -->
<production id="29900" count="1" chance="50" /> <!-- Heir's Radiance Lv. 6 PVE -->
<production id="29904" count="1" chance="0" /> <!-- Heir's Radiance Lv. 7(PvP) -->
<production id="29904" count="1" chance="30" /> <!-- Heir's Radiance Lv. 7(PvP) -->
<production id="29903" count="1" chance="70" /> <!-- Heir's Radiance Lv. 6(PvP) -->
</item>
</list>

View File

@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>34445</npc> <!-- Accessory Artisan Denign -->
</npcs>
<!-- Exchange upgrade materials -->
<item>
<ingredient id="28360" count="1" /> <!-- Cat's Eye Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="28362" count="1" /> <!-- Amethyst Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="28366" count="1" /> <!-- Vital Stone Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="28367" count="1" /> <!-- Tanzanite Jewelry Box Lv. 3 -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="28370" count="1" /> <!-- Garnet Jewelry Box Lv. 3 -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47626" count="1" /> <!-- Ruby Jewelry Box Lv. 3 -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47627" count="1" /> <!-- Sapphire Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47628" count="1" /> <!-- Topaz Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47629" count="1" /> <!-- Opal Jewelry Box Lv. 3 -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47630" count="1" /> <!-- Obsidian Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47631" count="1" /> <!-- Diamond Jewelry Box Lv. 3 -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47632" count="1" /> <!-- Emerald Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47633" count="1" /> <!-- Aquamarine Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47634" count="1" /> <!-- Pearl Jewelry Box Lv. 3 -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47703" count="1" /> <!-- Red Cat's Eye Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="47705" count="1" /> <!-- Blue Cat's Eye Lv. 3 Jewelry Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="48910" count="1" /> <!-- Shillien's Soul Crystal Box -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="80636" count="1" /> <!-- Artifact Crystal -->
<production id="25759" count="2" /> <!-- Wondrous Shard -->
</item>
<item>
<ingredient id="81134" count="2" /> <!-- Crystal of Dyes -->
<production id="25759" count="1" /> <!-- Wondrous Shard -->
</item>
</list>