Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Question Reachable Target

Joined
Aug 10, 2016
Messages
8
I was wondering ... how do I check if a target is reachable ? for example a npc to interact with
 
Joined
Mar 28, 2017
Messages
286
Taking a look at the Java Docs for Runemate's API:

  • Checking the distance between the NPC and you
  • Checking to see if the NPC's position is reachable, either via .getPosition.isReachable OR adding the filter method to check for reachability within your query, but I think checking if reachable in queries makes the query longer
  • Checking if the NPC is visible
  • and ofc making sure the NPC exists :)


RM JDocs: Npc
 
Top