7.08.25
This commit is contained in:
parent
2aab6de0a8
commit
88aa521360
5
OBWT.lua
5
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')
|
||||
|
Loading…
Reference in New Issue
Block a user