ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Wish List (https://www.esoui.com/forums/forumdisplay.php?f=177)
-   -   [outdated] static poi and location id's (https://www.esoui.com/forums/showthread.php?t=6619)

sirinsidiator 11/08/16 09:30 AM

[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. ...


All times are GMT -6. The time now is 09:38 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI