Sicilian7 9 Share 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!!! Link to comment Share on other sites More sharing options...
Nuclear Nezz 2061 Share Posted May 9, 2019 Item item = new Item(id,0,getClient().getInstance()); item.getName() Link to comment Share on other sites More sharing options...
Sicilian7 9 Author Share Posted May 9, 2019 Awesome bro thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.