diff --git a/OBWT.lua b/OBWT.lua index 4755d99..f7cd063 100644 --- a/OBWT.lua +++ b/OBWT.lua @@ -148,14 +148,15 @@ local function dps(cmd) if isUsable('Bloodrage') and not onCooldown('Bloodrage') and rage < 30 then cast('Bloodrage') + elseif isUsable('Execute') and not onCooldown('Execute') and rage > 30 then + cast('Execute') + elseif isUsable('Berserker Rage') and not onCooldown('Berserker Rage') then cast('Berserker Rage') elseif isUsable('Battle Shout') and not buffed('Battle Shout') then cast('Battle Shout') - elseif isUsable('Execute') and not onCooldown('Execute') and rage > 40 then - cast('Execute') elseif isUsable('Sunder Armor') and debuffStacks('Sunder Armor') < 5 then cast('Sunder Armor')