ShopPreviewList not for adenas?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
kimeraweb
Posts: 55
Joined: Sat Jul 31, 2010 5:33 pm
Location: Deutschland
Contact:

ShopPreviewList not for adenas?

Post by kimeraweb »

L2J Revision 4470
L2JDP Revision 7733

Hi all, I was wondering if it is possible changing pay for wearing, instead adenas, another item?

I was looking ShopPreviewList.java but the output to the packet has not the item id for paying.

Code: Select all

        writeC(0xf5);        writeC(0xc0);   // ?        writeC(0x13);   // ?        writeC(0x00);   // ?        writeC(0x00);   // ?        writeQ(_money);     // current money        writeD(_listId);
So I was wondering if it is handled by the game or there's any class I can't catch.

If it is not possible, maybe by multisell? What's the class I should look for in?


Thank you for answers.
GS: 4470
DP: 7733
Post Reply