1. Do a xml file
2. Do html file for it
3. Open Npc table in navicat or what program u use.
4. Add the new Npc that sells it.
Example of XML file
Code:
<?xml version='1.0' encoding='utf-8'?>
<list>
<!-- Divine Bow -->
<item id="1">
<ingredient id="6673" count="500" enchant="0"/>
<production id="9051" count="1" enchant=""/>
</item>
</list>
Code:
Ingredient are what item they need to exchange
for the item, Lets say its adena then its 57, the count is how much they need to pay!
<ingredient id="57" count="500" enchant="0"/>
The Item id they Gets lets say its Its Devine bow that in my
example, then its ID 9049, the count is how many they gets.
<production id="9046" count="1" enchant="5000"/>