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.

RuneMate V1.0.0 - Beta 75

Engineer
Joined
Jul 28, 2013
Messages
2,776
This is a big update so I'm just going to go over the more important stuff.
  • The Camera class has been completely redone. It's now more accurate and more customizable. It also includes methods for asyncronized turns (which return cancelable Future<Boolean> objects). Mouse based camera movements have been temporarily disabled while I finish tweaking there usage. In addition, turnTo (and passivelyTurnTo) now adjusts pitch in addition to yaw.
  • Execution.delay() no longer obliterates the interruption status of the active thread when an InterruptedException is thrown.
  • RegionPath will now generate more human like and slightly sub-optimal paths. The degree to which this takes affect is decided by player sense and varies for each player. The tests were very promising.
  • LocatableQueryResults#nearest/furthest have been completely redone. It will always return the nearest entity in the results (like before) however when multiple entities are equidistant it will take a much more human like approach to resolving which one is actually nearest.
  • The BeastOfBurden class has been expanded to provide easy store/withdraw functions.
  • NpcDefinition names now have html tags filtered out of them.
Amendments
  • Due to a bug on Jagex's end, when some accounts left click it opens the menu. I've adjusted the menu code to better handle when this happens (in a way that doesn't affect players who aren't experiencing this)
 
Last edited:
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,468
Awesome update :D Think im gonna love the new camera class :p
 
Top