Jump to content

BurritoBug

Lifetime Sponsor
  • Posts

    1732
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by BurritoBug

  1. nty sorry, id prefer to have someone with more feedback
  2. uh like 90 or 100 or something, i got good stats and a whip or whatevs
  3. i need 400 pc points done buy hand in 1 sitting by someone trusted pm me or post below
  4. uses jsoup https://jsoup.org/download private int lookupPrice(String name) { try { Document doc = Jsoup.connect("http://2007.runescape.wikia.com/wiki/Exchange:" + name.replaceAll(" ", "_")).get(); Element price = doc.getElementById("GEPrice"); return Integer.parseInt(price.text()); } catch (Exception e) {} return 0; }
  5. lest we forgetti
  6. 50% of the candidates are bugs
  7. nuuuu DexBug
  8. support
  9. @FrostBug @BurritoBug @DubzieBug @KappaBug
  10. private Position randomPosition(int x, int y, int z) { return new Position(x + random(-2, 1), y + random(-2, 1), z); }
  11. @FrostBug @BurritoBug @DubzieBug @KappaBug
  12. Bugs unite
  13. r i p
  14. ┬──┬ ¯\_(ツ)_/¯ ┬──┬
  15. ┬──┬ ¯\_(ツ)
×
×
  • Create New...