Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26955
  • Joined

  • Last visited

  • Days Won

    214
  • Feedback

    100%

Everything posted by Khaleesi

  1. Ya and I can't really change the way the pathing works on the webwalker, the path is always a bit random so it's never really the "shortest" path
  2. So why not buy a staff and auto cast? or why do you wanna cast every spell by clicking it? Above code could be changed to something like this: if(getMagic().isSpellSelected()){ NPC enemy = getNpcs().closest("Lesser demon"); if(enemy != null){ if(enemy.interact("Attack")){ ConditionalSleep2.sleep(2500, () -> !getMagic().isSpellSelected()); } } }else{ if(getMagic().castSpell(Spells.NormalSpells.FIRE_STRIKE)){ ConditionalSleep2.sleep(2500, () -> getMagic().isSpellSelected()); } }
  3. check the logger, should tell you some more. Did you add patches to the config? Feel free to send me some screenshots!
  4. No trials on this script, it just kicks ass
  5. ya that's not supposed to happen, will check it EDIT: changed the timer slightly, should be better now
×
×
  • Create New...