This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
function(progress, r1, g1, b1, a1, r2, g2, b2, a2) local start, duration, enable = GetSpellCooldown ("Vampiric Embrace") local warning_time = 60 if start and start>0 then local progress = start + duration - GetTime() if progress < warning_time then return r2, g2, b2, a2 -- Display end end return r1, g1, b1, a1 -- Animation end
WeakAuras color changing lua code for Vamp-Em CD