Jump to content

Recommended Posts

Posted

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.

Posted

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);

Posted

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.

Posted

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

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...