Originally Posted by
Darkstylo
It has nothing to do with gear it's me combining some stuff in 1 profile.
I'm at work at the moment so can't test.
Besides that going for full Eviscerate is actually DPS loss not much a few % i believe.
However go for eviscerate only when there is no bleed debuff.
Feel free to test, I'd like to see how much of a percent you come up with.
Code:
function BleedDebuff(t)
local buff = { 35290, 50271, 57386, 33878, 29859, 16511 }
for _,v in ipairs(buff) do if UnitDebuffID(t,v) then return true end end
end
29859 is the Warrior talent, the actual bleed debuff is Trauma 46857
33878 is Bear mangle, the cat mangle needs to be added as well 33876