I'm currently working on some mod for mapping (ingame interactive map).
Of course I have some problems around the corner and this is:
I'm currently debugging a client to see where I get absolute and relative coordinates on map. I have found relative ones, every time I log in those coordinates are different then before.
So my question is, is there and calculations done on client side to get absolute coordinate of tiles (objects,...)?
It seems I can't find it in client code. Or it is made on server side?