Code: Select all
Pulverize requires 2 stacks of Thrash, how do i check for not one, but two? Otherwise, it will light up Pulverize which is grey'ed out, not actually available. local _Pulverize = 80313;
local _ThrashAura = 192090;
if MaxDps:TargetAura(_ThrashAura,timeShift) and MaxDps:SpellAvailable(_Pulverize, timeShift) then
return _Pulverize;
end