Show Item Id

Uranius

Vassal
it would be useful to set up such a thing, this code show you the id from any item you click.
download.png
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)
 
Back
Top