Jump to content

Gunman

Super Moderator
  • Posts

    3545
  • Joined

  • Last visited

  • Days Won

    18
  • Feedback

    100%

Everything posted by Gunman

  1. Need to post your discord UID
  2. Known issue, currently believed to be a broken hook, specifically getMenuAPI().isOpen()
  3. RIP my beloved Java
  4. Don't know yet till it happens. Assumption is yes as RuneLite will still work
  5. Need to include your discord name too
  6. Posted in the wrong section is why
  7. You need a normal membership too to have more than 1 client open at a time
  8. Ask the on the script's thread, or say which script at least and maybe someone can help
  9. I can't find you in the discord. Join or leave and rejoin
  10. You can sell member items in F2P world btw
  11. Use mirror as normal, you just launch the legacy java client through Jagex's launcher
  12. Gunman

    -

    @Alekwv Moved to requests
  13. I didn't get hit with this on any of my test accounts
  14. Need to post your discord UID too
  15. What is a non true lvl 3?
  16. Uninstall Java 22. Or use a terminal to specify and open OSBot with
  17. Code for using invokes with this added to my repo https://github.com/MrGunman200/OSBot-Extended/tree/master/extra/src/api/invoking
  18. Nohasa Mufasa
  19. You're not in the server
  20. Sounds like a bad proxy maybe?
  21. CS2 is a one liner, functions the same just less code. And the only reason to use a custom sleep class would be to add other functionality like a reset condition.
  22. @pupu_pot API already has a empty slots method getInventory().getEmptySlots(); Use ConditionalSleep2 at least over ConditionalSleep if not a custom sleep class. Empty wall part doesn't actually work I'm pretty sure // Wait until the amethyst turns into "Empty wall" new ConditionalSleep(240000, 2000) { // 240,000 milliseconds (4 minutes) @Override public boolean condition() throws InterruptedException { return !amethyst.exists() || amethyst.getName().equals("Empty wall"); } }.sleep(); Furthermore I recommend not using any AI assistance if you're trying to truly learn coding. If you're just slapping scripts together go for it.
  23. I still can't find you, can you try leaving and rejoining?
  24. @driedApricots RandomSolvers will interrupt the script loop, not sure why that would kill the script though. Put the code in a try catch and see if that does anything, may be related to a exception being thrown
×
×
  • Create New...