Jump to content

Gunman

Super Moderator
  • Posts

    3510
  • Joined

  • Last visited

  • Days Won

    17
  • Feedback

    100%

Everything posted by Gunman

  1. Make a request here and wait for an Admin https://osbot.org/forum/forum/150-refund-requests/
  2. When they become mandatory yes
  3. Gunman

    Wifi

    Theoretically, all in one, means you're limited to a single proxy as a result. It's recommended to use separate clients as tabs sometimes have issues. Try use tabs and see if it works fine for you or not, other wise single client single tab
  4. @rahon Need to open OSBot with Java 8 to run mirror
  5. Gunman

    Wifi

    More than enough. Excluding possible signal drop outs and spikes of course. If I recall correctly ~250 bots uses less than 1mbps (This is with the game files already downloaded)
  6. Try running jar fix https://johann.loefflmann.net/downloads/jarfix.exe
  7. Gunman

    Wifi

    The game doesn't use that much data, so you could run 50-100 on wifi, ignoring possible signal drops and assuming your data transfer speed is sufficient. Go to speedtest.net and report back the download and upload speeds
  8. One of the reasons for the Jagex launcher was to stop people from getting soft locked out of there accounts from people spamming there email with wrong logins. So yes it does skip this
  9. @Fusion41 Make sure you're entering the details correctly. If you still have issues check to make sure you bought a ipv4 socks 5 proxy
  10. If that doesn't work you could try disabling camera rotating
  11. Archived until further notice as the dispute has gone inactive.
  12. Archived until further notice as the dispute has gone inactive.
  13. Archived until further notice as the dispute has gone inactive.
  14. Well if you're on windows you can go to the volume mixer and mute the client and it should save and mute all clients from there on
  15. Maybe a logic issue? Hard to say without any code, could try playing with the distance offsets and see if that fixes it for you
  16. "SMPLPowerChopper" Power then whatever activity usually means dropping only my guy
  17. New system uses a session token type of system, if they're forcing the account to use that to login into the game then no. Launcher will still launch that same client, but will give the client the token to use to login with instead of using username and pass
  18. Drop the jar here if what Khal says doesn't fix it
  19. OSBot is probably having issues loading the scripts through the proxy
  20. Didn't look hard, and filters List<RS2Object> objects = getObjects().get(x, y); Position[] targetPositions = {new Position(0, 0, 0)}; List<RS2Object> objects = getObjects().getAll().stream() .filter(p -> Arrays.asList(targetPositions).contains(p.getPosition())) .collect(Collectors.toList()); EDIT: In case you also don't know how to loop through them to print out the ids... objects.forEach(object -> log(object.getId()));
  21. 1 interaction per cycle of the loop, or you only add a isBankOpen check, if you're too lazy to actually plan out/redo a stable script
×
×
  • Create New...