View Single Post
04/30/18, 09:10 AM   #1
DesertDwellers
AddOn Author - Click to view addons
Join Date: May 2017
Posts: 25
Problem with World Map on PTS (Summerset)

Currently experiencing a problem with the world map on the PTS. I am maintaining FCM Quest Tracker addon, and with the addon running if you click on the none focused quest marker on the map to change quests I get this error.

EsoUI/Ingame/ZO_Quest/QuestTracker.lua:438: attempt to index a nil value
stack traceback:
EsoUI/Ingame/ZO_Quest/QuestTracker.lua:438: in function 'ZO_Tracker:ForceAssist'
EsoUI/Ingame/Map/WorldMap.lua:2008: in function 'callback'
EsoUI/Ingame/Map/WorldMap.lua:2491: in function 'ZO_WorldMap_HandlePinClicked'
ZO_MapPin0_MouseUp:5: in function '(main chunk)'

I assume it is the addon, becuase the error does not occur if the addon is not added. I get similiar results when you try to make it active from the Journal.

I know all uses of QUEST_TRACKER now call the same functions on FOCUSED_QUEST_TRACKER. The addon itself works fine, any changes to the focused quest in the addon do update to the game.

Is there additional changes I am missing?

Any help would be appreciated.
  Reply With Quote