The connection issues for the European megaservers have been resolved at this time. If you continue to experience difficulties at login, please restart your client. Thank you for your patience!

Map Coordinates add-on

Khedrakb14_ESO
Khedrakb14_ESO
✭✭✭
Is there a map coordinates add-on that is updated and working. I can not seem to find one that does NOT come with another add-on.
  • GreenHere
    GreenHere
    ✭✭✭✭✭
    ✭✭
    I'm using AUI without any issues, but I only use the minimap module. It has the ability to show coordinates.
  • SirAndy
    SirAndy
    ✭✭✭✭✭
    ✭✭✭✭✭
    Map coordinates are normalized from 0.0 to 1.0 for each zone map.

    One simple API call gets you your current x/y on the map:
    x, y = GetMapPlayerPosition("player")
    

  • Nestor
    Nestor
    ✭✭✭✭✭
    ✭✭✭✭✭
    Frykins Minimap has coordinates. While a minmap is an addon, i find minimap is essential.
    Enjoy the game, life is what you really want to be worried about.

    PakKat "Everything was going well, until I died"
    Gary Gravestink "I am glad you died, I needed the help"

  • Iluvrien
    Iluvrien
    ✭✭✭✭✭
    ✭✭
    SirAndy wrote: »
    Map coordinates are normalized from 0.0 to 1.0 for each zone map.

    One simple API call gets you your current x/y on the map:
    x, y = GetMapPlayerPosition("player")
    
    This.

    I made an add on that tells me what surveys I have in my inventory and, if in zone, where to go to find them. I displayed the coords call as a random extra.

    It has turned out to be the single most useful part.
Sign In or Register to comment.