forked from Dragnogd/Instance-Achievement-Tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDebug.lua
More file actions
26 lines (22 loc) · 823 Bytes
/
Debug.lua
File metadata and controls
26 lines (22 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--------------------------------------
-- Namespaces
--------------------------------------
local _, core = ...
local L = core.L
function IATDEBUG()
core:sendDebugMessage("-----Starting IAT DEBUGUGGER----")
--START Allowed Message functions to work
core.achievementIDs[1] = 14148
core.achievementsCompleted[1] = false
core.IATInfoFrame:ToggleOn()
core.IATInfoFrame:SetHeading(GetAchievementLink(14148))
core.achievementsFailed[1] = false
--END Allowed Message functions to work
core.IATInfoFrame:ToggleOn()
core.IATInfoFrame:SetHeading(GetAchievementLink(14148))
core.IATInfoFrame:SetSubHeading1("Players who have met Critiera (1/10)")
core.IATInfoFrame:SetText1("Whizzey")
-- C_Timer.After(3, function()
-- core.IATInfoFrame:ChangeScale(0.8)
-- end)
end