Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27480
  • Joined

  • Last visited

  • Days Won

    222
  • Feedback

    100%

Everything posted by Khaleesi

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