Jump to content
  • 0

MultiSell Problem


Question

Posted

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.

Recommended Posts

  • 0
Posted

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
Posted

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
Posted

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
Posted

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
Posted

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
Posted

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
Posted

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
Posted

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. :/

Guest
This topic is now closed to further replies.
×
×
  • Create New...