Zaken Posted November 2, 2007 Posted November 2, 2007 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
zunix Posted November 3, 2007 Posted November 3, 2007 write the multisell code for that item.. mabye than i can help you better out
Zaken Posted November 3, 2007 Author Posted November 3, 2007 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>
SoulShade Posted December 27, 2007 Posted December 27, 2007 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....
nejhi Posted January 18, 2008 Posted January 18, 2008 Try the item in the buylist for look a good texture . I have the problem item EPic shield , buylist is good but multisel is not good .
Recommended Posts