#is there some way to know when black

1 messages · Page 1 of 1 (latest)

odd rivet
#

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
sour belfry
#

Unsure if there's a direct way, but the Withering Fire buff procs whenever you get an Aimed Shot reset, so could track that

odd rivet
#

problem is the buff length is different