Raid symbol targeting with debuff tracking.
/rtt or /retherztargettracker to configure.
Vanilla is highly limited with tracking targets. To be able to target these units you must have a raid member targeting it. To be able to track debuffs timers accurately the player applying the debuff must have the addon and use a script to cast the spell.
To properly utilize the debuff tracking you must use a script to cast your spells.
Example: /run RTT_CastSpell("Sunder Armor") or /run RTT_CastSpell("Curse of Recklessness")
an exception is Faerie Fire (Feral) which must be cast using /run RTT_CastFFFeral()
The addon provides several commands for targeting.
/run RTT_TargetNext() will loop through the targets from skull to star.
/run RTT_Target(1-8) will target by symbol (8 being skull, 1 being star)
/run RTT_ClearSymbols() will remove all target symbols.
/run RTT_ClearTarget() or /run RTT_ClearMO() will remove target symbol from your target or mouseover respectively.
/run RTT_AssignNext() or /run RTT_AssignNextMO() will assign a symbol going from skull to star to your target or mouseover respectively.
/run RTT_AssignFree() or /run RTT_AssignFreeMO() will assign an unused symbol to your target or mouseover respectively.

