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.