Thread Tools Display Modes
11/08/16, 09:30 AM   #1
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
[outdated] static poi and location id's

I was wondering if we could have a way to identify points of interest (e.g. cities) and locations (e.g. guild stalls) on the map which won't change between updates.

It would also be great if we could have access to the map locations from any map like with POIs. Currently we need to navigate to the specific map in order to be able to use GetMapLocation*.

e.g.
Lua Code:
  1. poiId = GetPOIId(zoneIndex, poiIndex)
  2. zoneIndex, poiIndex = GetPOIKeys(poiId)
  3. locationId = GetLocationId(locationIndex)
  4. GetMapLocationIconById(locationId)
  5. GetMapLocationTooltipHeaderById(locationId)
  6. ...
 

ESOUI » Developer Discussions » Wish List » [outdated] static poi and location id's

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