Show Item Id

Uranius

Vassal
Customer
it would be useful to set up such a thing, this code show you the id from any item you click.
download.webp
JavaScript:
UseItem.java

+ if (activeChar.isGM()) activeChar.sendPacket(new CreatureSay(0, Say2.PARTY, "[NameServer]", "Item ID :" + item.getItemId() + " | Name :" + 
 + item.getItemName()));

 if (activeChar.isFishing() && item.getItem().getDefaultAction() != ActionType.fishingshot)
 
it would be useful to set up such a thing, this code show you the id from any item you click.
View attachment 432
JavaScript:
UseItem.java

+ if (activeChar.isGM()) activeChar.sendPacket(new CreatureSay(0, Say2.PARTY, "[NameServer]", "Item ID :" + item.getItemId() + " | Name :" +
 + item.getItemName()));

 if (activeChar.isFishing() && item.getItem().getDefaultAction() != ActionType.fishingshot)
Do I need to add an ext.jar extension?
 
if you are talking about classic: don't stresss your self.
it is included and enabled for gm chars in the free interface of iperfect
Shot00011.webp
 
Back
Top