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.

V1.2.0/V1.2.1

Engineer
Joined
Jul 28, 2013
Messages
2,776
This has been a massive update that has been in development for several weeks, the changes listed here are only a very small subset of the actual work that went into preparing this for general release.

The entire development toolkit has been completely revamped. Several new tabs have been added to the sidebar, the most important of which is the Database switch. When enabled, it loads and displays all of the Item, Npc, and Object definitions into a table, which can then be searched from the newly added search bar in the top right corner.

8fd730b127492eb403b5a36894a725c2.png


As you can probably tell from the name (and the image above) there are a lot more definitions loaded than what RS stores in it's cache. The reason we have access to all of them is because as of this release, RuneMate can access all of the Npc, Item, and Object definitions on demand. Simply use ItemDefinition.get(int id) or a similar method such as GroundItem.getDefinition() and you'll be able to access all of the definition details.

Since these definitions are now always available, we've added the ability to search for Npcs, Items, and Objects into the API. Now you can easily search the loaded region, your inventory, and your equipment for items based on just it's name.

As always, a lot of improvements were made server-side to, which should help ensure long-term stability.

If you have any questions, feel free to ask. I hope you enjoy the work we've put into the client.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,121
Phew it's finally released. Updated documentation on the way folks.
 
Top