Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. RuneScapeServices is URGENTLY looking for new workers! Join our discord or visit us over at runescapeservices.com!
  3. Says got best buy but the reneew is in 7 Days more what can i do
  4. Add this method somewhere in the class, and then add if (getGrandExchange().isOpen() && hasPendingCollect()) { log("We have some items to collect first..."); getGrandExchange().collect(); return 600; } and declare this method: private boolean hasPendingCollect() { return Arrays.stream(Box.values()) .filter(box -> getGrandExchange().getStatus(box).equals(Status.FINISHED_SALE) || getGrandExchange().getStatus(box).equals(Status.FINISHED_BUY)) .count() > 0; }
  5. Today
  1. Load more activity
×
×
  • Create New...