Layr Posted June 3, 2013 Posted June 3, 2013 Hi, I'm new in the community, I was wondering how I can create any item that when the player give click on item have a panel example to get buffers. Quote
xdem Posted June 3, 2013 Posted June 3, 2013 you can register a new item handler. (just see how other work) for me, I would create a code on useItem.java at network/serverpackets if (itemid = id) NpcHtmlMessage htm = new blablabla player.sendPacket(htm); Quote
Layr Posted June 4, 2013 Author Posted June 4, 2013 On 6/3/2013 at 5:30 PM, xdem said: you can register a new item handler. (just see how other work) for me, I would create a code on useItem.java at network/serverpackets if (itemid = id) NpcHtmlMessage htm = new blablabla player.sendPacket(htm); I dont understand but thanks. Quote
GsL Posted June 4, 2013 Posted June 4, 2013 On 6/3/2013 at 5:30 PM, xdem said: you can register a new item handler. (just see how other work) for me, I would create a code on useItem.java at network/serverpackets if (itemid = id) NpcHtmlMessage htm = new blablabla player.sendPacket(htm); Search on forum exist share , also Search on your items exist Lidia Book that is code it on your sourche replace hmtls and here we are xd Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.