So; since we lacked a decent map coordinate system, here it is.
Usage is very simple, the picture may look a bit confusing at first, just have a good look, it's as simple as peapie.
FULL SYNTAX: (SG.X , SG.Y)(MM.X , MM.Y)(T.X , T.Y)
SG.X , SG.Y = any integer, with (0,0) being the center of X & Y axis.
X-axis increases from left to right (West to East), Y-axis increases from bottom to top (South to North). Just like the pixels on your monitor.
MM.X , MM.Y = Optional, any integer from 0 to 39, (0,0) being the top-left (North-West) minimap in the SG.
X-axis increases from left to right (West to East), Y-axis increases from top to bottom (North to South). Just like the pixels on your monitor.
T.X , T.Y = Optional, any integer from 0 to 124, (0,0) being the top-left (North-West) tile in the minimap.
X-axis increases from left to right (West to East), Y-axis increases from top to bottom (North to South). (Again, just like the pixels on your monitor).
Possible alternative usage:
- (SG.X , SG.Y) ==> Drops the minimap and tile coordinates.
- (SG.X , SG.Y)(MM.X , MM.Y) ==> Drops the tile coordinates.
- (SG.X , SG.Y)()(T.X , T.Y) ==> Drops the minimap coordinates, T.X and T.Y specify a tile in the SG, ranges from 0 to
- 4999. When referring to a tile that has X and/or Y value over 39, the "()" *could* be dropped.
- ()(M.X , M.Y)(T.X , T.Y) ==> Drops the SG coordinates, M.X and M.Y refer to a minimap in a non-specified SG, ranging from 0 to 124. T.X and T.Y refer to a tile within the minimap as in full syntax.
- ()()(T.X , T.Y) ==> Drops the SG AND minimap coordinates, T.X and T.Y refer to a tile in a non-specified minimap and SG. Ranges from 0 to 4999.
Examples (WC = World Center):
- (-1,3) ==> 1 SG West and 3 SG North of WC.
- (-2,1)(16,28) ==> 2 SG West and 1 SG North of WC, the 17th horizontal & 29th vertical minimap from the top-left of the SG.
- ()(24,9)(106,12) ==> 25th horizontal & 10th vertical minimap from the top-left of unspecified SG.The 107th horizontal & 13th vertical tile from the top-left of that minimap.
- (0,0)(3456, 1158) ==> 3457th horizontal & 1159th vertical tile of the WC.
