Thread: 2.6 Update
View Single Post
10/06/16, 08:42 PM   #27
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
Just noticed that

GetPOIMapInfo(number zoneIndex, number poiIndex)

don't return normalizedX & normalizedY unless you made your first steps into Craglorn (zone 485).

With a char which never went to Craglorn :

GetPOIMapInfo(485, 1) = 0, 0, 141, "/esoui/art/icons/icon_missing.dds", true, false

After a jump on player in Craglorn :

GetPOIMapInfo(485, 1) = 0.58530122041702, 0.68767392635345, 141, "/esoui/art/icons/icon_missing.dds", true, false

Last edited by Ayantir : 10/06/16 at 08:45 PM.
  Reply With Quote