Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27482
  • Joined

  • Last visited

  • Days Won

    222
  • Feedback

    100%

Everything posted by Khaleesi

  1. Try to remove this folder: C:\Users\YOURNAME\OSBot\Data\khal\images\wintertodt I'm nto sure where it's located exactly on Mac though, but if you find the osbot folder you can navgigate from there ^^
  2. Always null check this kind of stuff before checking anything ^^
  3. Have fun!
  4. Enjoy!
  5. Enjoy!
  6. okie! will still have a look at this! shouldn't get stuck like this
  7. Ya use 2.6..9 ^^
  8. Make sure you are not using .12 version, use the stable built ^^
  9. Enjoy! I will have a look at that!
  10. Well you learn by doing it
  11. After interacting with the items just add another contional sleep to wait until it's back to magic tab ^^ You also have a small logic issue in your script, will make it pretty unstable if (currentState == State.HIGH_ALCH) { if (s.getTabs().getOpen() == Tab.MAGIC) { if(getMagic().castSpell(Spells.NormalSpells.HIGH_LEVEL_ALCHEMY)){ new ConditionalSleep(2500) { @Override public boolean condition() throws InterruptedException { return s.getTabs().getOpen() == Tab.INVENTORY; } }.sleep(); } }else{ if(getInventory().interact("Cast", MAPLE_LONG_BOW_ID_NOTED)){ new ConditionalSleep(2500) { @Override public boolean condition() throws InterruptedException { return s.getTabs().getOpen() == Tab.MAGIC; } }.sleep(); } } }
  12. Sure! Enjoy!
  13. Enjoy!
  14. Enjoy! Sure does!
  15. Enjoy!
  16. No only chopping, can bank them or drop them ^^
  17. Have fun!
  18. Enjoy!
  19. Have fun!
  20. Enjoy!
  21. Enjoy!
  22. Don't use .12 it's bugged, use the .11 or stable version ^^
  23. Tried restarting mirror client?
  24. Enjoy!
  25. Enjoy!
×
×
  • Create New...