GM coords..

03/24/2014 07:38 Sharky000#1
This awesome link died.. :( [Only registered and activated users can see links. Click Here To Register...]

I wanna ask you guys about other program or website for this cuz i didnt find other way to convert Y X to warp coordinate, thanks for help. :)
03/24/2014 13:39 Judgelemental#2
Delete system33 m9
03/24/2014 15:07 M4n1ak#3
Here you go.

Quote:
$xSection = ParseByte()
$ySection = ParseByte()
$xOffset = ParseWord()
$zOffset = ParseWord()
$yOffset = ParseWord()

$x = Round(($xSection - 135) * 192 + ($xOffset / 10))
$y = Round(($ySection - 92) * 192 + ($yOffset / 10))
03/24/2014 16:01 Haxor#4
#moved