View Single Post
05/08/18, 05:26 AM   #5
DesertDwellers
AddOn Author - Click to view addons
Join Date: May 2017
Posts: 25
Originally Posted by Baertram View Post
ZO_Tracker and ZO_QuestTracker are only the "base" beyond the variables (instances) you create from them (QUEST_TRACKER e.g.).
So calling the base class functions will not work on all variables. You need to call the funcitons on the created instance variables in order to update them properly.
Try to use QUEST_TRACKER.InitialTrackingUpdate() or find the variable which is created for ZO_Tracker on the PTS.

PTS source code (not actual PTS patch but the one before 07.05.2018) to search in can be found here:
https://github.com/esoui/esoui/tree/pts/esoui

Files for quest tracker are located in esoui/ingame/zo_quest e.g.

Thank you Baertram, it makes sense.

I was just hoping to find exactly what the original statement is doing, that would make it far easier to duplicate it in Update 18. But if it would be easy, it would not be fun, right.
  Reply With Quote