StarChild Posted February 18, 2009 Posted February 18, 2009 Hello, I have a problem, I have created MultiSell .xml file using guides and in-game I see empty MultiSell window: http://img24.imageshack.us/my.php?image=screenng5.jpg Here's my XML code: <?xml version='1.0' encoding='utf-8'?> <list> <item id="1"> <ingredient id="53100" count="1000"/> <ingredient id="57" count="10"/> <production id="53810" count="1"/> </item> </list> Please help me as soon as possible. Andrew.
0 sτrίkε- Posted February 18, 2009 Posted February 18, 2009 Hello, I have a problem, I have created MultiSell .xml file using guides and in-game I see empty MultiSell window: http://img24.imageshack.us/my.php?image=screenng5.jpg Here's my XML code: <?xml version='1.0' encoding='utf-8'?> <list> <item id="1"> <ingredient id="53100" count="1000"/> <ingredient id="57" count="10"/> <production id="53810" count="1"/> </item> </list> Please help me as soon as possible. Andrew. the xml file is right... i thing that this Product id is something from client mods... be sure that you use right th client side files...
0 StarChild Posted February 18, 2009 Author Posted February 18, 2009 All custom items which I have added working perfectly, so problem is not in IDs... But for some reason MultiSell don't show items. :( Even retail items... Added: Maybe problem is that some items are not sellable? (sellable - false in DB)
0 Kelemvor Posted February 18, 2009 Posted February 18, 2009 Are you sure that the id here is corect? -------> <ingredient id="53100" count="1000"/> Try to change the ingredients only to 57 and count 10000 and the item that you want to be sold change it from db to sellable
0 StarChild Posted February 18, 2009 Author Posted February 18, 2009 Well, for some reason MultiSell don't want to read items from EtcItem... Weapons and Armors shows normally! Is that normal? Tell me please. Andrew.
0 Stefoulis15 Posted February 18, 2009 Posted February 18, 2009 Any Server Side Errors? Like an GameServer Console Warning?
0 StarChild Posted February 18, 2009 Author Posted February 18, 2009 2 Warnings related to some kind of events (Valentines, etc) and no word about multisell. So can someone explain me what can be problem? ONLY EtcItems don't appear in MultiSell.
0 Stefoulis15 Posted February 18, 2009 Posted February 18, 2009 Hmm.. The Item With The Id 53100 Is a Custom One? i Mean You Created It Or Sth , Or It Exists Officially In Game? P.S : What Client Are We Talkin' About?
0 StarChild Posted February 18, 2009 Author Posted February 18, 2009 We'r talking about Gracia Part 2 Client/Server. This item (53100) is Golden Adena custom item, made from Festival Adena.
0 Stefoulis15 Posted February 18, 2009 Posted February 18, 2009 So , Wait a Second.. You've Done Anything Via Client Side? You Know , Add ItemName-e.dat / etcitemgrp.dat Any New Lines For That Item? Or You Use Hosts File?
0 StarChild Posted February 18, 2009 Author Posted February 18, 2009 Yes, I have added this item to Itemname/EtcItemgrp and added it to server DB/EtcItem And I'm uding L2.ini to connect.
0 Stefoulis15 Posted February 18, 2009 Posted February 18, 2009 You Can Use This Item Successfully? And You Can Spawn It In Your Inventory?
0 StarChild Posted February 18, 2009 Author Posted February 18, 2009 Yes, in-game item appears with no problems... Spawn, inv, drop, etc. And as I told before, not only this items bugs multisell, any other EtcItem does the same. :/
0 Stefoulis15 Posted February 18, 2009 Posted February 18, 2009 Well , Then It Has To Be Something Wrong With Your Pack. Try Updating Your Core.. Or Just Change it.
0 StarChild Posted February 19, 2009 Author Posted February 19, 2009 Core updated... Still same problem! :(
Question
StarChild
Hello,
I have a problem, I have created MultiSell .xml file using guides and in-game I see empty MultiSell window:
http://img24.imageshack.us/my.php?image=screenng5.jpg
Here's my XML code:
Please help me as soon as possible.
Andrew.
22 answers to this question
Recommended Posts