Jump to content

Khaleesi

Script Officer
  • Posts

    27680
  • Joined

  • Last visited

  • Days Won

    225
  • Feedback

    100%

Everything posted by Khaleesi

  1. What potions are you making? If you are using mirror make sure to hook mirror client before logging in, else you might get issues with banking You already have an expired trial
  2. plants died or what happend? Enjoy!
  3. Enjoy the trial! Well if you are not putting out the fires, it will just run though it... just like they don't exist. Zoom out your screen so it can see the fire to douse them
  4. Enjoy the trials Not really, very low bann rate atm Try again in V1.08 And let met know how that one works for you
  5. "Bank, Need more potions: Ranging potion" just means it needs to bank for more potions If it does not recognize them, restart mirror completely
  6. Well GE has a lot of legit players running the anti bot plugin and it's considered a hotspot, so nope
  7. haha have fun!
  8. Not yet, will be added in one of the next updates
  9. Khal Agility (All in One) updated to V2.41: - added failsafe at relekka Live soon, Enjoy! thx for reporting! @CIeetZ
  10. Ya it clicks a lot faster, not really inhuman speed though, just have New mouse enabled when you start the client
  11. 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
  12. Really strange, shouldn't happen
  13. Thanks for letting me know, will take a look at it right away!
  14. Have fun!
  15. Enjoy the trials!
  16. You can just equip it? I don't have to add anything special for it right?
  17. Oh yes that's correct, resolution should be at 100% else java fucks up
  18. Very strange! How does it look atm? screenshot?
  19. Only doing 24h trials, enjoy!
  20. 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
  21. No, those are not yet included atm
×
×
  • Create New...