Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27511
  • Joined

  • Last visited

  • Days Won

    222
  • Feedback

    100%

Everything posted by Khaleesi

  1. Very strange! How does it look atm? screenshot?
  2. Only doing 24h trials, enjoy!
  3. 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
  4. No, those are not yet included atm
  5. Sure! Enjoy
  6. It's already added Upgrade potions -> Stamina potions
  7. That look spretty scuffed, what operating system are you using? What did you change?
  8. Ya will take a look at that No there is 0 point in doing that, only increases bann rates.
  9. Have fun!
  10. just resize it like you would resize any other window
  11. 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
  12. 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
  13. Should be fixed, lemme know if you encounter this again
  14. Enjoy!
  15. You already have an expired trial
  16. Enjoy!
  17. Enjoy! Just zoom out so it can see everyhting and it should be fine That way it never has to walk closer to a vein, or do you mean after walking from bank/hopper back to mining zone?
  18. Enjoy!
  19. Have fun!
  20. Enjoy!
  21. Sure! enjoy the trial
×
×
  • Create New...