View Single Post
09/08/15, 10:13 AM   #10
Fyrakin
 
Fyrakin's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 129
Originally Posted by ZOS_ChipHilseberg View Post
I briefly tried reproing this and everything seemed fine. What POIs were you experiencing problems with?
I was doing quest hubs in Glenumbra as part of Cadwll's gold.
I listen to this event to update/refresh POI pins on MiniMap. Before 1.7 everything was working fine.

After some closer look on my side I found that there is a local variable for current zoneId declaration missing, I probably accidentally deleted it before running these tests at some point. I'll see if it now fires.

Err nope it didn't work. Just completed Cath Bedraud POI for a skillpoint, right after turning in the quest I expected this event to fire and update POI pins. Well, if it indeed fire then GetPOIMapInfo(zoneId, poiIndex) returned wrong icon (texture) for the pin.
After some time I manually executed update function and it applied proper icon.

I can confirm that this event indeed fires, but I suspect that at the moment this event fires GetPOIMapInfo(zoneId, poiIndex) returns the old texture value for the POI pin, I just made 300ms delay for the update and everything is fine now.

Last edited by Fyrakin : 09/08/15 at 11:09 AM.
  Reply With Quote