#is there some way to know when black
1 messages · Page 1 of 1 (latest)
added a %c text to my WA with this custom function:
function(expirationTime, rawDuration, progress, formattedDuration, name, icon, stacks)
local spellInfo = C_Spell.GetSpellInfo(name)
return spellInfo and
string.format("%.1f", spellInfo["castTime"] / 1000)
end
Unsure if there's a direct way, but the Withering Fire buff procs whenever you get an Aimed Shot reset, so could track that
Yea that was my first thought: #🧩ui-addons message
problem is the buff length is different