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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock