View Single Post
07/11/21, 05:20 AM   #5
andy.s
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 40
Originally Posted by DoonerSeraph View Post
That does make sense, but it looks like EVENT_EFFECT_CHANGED is more designed to track buff, debuffs, etc on a unit, but does not track straight damage skills like Crag Smash. Without knowing when my companion casts it, it would be impossible to track it's cooldown, right?
Check LibUnits (I think it's included in Raid Notifier) or LibUnitTracker. Basically they wait for a unit to cast something and trigger EVENT_EFFECT_CHANGED, then assign unitId to the tag, because that event provides both.
  Reply With Quote