^1^T^SGUID^STMW:group:1Ru4_5EB8Lxc ^SScale^F5129103095103491 ^f-51^SRows ^N2^SShrinkGroup ^B^SPoint ^T^Sy^F-5602025923542551 ^f-47^Sx ^F7816062015897600^f-46 ^Spoint^STOPLEFT ^SrelativePoint^STOPLEFT ^t^SColumns^N5 ^SSortPriorities^T ^N1^T ^SMethod^Sshown ^SOrder^N-1 ^t^N2^T ^SMethod^Sduration ^SOrder^N1 ^t^N3^T ^SMethod^Sid ^SOrder^N1 ^t^t^SName^SCC~`Trackers ^SIcons^T ^N1^T ^SType^Sconditionicon ^SEvents^T ^N1^T ^SType^SLua ^SLua^S--~`CC~`Tracker~J local~`icon~`=~`...~J ~J local~`spells~`=~`{~J ~`~`~`~`[115078]~`=~`60,~`--Para,~J ~`~`~`~`[2094]~`~`~`=~`60,~`--Blind,~J ~`~`~`~`[6770]~`~`~`=~`60,~`--Sap~J ~`~`~`~`[217832]~`=~`60,~`--Imprison,~J ~`~`~`~`[339]~`~`~`~`=~`30,~`--Roots~J ~`~`~`~`[102359]~`=~`30,~`--Mass~`Root,~J }~J ~J local~`counters~`=~`{}~J ~J local~`registerCounter~`=~`function(id,~`name)~J ~`~`~`~`local~`counter_name~`=~`name~`..~`"_counter"~J ~`~`~`~`local~`timer_name~`~`~`=~`counter_name~`..~`"_timer"~J ~`~`~`~`counters[id]~`=~`counter_name~J ~`~`~`~`TMW_ST:InitCounter(counter_name,~`0)~J ~`~`~`~`TMW_ST.Timers.Init(timer_name)~J end~J ~J local~`startTime~`=~`function(name)~J ~`~`~`~`local~`timer~`=~`name~`..~`"_timer"~J ~`~`~`~`TMW_ST.Timers.Restart(timer)~J end~J ~J local~`stopTime~`=~`function(name)~J ~`~`~`~`local~`timer~`=~`name~`..~`"_timer"~J ~`~`~`~`TMW_ST.Timers.Stop(timer)~J end~J ~J local~`updateCounter~`=~`function(name,~`value)~J ~`~`~`~`TMW_ST:UpdateCounter(name,~`value)~`~`~`~J end~J ~J local~`active~`=~`{}~J ~J TMW:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED",~`function()~J ~`~`~`~`~`~`~`~`local~`params~`=~`{CombatLogGetCurrentEventInfo()}~J ~`~`~`~`~`~`~`~`~J ~`~`~`~`~`~`~`~`local~`spellid~`=~`params[12]~J ~`~`~`~`~`~`~`~`local~`target~`~`=~`params[8]~J ~`~`~`~`~`~`~`~`local~`event~`~`~`=~`params[2]~J ~`~`~`~`~`~`~`~`~J ~`~`~`~`~`~`~`~`if~`(string.match(event,"AURA_APPLIED")~`or~`string.match(event,~`"SPELL_CAST_SUCCESS"))~`then~J ~`~`~`~`~`~`~`~`~`~`~`~`if~`(spells[spellid])~`then~J ~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`updateCounter(counters[spellid],1)~J ~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`active[target]~`=~`spellid~`~J ~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`startTime(counters[spellid])~J ~`~`~`~`~`~`~`~`~`~`~`~`end~J ~`~`~`~`~`~`~`~`end~J ~`~`~`~`~`~`~`~`~J ~`~`~`~`~`~`~`~`if~`(string.match(event,~`"AURA_REMOVED"))~`then~J ~`~`~`~`~`~`~`~`~`~`~`~`if~`(spells[spellid])~`then~J ~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`updateCounter(counters[spellid],~`0)~J ~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`active[target]~`=~`nil~J ~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`~`stopTime(counters[spellid])~J ~`~`~`~`~`~`~`~`~`~`~`~`end~J ~`~`~`~`~`~`~`~`end~J ~`~`~`~`~`~`~`~`~J ~`~`~`~`~`~`~`~`if~`(string.match(event,~`"UNIT_DIED")~`)~`then~J ~`~`~`~`~`~`~`~`~`~`~`~`local~`spellid~`=~`active[target]~J ~`~`~`~`~`~`~`~`~`~`~`~`if~`(not~`spellid)~`then~`return~`end~J ~`~`~`~`~`~`~`~`~`~`~`~`updateCounter(counters[spellid],0)~J ~`~`~`~`~`~`~`~`~`~`~`~`active[target]~`=~`nil~J ~`~`~`~`~`~`~`~`~`~`~`~`stopTime(counters[spellid])~J ~`~`~`~`~`~`~`~`end~J end)~J ~J ~J registerCounter(115078,~`'para')~J registerCounter(2094,'blind')~J registerCounter(6770,'sap')~J registerCounter(217832,'imprison')~J registerCounter(187650,'trap')~J registerCounter(339,'root')~J registerCounter(102359,'mroot')~J ~J local~`poly_spells~`=~`{~J ~`~`~`~`161372,~J ~`~`~`~`161354,~J ~`~`~`~`161355,~J ~`~`~`~`161353,~J ~`~`~`~`126819,~J ~`~`~`~`61780,~J ~`~`~`~`118,~J ~`~`~`~`277792,~J ~`~`~`~`277787,~J ~`~`~`~`61721,~J ~`~`~`~`28272,~J ~`~`~`~`28271~J }~J ~J for~`_,id~`in~`pairs(poly_spells)~`do~J ~`~`~`~`spells[id]~`=~`60~J ~`~`~`~`registerCounter(id,~`'poly')~J end ^SEvent^SOnEventsRestored ^t^Sn^N1 ^t^SStates^T ^N1^T ^t^N2^T ^SAlpha^N1 ^t^N3^T ^t^N4^T ^t^t^SFakeHidden^B ^SEnabled^B ^t^N2^T ^SShowTimer^B ^SType^Sconditionicon ^SEvents^T ^N1^T ^STimerOperation^Sstop ^SType^STimer ^SCounter^Spara_counter_timer ^SEvent^SOnLeftClick ^t^N2^T ^SType^SAnimations ^SAnimation^SACTVTNGLOW ^SEvent^SWCSP ^SOnConditionConditions^T ^N1^T ^SType^SSPELLCD ^SName^SParalysis ^t^Sn^N1 ^t^t^Sn^N2 ^t^SEnabled^B ^SSettingsPerView^T ^Sicon^T ^STextLayout^STMW:textlayout:1OBCzG7djbEH ^STexts^T ^N1^S[(60~`-~`Timer("para_counter_timer")):TMWFormatDuration] ^N2^S ^t^t^t^SCustomTex^S115078 ^SStates^T ^N1^T ^t^N3^T ^t^N4^T ^t^t^SConditions^T ^N1^T ^SType^STIMER ^SOperator^S> ^SName^Spara_counter_timer ^t^Sn^N1 ^t^t^N3^T ^SShowTimer^B ^SType^Sconditionicon ^SEvents^T ^N1^T ^STimerOperation^Sstop ^SType^STimer ^SCounter^Sblind_counter_timer ^SEvent^SOnLeftClick ^t^N2^T ^SType^SAnimations ^SAnimation^SACTVTNGLOW ^SEvent^SWCSP ^SOnConditionConditions^T ^N1^T ^SType^STIMER ^SOperator^S< ^SLevel^N15 ^SName^Sblind_counter_timer ^t^Sn^N1 ^t^t^Sn^N2 ^t^SEnabled^B ^SSettingsPerView^T ^Sicon^T ^STextLayout^STMW:textlayout:1OBCzG7djbEH ^STexts^T ^N1^S[(60~`-~`Timer("blind_counter_timer")):TMWFormatDuration] ^N2^S ^t^t^t^SCustomTex^Sblind ^SStates^T ^N1^T ^t^N3^T ^t^N4^T ^t^t^SConditions^T ^N1^T ^SType^STIMER ^SOperator^S> ^SName^Sblind_counter_timer ^t^Sn^N1 ^t^t^N4^T ^SShowTimer^B ^SType^Sconditionicon ^SEvents^T ^N1^T ^STimerOperation^Sstop ^SType^STimer ^SCounter^Ssap_counter_timer ^SEvent^SOnLeftClick ^t^N2^T ^SType^SAnimations ^SAnimation^SACTVTNGLOW ^SEvent^SWCSP ^SOnConditionConditions^T ^N1^T ^SType^STIMER ^SOperator^S< ^SLevel^N15 ^SName^Ssap_counter_timer ^t^Sn^N1 ^t^t^Sn^N2 ^t^SEnabled^B ^SSettingsPerView^T ^Sicon^T ^STextLayout^STMW:textlayout:1OBCzG7djbEH ^STexts^T ^N1^S[(60~`-~`Timer("sap_counter_timer")):TMWFormatDuration] ^N2^S ^t^t^t^SCustomTex^S6770 ^SStates^T ^N1^T ^t^N3^T ^t^N4^T ^t^t^SConditions^T ^N1^T ^SType^STIMER ^SOperator^S> ^SName^Ssap_counter_timer ^t^Sn^N1 ^t^t^N5^T ^SShowTimer^B ^SType^Sconditionicon ^SConditions^T ^N1^T ^SType^STIMER ^SOperator^S> ^SName^Spoly_counter_timer ^t^Sn^N1 ^t^SEvents^T ^N1^T ^STimerOperation^Sstop ^SType^STimer ^SEvent^SOnLeftClick ^SCounter^Spoly_counter_timer ^t^N2^T ^SType^SAnimations ^SAnimation^SACTVTNGLOW ^SEvent^SWCSP ^SOnConditionConditions^T ^N1^T ^SType^STIMER ^SOperator^S< ^SName^Spoly_counter_timer ^SLevel^N15 ^t^Sn^N1 ^t^t^Sn^N2 ^t^SSettingsPerView^T ^Sicon^T ^STextLayout^STMW:textlayout:1OBCzG7djbEH ^STexts^T ^N1^S[(60~`-~`Timer("poly_counter_timer")):TMWFormatDuration] ^N2^S ^t^t^t^SCustomTex^S118 ^SStates^T ^N1^T ^t^N3^T ^t^N4^T ^t^t^SEnabled^B ^t^N6^T ^SShowTimer^B ^SType^Sconditionicon ^SEvents^T ^N1^T ^STimerOperation^Sstop ^SType^STimer ^SCounter^Simprison_counter_timer ^SEvent^SOnLeftClick ^t^Sn^N1 ^t^SEnabled^B ^SSettingsPerView^T ^Sicon^T ^STextLayout^STMW:textlayout:1OBCzG7djbEH ^STexts^T ^N1^S[(60~`-~`Timer("imprison_counter_timer")):TMWFormatDuration] ^N2^S ^t^t^t^SCustomTex^S217832 ^SStates^T ^N1^T ^t^N3^T ^t^N4^T ^t^t^SConditions^T ^N1^T ^SType^STIMER ^SOperator^S> ^SName^Simprison_counter_timer ^t^Sn^N1 ^t^t^N7^T ^SShowTimer^B ^SType^Sconditionicon ^SEvents^T ^N1^T ^STimerOperation^Sstop ^SType^STimer ^SCounter^Spara_counter_timer ^SEvent^SOnLeftClick ^t^Sn^N1 ^t^SEnabled^B ^SSettingsPerView^T ^Sicon^T ^STextLayout^STMW:textlayout:1OBCzG7djbEH ^STexts^T ^N1^S[(30~`-~`Timer("root_counter_timer")):TMWFormatDuration] ^N2^S ^t^t^t^SCustomTex^S339 ^SStates^T ^N1^T ^t^N3^T ^t^N4^T ^t^t^SConditions^T ^N1^T ^SType^STIMER ^SOperator^S> ^SName^Sroot_counter_timer ^t^Sn^N1 ^t^t^N8^T ^SShowTimer^B ^SType^Sconditionicon ^SEvents^T ^N1^T ^STimerOperation^Sstop ^SType^STimer ^SCounter^Smroot_counter_timer ^SEvent^SOnLeftClick ^t^Sn^N1 ^t^SEnabled^B ^SSettingsPerView^T ^Sicon^T ^STextLayout^STMW:textlayout:1OBCzG7djbEH ^STexts^T ^N1^S[(30~`-~`Timer("mroot_counter_timer")):TMWFormatDuration] ^N2^S ^t^t^t^SCustomTex^S102359 ^SStates^T ^N1^T ^t^N3^T ^t^N4^T ^t^t^SConditions^T ^N1^T ^SType^STIMER ^SOperator^S> ^SName^Smroot_counter_timer ^t^Sn^N1 ^t^t^N9^T ^SShowTimer^B ^SType^Sconditionicon ^SEvents^T ^N1^T ^STimerOperation^Sstop ^SType^STimer ^SCounter^Strap_counter_timer ^SEvent^SOnLeftClick ^t^Sn^N1 ^t^SEnabled^B ^SSettingsPerView^T ^Sicon^T ^STextLayout^STMW:textlayout:1OBCzG7djbEH ^STexts^T ^N1^S[(60~`-~`Timer("trap_timer")):TMWFormatDuration] ^N2^S ^t^t^t^SCustomTex^S3355 ^SStates^T ^N1^T ^t^N3^T ^t^N4^T ^t^t^SConditions^T ^N1^T ^SType^STIMER ^SOperator^S> ^SName^Strap_counter_timer ^t^Sn^N1 ^t^t^N10^T ^SStates^T ^N1^T ^t^N3^T ^t^N4^T ^t^t^t^t^t^N85506^S~`~| ^Sgroup^N19 ^^

^1 ^T^N1^T ^SStringName^SNumber ^SConstrainWidth^b ^t^N2^T ^SAnchors^T ^N1^T ^Sy^N5 ^Spoint^STOPLEFT ^SrelativePoint^STOPLEFT ^t^t^SSize^N10 ^t^SGUID^STMW:textlayout:1OBCzG7djbEH ^Sn^N2 ^SName^SCenter~`Timer ^t^N85506^S~`~| ^Stextlayout^STMW:textlayout:1OBCzG7djbEH ^^