Skip to content

Effects Tracker

The Effects Tracker allows you to define custom effect definitions that track abilities, buffs, debuffs, and cooldowns. Each effect can be displayed on one of several overlay targets.

Access the Effects Tracker from the Effects tab in the main application.


Effect configuration form

FieldDescription
Effect IDUnique identifier for the effect definition (auto-generated from name if not set)
NameInternal name for the effect definition
Display TextText shown on the overlay (defaults to Name if not set)
Display TargetWhich overlay displays this effect (see Display Targets below)
TargetDescription
Effects APrimary effects overlay (typically personal buffs)
Effects BSecondary effects overlay (typically personal debuffs)
CooldownsAbility cooldown tracker
DOT TrackerMulti-target DOT tracking overlay
Raid FramesDisplay on raid frames (for HOTs on group members)

The trigger determines what game event causes the effect to start tracking.

FieldDescription
TriggerTrigger type: Effect Based or Ability Based
WhenFor Effect Based: Effect Applied or Effect Removed
SourceEntity filter for who triggers the effect
TargetEntity filter for who receives the effect
Effects / AbilitiesList of effect or ability IDs/names that activate tracking
Refresh AbilitiesAbilities that refresh the duration without restarting
TypeUse Case
Effect AppliedTrack when a buff/debuff is applied (most common for buffs)
Effect RemovedTrack when a buff/debuff is removed
Ability CastTrack when an ability is used (common for cooldowns and procs)

See Triggers & Filters for the full list of available source and target filters.

Common filters:

  • Local Player - Only match the local player
  • Any Player - Match any player in the group
  • Any - Match any entity (default)

FieldDescription
DurationHow long the effect lasts in seconds (leave empty for indefinite)
Show atOnly display when this many seconds remain (0 = always show)

Effect display options

OptionDescription
ColorBar/icon highlight color for the effect (click to open color picker)
EnabledToggle whether this effect definition is active
Icon IDCustom ability ID for the icon (auto-detected from trigger by default)
Show IconDisplay the ability icon (disable to show colored square instead)
Duration Affected by AlacrityAdjust duration based on player’s alacrity stat

OptionDescription
Fixed DurationIgnore game “effect removed” signals - only expire via duration timer. Useful for tracking cooldowns that shouldn’t end when a buff is consumed.
Refresh Duration When Charges ModifiedReset the timer when ability charges change
Persist Past DeathContinue tracking after the target dies
Track Outside CombatTrack this effect even when not in combat

OptionDescription
Alert TextCustom text to display in the alerts overlay
Alert OnWhen to trigger the alert: None, On Apply, or On Expire
Enable AudioPlay sound when the alert triggers
SettingBehavior
NoneNo alert is displayed
On ApplyAlert appears when the effect starts
On ExpireAlert appears when the effect ends or timer runs out

Track a personal buff like Kolto Probe:

FieldValue
NameKolto Probe
Display TargetRaid Frames
TriggerEffect Based
WhenEffect Applied
SourceLocal Player
TargetAny Player
Effects(Kolto Probe effect ID)
Duration21 sec

Track a cooldown like Force Shroud:

FieldValue
NameForce Shroud
Display TargetCooldowns
TriggerAbility Based
SourceLocal Player
AbilitiesForce Shroud
Duration60 sec
Fixed DurationEnabled

The Fixed Duration option ensures the cooldown timer runs for the full duration even if the buff is consumed early.

Track a DOT on multiple enemies:

FieldValue
NameBurning
Display TargetDOT Tracker
TriggerEffect Based
WhenEffect Applied
SourceLocal Player
TargetAny NPC
EffectsBurning
Duration18 sec

Track a proc and alert when it’s available:

FieldValue
NameExploited
Display TargetEffects A
TriggerEffect Based
WhenEffect Applied
SourceAny
TargetLocal Player
EffectsExploited
Duration10 sec
Alert OnOn Apply
Alert TextExploited!

Effect list

The effect list shows all defined effects. Each row displays:

  • Color indicator - Effect color
  • Name - Effect display name
  • ID - Effect ID (shown in smaller text)
  • Display Target - Badge showing which overlay displays this effect
  • Duration - Effect duration in seconds
  • Enable toggle - Quick enable/disable
  • Audio toggle - Quick audio enable/disable

Click an effect row to expand and edit its settings.

Use the search box to filter effects by name, ID, or display target.