Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26436
  • Joined

  • Last visited

  • Days Won

    203
  • Feedback

    100%

Everything posted by Khaleesi

  1. thanks for the report, let me take a look at it EDIT: Seems to be an error when it tried to enable run when walking closer to a patch. I don't see how this could throw an error except for the cliebt being stuck for a moment. Have you see this error multiple times before? You can select 17 plants, mirror should be able to do that are or you out of run energy every round? Try to enable waitforrunenergy option so it gets back to 100% before starting a sequence
  2. Yes basicly it's just a filter. You pass on what result you would filter in the results and then it will the closest one of all the results
  3. As far as I know if you create an area with a list of tiles, it tries to create a boundary with them. Like if you gives tile in a circle, it will draw imaginary lines in between them and every tile that falls in there counts as in the area. So you will get very strange behaviour on how you use it If you give 6 tiles in an odd shape, I believe it does something like this. Correct me if I'm wrong @Patrick Try to use this code to get an ash from your list private GroundItem getClosestAshesByTiles(List<Position> tiles) { return script.getGroundItems().closest(groundItem -> groundItem!= null && groundItem.getName().equals("Ashes") && tiles.contains(groundItem.getPosition())); }
  4. Should be fixed in version V1.41
  5. Should be fixed in V2.02, should be live in a few hours Thanks for reporting!
  6. hmm that should not happen, what stall are you thieving?
  7. try to empty them before you start
  8. did you change somethingt to your settings?
  9. There are no trials on this script
  10. hmm that's weird. I will check it out, try to restart client and also make sure you are on fixed screem mode in game
  11. Khal Crafter (All In One) updated to V2.01: - Rewrote most methods to be more effective - Fixed minor bugs that slipped in due to previous week game update - Fixed issue with the GUI not saving last selected Shield Will be live soon Enjoy!
×
×
  • Create New...