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.
Yes it is, you can do it just like a player would, but there is no method in the Runemate API to do it. There is no hook to get the camera zoom, so you have to do it based on the position of the zoom slider, which isn't very precise.
Yes it is, you can do it just like a player would, but there is no method in the Runemate API to do it. There is no hook to get the camera zoom, so you have to do it based on the position of the zoom slider, which isn't very precise.
From my understanding, there is literally no way to get the Camera zoom without using the zoom slider with how Runemate gets information from the game client.
From my understanding, there is literally no way to get the Camera zoom without using the zoom slider with how Runemate gets information from the game client.
there must be something though, else the zoom wouldnt work in the first place. like there has to be lets say a variable in the client, which both the slider and the camera read from to represent the current zoom
Depending of the amount of zoom you want you can use a poor approach which is use the Keyboard class to make it press Page up/Page down keys, once this keybind is enabled in rs client configs (rs3 only, I guess).