iP Mythic Timer

iP Mythic Timer

865k Downloads

Kaliel's Tracker

phuze opened this issue ยท 0 comments

commented

KT_ObjectiveTracker_Expand is no longer a function of Kaliel's Tracker, and as a result, iPMythicTimer is constantly throwing an error in M+.

Message: .../AddOns/iPMythicTimer/cooperation/kalielsTracker.lua:19: hooksecurefunc(): KT_ObjectiveTracker_Expand is not a function
Time: Thu Sep 19 23:25:02 2024
Count: 11
Stack: .../AddOns/iPMythicTimer/cooperation/kalielsTracker.lua:19: hooksecurefunc(): KT_ObjectiveTracker_Expand is not a function
[string "=[C]"]: in function `hooksecurefunc'
[string "@Interface/AddOns/iPMythicTimer/cooperation/kalielsTracker.lua"]:19: in function `KalielsTrackerFix'
[string "@Interface/AddOns/iPMythicTimer/main.lua"]:614: in function <Interface/AddOns/iPMythicTimer/main.lua:580>
[string "=[C]"]: in function `Activate'
[string "@Interface/AddOns/Blizzard_ObjectiveTracker/Blizzard_ScenarioObjectiveTracker.lua"]:669: in function `CheckTimers'
[string "@Interface/AddOns/Blizzard_ObjectiveTracker/Blizzard_ScenarioObjectiveTracker.lua"]:623: in function <...jectiveTracker/Blizzard_ScenarioObjectiveTracker.lua:620>

I have no idea when this feature was added as I only recently installed it, but Kaliel's Tracker has a baked-in feature which automatically closes the quest panel on entering an instance. Please consider removing the cooperation code for Kaliel's Tracker entirely, or otherwise updating to support the latest addon hooks.

image

I took a quick peek at the code for Kaliel's Tracker, and if you wanted to update your cooperation logic, then you'll probably want to take a look at ObjectiveTracker_Toggle(). But honestly, it'd probably make more sense just to drop this code entirely.

Note: for anyone who may be reading this -- you can fix the issue temporarily, by commenting out this line. IE:

--Addon:KalielsTrackerFix()