Jump to content

skillerkidos1

Java Lifetime Sponsor
  • Posts

    1374
  • Joined

  • Last visited

  • Days Won

    16
  • Feedback

    100%

Everything posted by skillerkidos1

  1. When I did it I had to make my own
  2. If you want a trial please join my discord! Link is in my signature
  3. Please join my discord if you would like to help me test! Will be posting proggies soon!
  4. Pretty sure everyone will be making one lol
  5. Pretty sure you can launch with the vanilla client with the jagex launcher instead of runelite
  6. Yaaasssss
  7. https://osbot.org/forum/forum/227-vouchers/
  8. Yes it will
  9. private void test() { RS2Object rock1 = getObjects().getAll().stream().filter( a -> a.getName().equals("Iron rock") && a.getX() == 123 && a.getY() == 234) .findAny().orElse(null); boolean minedRock1 = false; boolean minedRock2 = false; if (minedRock1 && minedRock2) { //make all false } else if (!minedRock1) { //mine rock 1 //set true } else if (!minedRock2) { //mine rock2 //set true } }
  10. Im currently rewriting the script so not too much longer!
  11. v1.56 fixed bugs and recharging tridents
  12. It’s the name of the settings you saved
  13. Can you send me log on discord please
  14. Thank you for the report I’m checking it out
  15. Ty for the report I’ll check those out
  16. Was resolved
×
×
  • Create New...