Sro Map X, Y finder !

12/21/2016 16:56 player3007#1
hello guys ,

so as the topic said iam looking for tool & or map sro on website that find your desired X , Y pointed on the map of sro

so pleas if u have anything similar pleas post a working link here .
12/23/2016 08:15 sro_cyklon#2
Did you think of this?

[Only registered and activated users can see links. Click Here To Register...]

srocoords: [Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
12/23/2016 13:23 KingDollar#3
and you can use this also
[Only registered and activated users can see links. Click Here To Register...]

and here is the calculate
xpos = (silkroad_x % 192) * 10
ypos = (silkroad_y % 192) * 10
xsec = (silkroad_x - xpos / 10) / 192 + 135
ysec = (silkroad_y - ypos / 10) / 192 + 92

region = (ysec << 8) | xsec