Sicilian7 9 Posted May 8, 2019 Does the API provide a built in call that returns the string name of an item given its ID? For example, getItemName(1161) would return the string "AdamantFullHelm". I know the Item Class provides this functionality, but the getLocalPlayer().getComposite().getApperance(); returns an integer array, so I need to be able to get item names given the item ID only, unless there's some other way I don't know of? Thanks!!!
Nuclear Nezz 2094 Posted May 9, 2019 Item item = new Item(id,0,getClient().getInstance()); item.getName()
Recommended Posts
Archived
This topic is now archived and is closed to further replies.