Jump to content
  • 0

MultiSell Problem


StarChild

Question

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.

Link to comment
Share on other sites

Recommended Posts

  • 0

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

Link to comment
Share on other sites

  • 0

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)

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

  • 0

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?

Link to comment
Share on other sites

  • 0

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?

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

Well , Then It Has To Be Something Wrong With Your Pack.

Try Updating Your Core.. Or Just Change it.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...