[Help]How to Edit Npc Items
i searched the forum.. and found that i can edit the npc by Keep "Shift" Pressed and lick on the NPC... Do View Shop and edit items... now the problem is that when i buy something that costs about 4kk i get it in my inventory but the adena isn't reduced.. that what is strange...
any solutions?
Re: [Help]How to Edit Npc Items
Try change other price of item, mabe buged that price. Or just create multisell shop.
Re: [Help]How to Edit Npc Items
Quote:
Originally Posted by
bauwbas
Try change other price of item, mabe buged that price. Or just create multisell shop.
what you mean by creating a multisell shop?
Re: [Help]How to Edit Npc Items
Multi sell shop look like this one http://img519.imageshack.us/img519/3...ot00065gv0.png
Go to gameserver/data/multisell and create *.xml file, like eg 9000.xml, the open it and write this lines
Code:
<?xml version='1.0' encoding='utf-8'?>
<list>
<item id="1">
<ingredient id="57" count="1000000"/>
<production id="6373" count="1"/>
</item>
</list>
Ingredient id means what you give for that item (57 mean adena id), count mean how much you give.
production id mean what you will have then buy item (6373 is imperial armor)
P.S. dont look and other seeds and armor part, this picture like eg.
Re: [Help]How to Edit Npc Items
Re: [Help]How to Edit Npc Items
No problem. I dont know how to say, but i try. If you want buy all set at one time. You can write plius this lines
Code:
<?xml version='1.0' encoding='utf-8'?>
<list>
<item id="1">
<ingredient id="57" count="1000000"/>
<production id="6373" count="1"/>
<production id="6373" count="1"/>
<production id="6373" count="1"/>
<production id="6373" count="1"/>
<production id="6373" count="1"/>
<production id="6373" count="1"/>
</item>
</list>
Then all "efect" will be like this foto >> http://img149.imageshack.us/img149/4...ot00066ok5.png
Re: [Help]How to Edit Npc Items
but if you add too much items in the list, it will look messed up a bit... but it`s question of the taste and the knowledge, because if i have to make a shop that sells full set, i would rather make shop written in jython, but again: it`s question of the taste and the knowledge