This commit is contained in:
Олег Цветков 2025-08-07 14:31:52 +03:00
parent 2aab6de0a8
commit 88aa521360

View File

@ -148,14 +148,15 @@ local function dps(cmd)
if isUsable('Bloodrage') and not onCooldown('Bloodrage') and rage < 30 then if isUsable('Bloodrage') and not onCooldown('Bloodrage') and rage < 30 then
cast('Bloodrage') 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 elseif isUsable('Berserker Rage') and not onCooldown('Berserker Rage') then
cast('Berserker Rage') cast('Berserker Rage')
elseif isUsable('Battle Shout') and not buffed('Battle Shout') then elseif isUsable('Battle Shout') and not buffed('Battle Shout') then
cast('Battle Shout') 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 elseif isUsable('Sunder Armor') and debuffStacks('Sunder Armor') < 5 then
cast('Sunder Armor') cast('Sunder Armor')