Jump to content

Khaleesi

Script Officer
  • Posts

    27569
  • Joined

  • Last visited

  • Days Won

    223
  • Feedback

    100%

Everything posted by Khaleesi

  1. Enjoy!
  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. Sure! Enjoy
  4. 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())); }
  5. Enjoy!
  6. hmm, will check that out!
  7. Enjoy!
  8. Should be fixed in version V1.41
  9. Should be fixed in V2.02, should be live in a few hours Thanks for reporting!
  10. hmm that should not happen, what stall are you thieving?
  11. try to empty them before you start
  12. Have fun!
  13. did you change somethingt to your settings?
  14. There are no trials on this script
  15. 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
  16. 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!
  17. Have fun!
  18. Have fun!
  19. 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!
  20. 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
  21. Khal herblore (All in One) updated to V1.39: - Updated to latest game update - Refactored multiple method so everything works smoother - Will auto move pestle and mortar when grinding items - Added multiple inventory orders for cleaning herbs Will be live soon! Enjoy
×
×
  • Create New...