Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27478
  • Joined

  • Last visited

  • Days Won

    222
  • Feedback

    100%

Everything posted by Khaleesi

  1. Enjoy!
  2. okie! will still have a look at this! shouldn't get stuck like this
  3. Ya use 2.6..9 ^^
  4. Make sure you are not using .12 version, use the stable built ^^
  5. Enjoy! I will have a look at that!
  6. Well you learn by doing it
  7. 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(); } } }
  8. Sure! Enjoy!
  9. Enjoy!
  10. Enjoy! Sure does!
  11. Enjoy!
  12. No only chopping, can bank them or drop them ^^
  13. Have fun!
  14. Enjoy!
  15. Have fun!
  16. Enjoy!
  17. Enjoy!
  18. Don't use .12 it's bugged, use the .11 or stable version ^^
  19. Tried restarting mirror client?
  20. Enjoy!
  21. Enjoy!
  22. I could take a look at it!
  23. Enjoy! Ya Should be live soon! SDN is having trouble updating again -__-
  24. ENjoy!
  25. Try restarting computer first, might do the trick ^^ After that: Delete the osbot folder and install it again C:\Users\YOURNAME\OSBot\
×
×
  • Create New...