Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27142
  • Joined

  • Last visited

  • Days Won

    216
  • Feedback

    100%

Everything posted by Khaleesi

  1. 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
  2. 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())); }
  3. Should be fixed in version V1.41
  4. Should be fixed in V2.02, should be live in a few hours Thanks for reporting!
  5. hmm that should not happen, what stall are you thieving?
  6. try to empty them before you start
  7. did you change somethingt to your settings?
  8. There are no trials on this script
  9. 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
  10. 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!
  11. It will probably not care about broken masts when a wave is coming in, I can take a look at that. It should always have prio on double fishing sposts, if it does not do that thats bcs usually there is still "fires" underneath or "storms" above in the mirror mode client, for some reason they don't refresh at some points. Not much me or you can do about that Enjoy!
  12. What home tab? As far as I know there is no "Home" tab in runescape... or what exactly do you mean? I tried it on mirror and as far as I tested it works just fine on mirror Can you share what you are trying to cook and where, throw in some screenshot of what the script is tryong to click so I can take a look and help you out
×
×
  • Create New...