althtu 0 Posted April 22, 2022 A function to get an item's Grand Exchange trade limits and trade volumes would be great. It would help to determine what items will buy quickly and in volume, and would be useful for bots that are merching, alching or selling to shops. Something like: Item x = new Item(id, 1); System.out.println(x.geVolume()); System.out.println(x.geTradeLimit()); would be ideal.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.