LostVirt 102 Share Posted September 16, 2019 This is a updated item image grabber if anyone needs it Credits to @Nex used his code then just changed alittle! private static final String URL = "https://www.osrsbox.com/osrsbox-db/items-icons/"; public static BufferedImage getPic(int id) throws IOException { return ImageIO.read(new URL(URL + id + ".png")); } Should work with all items. depwession, Semper Fi and Nex 2 1 Link to comment Share on other sites More sharing options...
depwession 26 Share Posted September 16, 2019 Thanks for the updated post, I'll check it out later 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