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 1969 Share Posted May 9, 2019 Item item = new Item(id,0,getClient().getInstance()); item.getName() RetroBot 1 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
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 accountSign in
Already have an account? Sign in here.
Sign In Now