ShopPreviewList not for adenas?
Posted: Thu Feb 10, 2011 7:56 am
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.
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.
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);
If it is not possible, maybe by multisell? What's the class I should look for in?
Thank you for answers.