Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26925
  • Joined

  • Last visited

  • Days Won

    213
  • Feedback

    100%

Everything posted by Khaleesi

  1. okie! will still have a look at this! shouldn't get stuck like this
  2. Make sure you are not using .12 version, use the stable built ^^
  3. Enjoy! I will have a look at that!
  4. 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(); } } }
  5. No only chopping, can bank them or drop them ^^
  6. Don't use .12 it's bugged, use the .11 or stable version ^^
  7. Tried restarting mirror client?
  8. I could take a look at it!
  9. Enjoy! Ya Should be live soon! SDN is having trouble updating again -__-
×
×
  • Create New...