Jump to content

Khaleesi

Script Officer
  • Posts

    27645
  • Joined

  • Last visited

  • Days Won

    225
  • Feedback

    100%

Everything posted by Khaleesi

  1. Ya it clicks a lot faster, not really inhuman speed though, just have New mouse enabled when you start the client
  2. It's because GE is not added as a bank and the script wil walk to a real bank. I could add the area if you really want, but botting at GE aint the smartest thing to do
  3. Really strange, shouldn't happen
  4. Thanks for letting me know, will take a look at it right away!
  5. Have fun!
  6. Enjoy the trials!
  7. You can just equip it? I don't have to add anything special for it right?
  8. Oh yes that's correct, resolution should be at 100% else java fucks up
  9. Very strange! How does it look atm? screenshot?
  10. Only doing 24h trials, enjoy!
  11. private boolean lootItems(Position targetPosition) { List<String> itemsToLoot = Stream.of("Feather", "Bones").collect(Collectors.toList()); GroundItem itemToLoot = getGroundItems().closest(item -> item.getPosition().equals(targetPosition) && itemsToLoot.contains(item.getName())); if (itemToLoot != null) { if (itemToLoot.interact("Take")) { Timing.waitCondition(() -> !itemToLoot.exists(), 5_000); } return true; } return false; } Pick them up 1 by 1, returns true when loot is found
  12. No, those are not yet included atm
  13. Sure! Enjoy
  14. It's already added Upgrade potions -> Stamina potions
  15. That look spretty scuffed, what operating system are you using? What did you change?
  16. Ya will take a look at that No there is 0 point in doing that, only increases bann rates.
  17. Have fun!
  18. just resize it like you would resize any other window
  19. Khal runecrafter updated to V3.62: - Remade pathing to abyss to be more unique and humanlike - Remade entering inner ring in abyss to be less chaotic - Updated GUI to be more responsive Will be live soon! Enjoy
  20. Khal Motherlode updated to V1.75: - Fixed ladder bug - Updated Pickaxe special to be more random - Fixed issue with walking to zone - Fixed rare issue with depositing pay dirt when satrting the script Live soon! Enjoy
×
×
  • Create New...