From 88aa52136083e4755afcfd4fc48a69f41093b5f7 Mon Sep 17 00:00:00 2001 From: ovc Date: Thu, 7 Aug 2025 14:31:52 +0300 Subject: [PATCH] 7.08.25 --- OBWT.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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')