nope he still doesnt want to enrage
I added this below "use bash to finish fleeing humanoids" command and it works now.
I added this below "use bash to finish fleeing humanoids" command and it works now.
Code:
-- use bear enrage
if (useEnrage == true and targetHealth >= enrageTargetHealth and localHealth >= enrageHealth and IsSpellOnCD('Enrage') == 0 and localRage < 15) then
if CastSpellByName('Enrage') then
return;
else
return;
end
end