Jump to content

Gunman

Super Moderator
  • Posts

    3553
  • Joined

  • Last visited

  • Days Won

    18
  • Feedback

    100%

Everything posted by Gunman

  1. Gabe has 26 hours to make their decision
  2. @gabe9345 Has been warned about the dispute, they have 48 hours.
  3. Gunman

    SOLD

    Personal Terms of Service may be subject to modification at the staff's discretion in the event of a dispute, should they be deemed inequitable.
  4. Personal Terms of Service may be subject to modification at the staff's discretion in the event of a dispute, should they be deemed inequitable.
  5. It won't
  6. Someone has been watching too much ambiguousamphibian
  7. @stupidbot69 Need to clearly state who OO is
  8. I can't find you in the discord server
  9. getMap().realDistance()
  10. On the boot menu, there are options to enter and select a proxy. If you're using mirror you need to use a 3rd party application like Proxifier and proxy the mirrored client, not the osbot client.
  11. Can you provide more detail or media of this issue?
  12. Need to include your discord UID too
  13. Please note global OSBot T.O.S. always apply in addition to this one, and personal T.O.S. can be declared obsolete at a moderators discretion. OSBot Rules Market Rules
  14. Thanks
  15. Since you asked nicely, I guess I have no choice but to present you with a picture of my cock
  16. Please note that global OSBot T.O.S. always applies in addition to this one, and personal T.O.S. can be declared obsolete at a moderator's discretion. OSBot Rules Market Rules
  17. According to #help the old wise man
  18. Please note that global OSBot T.O.S. always applies in addition to this one, and personal T.O.S. can be declared obsolete at a moderator's discretion. OSBot Rules Market Rules
  19. Please note that global OSBot T.O.S. always applies in addition to this one, and personal T.O.S. can be declared obsolete at a moderator's discretion. OSBot Rules Market Rules
  20. Please note that global OSBot T.O.S. always applies in addition to this one, and personal T.O.S. can be declared obsolete at a moderator's discretion. OSBot Rules Market Rules
  21. @FushigiBot Each item is a separate entity, you probably need to do something like this and use .size() for the amount public List<GroundItem> getAllTinderboxes() { return getGroundItems() .getAll() .stream() .filter(g -> g.getName().equals("Tinderbox") && areaDraynorVillageWiseOldManFrontOfTinderboxBookshelf.contains(g.getPosition()) && getMap().canReach(g)) .collect(Collectors.toList()); }
×
×
  • Create New...