Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27566
  • Joined

  • Last visited

  • Days Won

    223
  • Feedback

    100%

Everything posted by Khaleesi

  1. Started in rogues den? Show me some screenshots plz
  2. Ya I see, human idles might be too much atm, make sure to zoom out so it never has to rotate the screen Enjoy!
  3. Enjoy the trials!
  4. Have fun!
  5. hmm strange, will have a look ^^ Not giving trials sorry
  6. Enjoy!
  7. With what osbot version is this?
  8. Enjoy! :D
  9. Awesome!
  10. 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 ^^
  11. Always null check this kind of stuff before checking anything ^^
  12. Have fun!
  13. Enjoy!
  14. Enjoy!
  15. okie! will still have a look at this! shouldn't get stuck like this
  16. Ya use 2.6..9 ^^
  17. Make sure you are not using .12 version, use the stable built ^^
  18. Enjoy! I will have a look at that!
  19. Well you learn by doing it
  20. 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(); } } }
  21. Sure! Enjoy!
  22. Enjoy!
  23. Enjoy! Sure does!
  24. Enjoy!
  25. No only chopping, can bank them or drop them ^^
×
×
  • Create New...