Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

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,765
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