Thread Tools Display Modes
05/24/18, 03:18 AM   #1
Hydra9268
 
Hydra9268's Avatar
AddOn Author - Click to view addons
Join Date: May 2018
Posts: 33
[API][QUESTION] Summerset Map IDs and x y scale coordinates

I believe Summerset itself is map id 32, right after Clockwork City.

Does anyone have ids, x, y, and scale for:

Alinor,
Lillandril,
Rellenthil,
Shimmerene,
Sunhold

I'm updating Zygor's ESO leveling guide for the community (they've dropped support for it). I'm finding it a bit of a challenge to establish the mapping coordinates for Summerset's main cities. Any help you can provide is much appreciated. If you know of an addon that can give this information in-game, please let me know.

Last edited by Hydra9268 : 05/24/18 at 03:22 AM.
  Reply With Quote
05/24/18, 03:45 AM   #2
Marazota
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 257
Originally Posted by Hydra9268 View Post
I believe Summerset itself is map id 32, right after Clockwork City.

Does anyone have ids, x, y, and scale for:

Alinor,
Lillandril,
Rellenthil,
Shimmerene,
Sunhold

I'm updating Zygor's ESO leveling guide for the community (they've dropped support for it). I'm finding it a bit of a challenge to establish the mapping coordinates for Summerset's main cities. Any help you can provide is much appreciated. If you know of an addon that can give this information in-game, please let me know.
can you link your project?
  Reply With Quote
05/24/18, 04:11 AM   #3
Hydra9268
 
Hydra9268's Avatar
AddOn Author - Click to view addons
Join Date: May 2018
Posts: 33
Originally Posted by Marazota View Post
can you link your project?
Sure. Just posted it: https://github.com/Hydra9268/ZGESO/

In particular, on line 15324
https://github.com/Hydra9268/ZGESO/b...rrowindDLC.lua

In tandem with line 547
https://github.com/Hydra9268/ZGESO/b...ta/MapData.lua

summerset_base and shimmerene_base appear to work as expected. lillandril_base on the hand is rather odd because the "X" marker never appears in that city's map. I've tried a wide variety of coordinates, as you can see from the test_baseX coordinates.

From what I can determine, it looks like the ZG devs use Scale to push markers off the map where they don't want it to appear in the city, zone, or world map, and then use x and y offsets to position the marker back where they do. As you can imagine, "Guessing" their coordinate system is a nightmare. I'm sure they have a tool inside the Addon for this purpose, but I'm not sure.

Last edited by Hydra9268 : 05/24/18 at 04:14 AM.
  Reply With Quote
05/24/18, 10:15 AM   #4
Kyoma
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 125
Try using LibGPS2, it should allow you to measure the map/scale/coordinates in such situations.
  Reply With Quote
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

ESOUI » AddOns » AddOn Help/Support » [API][QUESTION] Summerset Map IDs and x y scale coordinates

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off