Good day all, currently trying to find the best way to determine where the zone map would start. Using a Classic Minimap you can use local maps by zone ID and localMap x/y.
Using Necropolis of Disciples as an example (The one the classic map comes with)
It is Zone ID 140 and it's color is 249, below is the ZoneName image (128x128px)
Based on shape alone I can determine that the 249 must be the red shape.
I know a Map tile is 32,768 units and origin 0,0 starts at 20_18.
Using the math to calculate the top left corner of this graphic at 19,57
I did the math:
9/128 = 0.1484375 * 32,768 = 4,864
57/128 = 0.4453125 * 32,768 = 14,592
Calculated the size for 25_17
(25 - 20) * 32,768 = 163,840
(17 - 18) * 32,768 = -32,768
163,840 - 4,864 = 158,976
-32,768 + 14,592 = -18,176
On that file it says the X and Y are 163,000 x -26,100 so I know somewhere I'm doing the math wrong lol curious if anyone can provide some insight into it, so I can start making the maps for the other catacombs.
Cheers