Thread Tools Display Modes
02/27/14, 12:33 AM   #1
Windshadow
 
Windshadow's Avatar
Join Date: Feb 2014
Posts: 16
Question Location app?

If there is a way to record a location in terms of its map name and X Y coordinates I have not yet found it.

The usage would be to record resource nodes for future use, to let a guild buddy know the loc of a node of something needed for a quest or perhaps a meeting point.

Or once you find a resource node you record it with the icon fo it on your copy of the map for that sector so you can find it again if coordinates don't work.

Also to record the exact loc of skyshards again to help others in your guild and all the other useful things that the gatherer addon in wow does

Just wondering
  Reply With Quote
02/27/14, 12:36 PM   #2
SilverDragon
Join Date: Feb 2014
Posts: 1
I am looking for such an addon, too. I would really like to set markings and maybe comments/colour codes associated to them for points of interest.
  Reply With Quote
02/27/14, 01:06 PM   #3
Wykkyd
Are you Wykkyd Gaming?
 
Wykkyd's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 107
local unitTag = "player"
local zoneName = GetUnitZone( unitTag )
local x, y, z = GetMapPlayerPosition( unitTag )

The values of x, y and z are relative to the zone map. And they are very "small" values. IE:

x might come back as 0.23788127281

x = west-east
y = north-south
z = altitude

A perfect 0,0,0 (for x,y,z) would be considered Base or Root position for that map.

x - Increasing value is moving west from 0. Decreasing is moving east.
y - Increasing value is moving north, decreasing is moving south.
z - Increasing value is descending altitude (distance below "sea level", if you will)

EDIT: I know, not an addon. But it's code to help someone else build one

Last edited by Wykkyd : 02/27/14 at 02:09 PM.
  Reply With Quote
02/27/14, 09:59 PM   #4
Windshadow
 
Windshadow's Avatar
Join Date: Feb 2014
Posts: 16
Smile

Thanks I am sure someone is creating esogather right now... Or I hope so anyway.

Well its beyond my skill level I last did any real coding in 6502 assembler in the late 1970s
These days I can nearly pick my way through perl in unix.

A mans got to know his limitations!
  Reply With Quote
02/28/14, 03:40 PM   #5
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 369
Rofl just got home from work .. so not even had dinner yet rofl. Give a girl a chance :P

Will see what I can get rigged up. baby steps ... baby steps
  Reply With Quote
03/01/14, 05:49 AM   #6
jgm
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 7
Originally Posted by Wykkyd View Post
local unitTag = "player"
local zoneName = GetUnitZone( unitTag )
local x, y, z = GetMapPlayerPosition( unitTag )

The values of x, y and z are relative to the zone map. And they are very "small" values. IE:

x might come back as 0.23788127281

x = west-east
y = north-south
z = altitude

A perfect 0,0,0 (for x,y,z) would be considered Base or Root position for that map.

x - Increasing value is moving west from 0. Decreasing is moving east.
y - Increasing value is moving north, decreasing is moving south.
z - Increasing value is descending altitude (distance below "sea level", if you will)

EDIT: I know, not an addon. But it's code to help someone else build one
Just FYI, it's not z but a, the heading.
  Reply With Quote
03/01/14, 05:50 AM   #7
jgm
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 7
I have been working on such an addon, and have it to the stage where I obtain the co-ordinates for resource nodes. I still need to look at how to put custom pins on the map but am hopeful I can get something together before the end of the current beta.
  Reply With Quote
03/01/14, 08:04 AM   #8
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 369
Ditto here, not gone anywhere near to playing with the map POI pins yet though. Still working out grabbing information and writing it out to SavedVariables file in a readable format - boy did that take awhile, totally different to how WOW does it rofl.
  Reply With Quote
03/01/14, 08:59 AM   #9
Wykkyd
Are you Wykkyd Gaming?
 
Wykkyd's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 107
Originally Posted by jgm View Post
Just FYI, it's not z but a, the heading.
Well that's less handy.
  Reply With Quote
03/01/14, 09:19 AM   #10
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 369
Is the heading as a value between 0 to 360 ?
As in degrees of angle you are facing ?
North = 0/360, East = 90, South = 180, West = 270 etc ?
  Reply With Quote
02/28/14, 05:51 PM   #11
fewyn
Esohead Staff
 
fewyn's Avatar
Premium Member
Join Date: Feb 2014
Posts: 43
Originally Posted by Windshadow View Post
If there is a way to record a location in terms of its map name and X Y coordinates I have not yet found it.

The usage would be to record resource nodes for future use, to let a guild buddy know the loc of a node of something needed for a quest or perhaps a meeting point.

Or once you find a resource node you record it with the icon fo it on your copy of the map for that sector so you can find it again if coordinates don't work.

Also to record the exact loc of skyshards again to help others in your guild and all the other useful things that the gatherer addon in wow does

Just wondering
The Esohead addon provides coords on the map, and it also gathers location data so if you're using it and uploading to our site the Skyshards will get added to it. As you can see here: http://www.esohead.com/map#74.2.45.5...29:32:35:36:70
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Location app?


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