Skip to content

Commit

Permalink
Update Brewmaster
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed Aug 28, 2024
1 parent 42fc988 commit c19ebda
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Specialization/Brewmaster.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ function Brewmaster:rotation_pta()
if (MaxDps:CheckSpellUsable(classtable.BreathofFire, 'BreathofFire')) and (buff[classtable.CharredPassionsBuff].remains <cooldown[classtable.BlackoutKick].remains and ( buff[classtable.BlackoutComboBuff].up or not talents[classtable.BlackoutCombo] )) and cooldown[classtable.BreathofFire].ready then
return classtable.BreathofFire
end
if (MaxDps:CheckSpellUsable(classtable.BonedustBrew, 'BonedustBrew')) and cooldown[classtable.BonedustBrew].ready then
return classtable.BonedustBrew
end
if (MaxDps:CheckSpellUsable(classtable.ExplodingKeg, 'ExplodingKeg')) and (( ( buff[classtable.BonedustBrewBuff].up ) or ( cooldown[classtable.BonedustBrew].remains >= 20 ) )) and cooldown[classtable.ExplodingKeg].ready then
return classtable.ExplodingKeg
end
Expand Down Expand Up @@ -185,12 +182,6 @@ function Brewmaster:rotation_boc()
if (MaxDps:CheckSpellUsable(classtable.KegSmash, 'KegSmash')) and (( buff[classtable.WeaponsofOrderBuff].up and debuff[classtable.WeaponsofOrderDebuffDeBuff].count <= 3 )) and cooldown[classtable.KegSmash].ready then
return classtable.KegSmash
end
if (MaxDps:CheckSpellUsable(classtable.BonedustBrew, 'BonedustBrew')) and (( timeInCombat <10 and debuff[classtable.WeaponsofOrderDebuffDeBuff].count >3 ) or ( timeInCombat >10 and talents[classtable.WeaponsofOrder] )) and cooldown[classtable.BonedustBrew].ready then
return classtable.BonedustBrew
end
if (MaxDps:CheckSpellUsable(classtable.BonedustBrew, 'BonedustBrew')) and (( not talents[classtable.WeaponsofOrder] )) and cooldown[classtable.BonedustBrew].ready then
return classtable.BonedustBrew
end
if (MaxDps:CheckSpellUsable(classtable.ExplodingKeg, 'ExplodingKeg')) and (( buff[classtable.BonedustBrewBuff].up )) and cooldown[classtable.ExplodingKeg].ready then
return classtable.ExplodingKeg
end
Expand Down

0 comments on commit c19ebda

Please sign in to comment.