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.
  1. taarun

    Question Best way to deal with methods that can throw NullPointers

    IntelliJ automatically offers this: Maybe it can help.
  2. taarun

    Question Copy Constructors?

    Sorry dude, I didn't understand that. Is object lifecycle long or short? Or are you saying that frequent queries are a bad practice? Or you saying it's good either way, because it doesn't put load on the CPU.
  3. taarun

    Question Copy Constructors?

    Do the GameObjects, Npcs and other entities have copy constructors? I tried, couldn't find. If not, is there a way to save query results permanently? Or at least for the duration of the bot? So that the branches/leaves don't have to constantly query the exact same object everytime. Because...
  4. taarun

    Question How to interact with the bank or with an NPC as soon as possible?

    Okay, I'm not a Bot Author, but I have written quite a few for myself. No expert. I guess I can suggest a few things. 1. You can try using a GameObject query for Counter/Chest, or an Npc query for Bankers. 2. Just turn the camera to the LocatableEntity if it is != null. Skip Visibility check...
Top