View Single Post
05/25/18, 08:35 AM   #5
Hydra9268
 
Hydra9268's Avatar
AddOn Author - Click to view addons
Join Date: May 2018
Posts: 33
Originally Posted by Kyoma View Post
Try using LibGPS2, it should allow you to measure the map/scale/coordinates in such situations.
Thanks! That was a huge help. All the main Summerset locations are now set up.

Code:
["summerset_base"] = 	{ name = "Summerset", 	id = 388, xoffset = -0.0035352285793352, yoffset = 0.60646441074991, scale = 0.26354155912548, yscale = 0.26354164039408, map = 32, },
["shimmerene_base"] = 	{ name = "Shimmerene", 	id = 394, xoffset = 0.13651019277278, yoffset = 0.70346567832109, xscale = 0.03906602479392, yscale = 0.039067244684405, },
["lillandril_base"] = 	{ name = "Lillandril", 	id = 392, xoffset = 0.027778038963195, yoffset = 0.69915922340375, xscale = 0.023632472233258, yscale = 0.023632674051079, },
["alinor_base"] = 	{ name = "Alinor", 	id = 389, xoffset = 0.06035675104039, yoffset = 0.75090383391464, xscale = 0.027322944989731, yscale = 0.027322585673017, },
["sunhold_base"] = 	{ name = "Sunhold", 	id = 395, xoffset = 0.089077860247676, yoffset = 0.78044268173993, xscale = 0.015432254571717, yscale = 0.015431841398846, },
Lillandril is the only one that doesn't work for reasons unknown. The GPS values are correct. Checked them 3-4 times. Any ideas?
  Reply With Quote