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.

Bug Minimap Wrong coordinates.

Joined
Dec 30, 2014
Messages
13
When I request coordinate.minimap().click() It clicks the wrong coordinates on the minimap. There are some objects surrounding the coordinate, but that shouldn't matter. It's supposed to click the exact coordinates, shouldn't it? In order to get the right coordinates... I had to use the x -1 and y -1 so that it clicks on the right coordinate.
 
Last edited:
Client Developer
Joined
Oct 12, 2015
Messages
3,817
Minimap clicks are only accurate to a 2x2 square (because that's how RS is designed).
 
Joined
Dec 30, 2014
Messages
13
Minimap clicks are only accurate to a 2x2 square (because that's how RS is designed).
Makes sense I guess.. but how does the packet send exact coordinates to the server? This margin of error seems highly unlikely (Built a server at #90 revision), Is it a thing a with the minimap image? Because Im' pretty sure that the client decodes to the exact coordinates when clicked. Can you explain this 2x2 margin of error?
 
Top