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

1st: Sorry for posting again (not editing old post), old one was time ago and I need some attention to this topic.

 

2nd: I have tried L2J, L2JEmu, L2JFree and in every server I have same empty MultiSell when using EtcItems. So problem is not in any of those packs! I have updated client, used clean one to test all 3 servers and all the same... So if the problem is not in the Server or Client, where it could be???

 

I'm really stuck!

 

Andrew.

Link to comment
Share on other sites

  • 0

Are you getting any errors to server console screen?

MySql instalation was succesful?

What version of Java SDK are you using?

Do you have the etcitem.sql file in your sql folder on your server pack?

Any errors to database instalation?

 

Post here the answer to my question to help you with...

Link to comment
Share on other sites

  • 0

Make the item ids smaller...

 

Or you can change the declaration of item id in multisell handler of core from short to int and it should work. Also check for any limits and remove them...

Ive never done this and I got no idea if there will be any client bug but as far as you can see it in your inventory there should be no problem. This happened to me too...I fixed it making id smaller :p

Link to comment
Share on other sites

  • 0

Ok, the problem was in htm... :D

I used links like: bypass -h npc_%objectId%_exc_multisell 7834

But must use: bypass -h npc_%objectId%_multisell 7834 without "exc"

 

It was easy, but so much nerves :P

 

Thank you all again ^__^

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...