Jump to content

Recommended Posts

Posted

Hi guys, i've make a NPC with multisell for :

Adena <-> Gold bar (work fine)

I've take the same idea with a new item : i've take ancient adena but i've make a new item with it (all is same, but a new item ID with a new name/description).

 

I can summon the item, i see it, name/icon/description : all works .. no bug

But when i put it in multisell(multisell file works fine as adena / gold bar) i don't see the icon(black icon) and when i put my mouse on it, i've critical error !!!

 

Help me pls, i need to correct it as fast as i can , it's not for fun ;)

Thx

Posted

maybe i haven't understand what you said... you want the code of the .xml multisell file ? it's this :

 

<?xml version='1.0' encoding='utf-8'?>

 

<list>

 

<item id="1">

<ingredient id="5575" count="10" enchant="0"/>

<production id="75000" count="1" enchant="0"/>

</item>

 

<item id="2">

<ingredient id="75000" count="1" enchant="0"/>

<production id="5575" count="10" enchant="0"/>

</item>

 

</list>

  • 1 month later...
Posted

If u still have the problem, that happens because u dont have the item in ur client. Simply, u need to put it inside itemname-e so it is declared by it own name and calling the right class in ur systextures. Search on how to mod ur client files to add an item into client. Im sure that the problem is there....

  • 3 weeks later...
Guest
This topic is now closed to further replies.


×
×
  • Create New...