Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26430
  • Joined

  • Last visited

  • Days Won

    203
  • 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. hmm strange, will have a look ^^ Not giving trials sorry
  4. With what osbot version is this?
  5. 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 ^^
  6. Always null check this kind of stuff before checking anything ^^
  7. okie! will still have a look at this! shouldn't get stuck like this
  8. Make sure you are not using .12 version, use the stable built ^^
  9. Enjoy! I will have a look at that!
  10. 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(); } } }
×
×
  • Create New...