Prot Warrior maximised Survivability and Dps -17 Stacks Uber Strike Dmg- iLv 725

Hi everybody,

i would like to introduce my 7.03 MyProtWar-Macro for GnomeSequencer.
This macro gives an 725 iLv Protection Warrior a maximised Survivability and Dps Output.
ArmoryLink
Screenshot Uber Strike Dmg

For AoE you only had to use Thunderclap on an seperate Hotkey.

The Macro runs on my G502 Mouse with 100ms.

Okay here the Facts:
Tanking Dummy is tankable till he got 17 Stacks of Uber Strike, witch increase the Dmg dealt to the Tank for every Stack by 5%. That means the Dummy Drops you by 85% increased Dmg.
My Dps avarged by 27.8k and the Dmg done was at 6.09M.

I hope you enjoy the Macro and i could helped out… will see you in Legion.

Greets,
Rågnår.

`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
]],
}