Hi Everyone,
i would like to give my “MyProtWar”-Macro to the Community.
For First that everybody can do a “very lazy” but simply fine Warrior tanking and second for the Improvement.
(maybe the Community knows to do it a Little bit better … if this can be)
Okay let´s Start to introduce the Macro.
Preamble:
The Macro is optimized for Survivability and Prot-Dps.
Ignore Pain and Shieldblock are always up.
Shield Slam is optimized to the Procs and Buffs from the Skilltree.
-Skills you find as a helptext in the Pre-Macro Section.
For AoE, only run Thunderclap on a seperate Hotkey and let the Macro do the Rest.
Hotkeys are at my G502 Mouse at 100ms.
Links to View:
My Prot Warrior Arsenal Link
Screenshot 17 Stacks Uber Dmg
I hope you enjoy the Macro and it is helpful for you.
Greeting from Germany,
Ragnar.
Sequences['MYprotWar'] = {
author='Rågnår',
specID= 084,
helpTxt = 'Talents: 1223312',
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast charge
]],
'/cast Heroic Throw',
'/cast !Shield Block',
'/cast !Shield Slam',
'/cast Focused Rage',
'/cast !Revenge',
'/cast Devastate',
'/cast [combat] !Ignore Pain',
'//cast Focused Rage',
'/cast !Shield Block',
'/cast !Shield Slam',
'/cast !Revenge',
'/cast Victory Rush',
'/cast Devastate',
'/cast !Shield Block',
'/cast !Shield Slam',
'/cast [combat] Shockwave',
'/cast Devastate',
PostMacro = [[
/cast [combat] Blood Fury
/castsequence [combat] Shield Slam, Revenge, Shield Slam, Revenge
/cast [combat] Demoralizing Shout
/cast [combat] Spell Reflection
/cast [combat] Berserker Rage
/cast [combat] Battle Cry
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}