LostVirt 106 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.