Jump to content

Gunman

Super Moderator
  • Posts

    3557
  • Joined

  • Last visited

  • Days Won

    20
  • Feedback

    100%

Everything posted by Gunman

  1. @Darren Has failed to reply and has been banned. @Dobrik Did Darren leave supplies on the account or no? If so how much in GP of supplies was is there?
  2. I will attempt to contact the user on discord. They will have up to 48 hours to respond here. @Dobrik Please confirm the work done on the account, starting level to the current level.
  3. Try a different browser
  4. Yeah, use a lamba to filter it to your position https://www.programiz.com/java-programming/lambda-expression
  5. Does this fix the Candice issue?
  6. If injection got some love it wouldn't be a problem
  7. I don't see how this will change anything if you have a private script made on OSBot
  8. There's one in the store under other, it's free. Unless you need to to do all the activities
  9. They changed this like a month ago to only have it go through the account status page
  10. Like Khal said wouldn't recommend doing that in the onMessage. But an alternative to walk a tile that short of a distance you can also just directly interact with the tile new Position(0, 0, 0).interact(getBot(), "Walk here");
  11. 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.
  12. Broke with a dependency update. Old theme will return when it's fixed
  13. Mhmm you could try this, maybe it will work? java -Duser.home="C:\Users\Testing" -jar "osbot 2.6.53.jar" Replace "Testing" with your desired window user. And if you have one drive installed could also try uninstalling it, I know that has caused issues in the past.
  14. You're allowed
  15. @Chuckle You mean this one
  16. I don't understand what you're trying to ask
  17. Run jar fix https://johann.loefflmann.net/downloads/jarfix.exe
  18. Some shit like this I guess private void mineRocks() { final RS2Object mineRock = getRock(null); final RS2Object hoverRock = getRock(mineRock); } private RS2Object getRock(final RS2Object ignoreRock) { //Just add this condition to your filter to get the next rock basically // r != ignoreRock return getObjects().closest(r -> r.getId() == 0 && r != ignoreRock); }
  19. Same way you get the rock to mine, just pass the rock you're already mining and add to the filter to ignore that one.
  20. @sexyrussian Probs some shit like this private GraphicsObject getGraphicsObjectOnPosition(final Position position) { final List<GraphicsObject> graphicsObjectList = getGraphicObjects().getAll(); if (position == null || graphicsObjectList == null || graphicsObjectList.isEmpty()) { return null; } return graphicsObjectList.stream().filter(g -> g != null && g.getPosition() == position) .findFirst().orElse(null); }
  21. Coolio
  22. Normal theme will be back when all the functionality of it is fixed after a recently update broke it.
  23. Enjoy burning your eyes out, I don't see the option either.
  24. @Ztheman1 Use the bump this topic button at the top of the page. You're only bumping one thread.
×
×
  • Create New...