ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Lua/XML Help (https://www.esoui.com/forums/forumdisplay.php?f=175)
-   -   Map and Untracked Quests (https://www.esoui.com/forums/showthread.php?t=1181)

Blackstorm 04/26/14 06:48 AM

Map and Untracked Quests
 
Hi guys ^^

I have a little problem with my plugin...

Is anyone found a way to update the WorldMap to not show the untracked quests please ?

With : ZO_QuestTracker["tracker"]:InitialTrackingUpdate()
my compass is up to date and untracked quests are not showed.

But the map and the minimap always shows them...

I tried these updates functions without success (the first line work fine to update the assisted quest but not for untracked) :
ZO_WorldMap_UpdateMap()
ZO_WorldMap_RefreshAccessibleAvAGraveyards()
ZO_WorldMap_RefreshAllPOIs()
ZO_WorldMap_RefreshAvAObjectives()
ZO_WorldMap_RefreshCustomPinsOfType()
ZO_WorldMap_RefreshForwardCamps()
ZO_WorldMap_RefreshKeepNetwork()
ZO_WorldMap_RefreshKeeps()
ZO_WorldMap_RefreshKillLocations()
ZO_WorldMap_RefreshWayshrines()

Is anyone have a lead please ?
I don't know if is it possible because same a reloadui doesn't hide them...

Thanks in advance :)

Blackstorm 04/27/14 08:48 PM

Humm, anyone have a small lead for me, really ? :(

klaro00 05/04/14 07:19 AM

Quote:

Originally Posted by Blackstorm (Post 6181)
Humm, anyone have a small lead for me, really ? :(

Hi, I ran into the same problem. Just omit repetitive calls to ZO_WorldMap_UpdateMap(). Just call it once, e.g. when the map changes. It seems as if quest information is reloaded after that (in another thread?) which takes some time.

HTH, Klaro


All times are GMT -6. The time now is 02:23 PM.

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