Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26661
  • Joined

  • Last visited

  • Days Won

    209
  • Feedback

    100%

Everything posted by Khaleesi

  1. It does support it in the mass world, but don't think those worlds are still alive
  2. update your client, download the new version
  3. Have fun! ya it very good for irons Enjoy the trial!
  4. Glad to hear, All my scripts are 1 time payments Should be 8.99$
  5. Khal Rogues den updated to V1.13: - Added Menu invokes for flawless minigames Live soon!
  6. 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
  7. 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()); } }
  8. check the logger, should tell you some more. Did you add patches to the config? Feel free to send me some screenshots!
×
×
  • Create New...