Protection Paladin Patch 6.2.3 (12/3/'16)

Welcome Guys,

I am Ðarkramz (Ilvl 732, Hunter), a raider in a social guild called Vanillas-Silvermoon (A Dutch Speaking guild).

Sometimes I play Protection Paladin for the fun, mostly on Normal HFC. Because I want a good overview of the field without focussing to much on the spells, so I came up with these sequencers.

Talents : ? ? 3 2 2 1 3
Major Glyphs : Consecrator, Divine Protection, Hand of Sacrifice
Minor Glyphs : Its up to you!

I used the Protection Paladin guide on icy-veins and information from Noxxic to create these sequences.

If you want to keep an eye on buffs, cooldowns and more… Weakaura2 is the perfect Add-on to do that! I would suggest you to try and create Weakauras according to your taste.

When you use these sequencers, please give me feedback. Together we can create better sequences and help the community.

How to play?

For 1 to 2 Targets keep spamming ProtSingle and for 3+ targets keep spamming ProtAoE. All cooldowns are used manually since it’s a wayste to use it while the other tank has agro.

Moveover macros for the shield and Lay on Hands are very handy!
…If you’re not a big fan of mouseover macros, I can advice you to use Clique, VuhDo or Healbot.

Single Target (1 to 2 targets)

Sequences['Protsingle'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/targetenemy [noharm][dead]
]],
	"/cast Avenger's Shield",
	'/cast Crusader Strike',	
	'/castsequence reset=6 Sacred Shield,Judgment',
	'/cast Hammer of Wrath',
	'/castsequence reset=7 Consecration,Consecration',
	'/cast Holy Wrath',
        '/cast [@player] Holy Prism',
PostMacro = [[
/cast Shield of the Righteous
/cast Avenger's Shield
/script UIErrorsFrame:Clear()
]],
}

Multi-Target (3+ targets)

Sequences['ProtAOE'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/targetenemy [noharm][dead]
]],
	"/cast Avenger's Shield",
	'/cast Hammer of the Righteous',	
	'/castsequence reset=6 Sacred Shield,Judgment',
	'/cast Hammer of Wrath',
	'/castsequence reset=7 Consecration,Consecration',
	'/cast Holy Wrath',
        '/cast [@player] Holy Prism',
PostMacro = [[
/cast Shield of the Righteous
/cast Avenger's Shield
/script UIErrorsFrame:Clear()
]],
}

Weakaura2
Weakauras are following, it will mainly be used for Proc + Cooldown tracking.

In-game macros

#Showtooltip Hearthstone
/castsequence reset=2 Divine Shield, Hearthstone
#Showtooltip Redemption
/cast Redemption
/s Body and soul will be one again, Redemption is yours %T !
#Showtooltip Lay on Hands
/cast [target=mouseover] Lay on Hands
#showtooltip Hand of Protection
/cast [target=mouseover] Hand of Protection
#showtooltip Hand of Freedom
/cast [target=mouseover] Hand of Freedom
#showtooltip Hand of Sacrifice
/cast [target=mouseover] Hand of Sacrifice

Optimizing gear and Enchants.

For optimizing enchants and stats I use the Program: Simulationcraft
Simulationcraft shows you your optimal DPS and shows you the stats weights.
For optimizing my gear I use: Ask Mister Robot (The Add-on and the website)
The site has a option called : Best in Bag and Edit weights.
You must create an account and use the Add-on for the Best in Bag option.
And I use the stat weights from Simulation craft to get the best results out of it.
You can insert your Stat Weights in the Add-on Pawn to see which items are upgrades for you and how much % you go up on that item.

For Questions add me on Battlenet: Darkramz#2160
or…
You can find me on Discord: Discord

Cheers and Good luck,

Ðarkramz

Hi there,
I didnt played for 2 years and I have a question :slight_smile: . So basically i write /macro , the macro pop up appear and then i paste everything? cause i dont get what this part does :Sequences[‘Protsingle’] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
"

For exemple mine looks like :

/castsequence reset=3 Hammer of the Righteous,Judgment,Hammer of the Righteous,holy wrath,Hammer of The Righteous,Shield of the Righteous,Hammer of the Righteous,judgment,Hammer of The Righteous,Shield of the Righteous /cast consecration /cast war stomp

… PS I installed also Macro Toolkit…

I end up with thisone working

/castsequence reset=5/target Avenger's Shield, Crusader Strike, Sacred Shield, Judgment, Crusader Strike, Shield of the Righteous, Judgment, Consecration /cast Holy Wrath /cast Hammer of Wrath

you’re using an in-game macro, the ones I create are for gnome sequencer. It is slighty more avanced.

Thanks for your interest in these sequencers. But don’t spam the page if all 3 messages share the same basic content. It’s not to be rude!!

Your macro should work fine! But I think you’ll do better with Gnome Sequencer and a spam button like AHK (as example)

If you need direct and personal help with getting back in game or the sequencers just add me on battlenet or discord!

Cheers and Have fun,

Darkramz

Hey,
My intention was never to spam. I just wanted to understand how it works. I even wrote to you on discord yesterday. So if you have time please let me know how to insert it in game.
Thanks

[quote quote=27880]Welcome Guys,

I am Ðarkramz (Ilvl 732, Hunter), a raider in a social guild called Vanillas-Silvermoon (A Dutch Speaking guild).

Sometimes I play Protection Paladin for the fun, mostly on Normal HFC. Because I want a good overview of the field without focussing to much on the spells, so I came up with these sequencers.

Talents : ? ? 3 2 2 1 3
Major Glyphs : Consecrator, Divine Protection, Hand of Sacrifice
Minor Glyphs : Its up to you!

I used the Protection Paladin guide on icy-veins and information from Noxxic to create these sequences.

If you want to keep an eye on buffs, cooldowns and more… Weakaura2 is the perfect Add-on to do that! I would suggest you to try and create Weakauras according to your taste.

When you use these sequencers, please give me feedback. Together we can create better sequences and help the community.

How to play?

For 1 to 2 Targets keep spamming ProtSingle and for 3+ targets keep spamming ProtAoE. All cooldowns are used manually since it’s a wayste to use it while the other tank has agro.

Moveover macros for the shield and Lay on Hands are very handy!
…If you’re not a big fan of mouseover macros, I can advice you to use Clique, VuhDo or Healbot.

Single Target (1 to 2 targets)

Sequences['Protsingle'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/targetenemy [noharm][dead]
]],
	"/cast Avenger's Shield",
	'/cast Crusader Strike',	
	'/castsequence reset=6 Sacred Shield,Judgment',
	'/cast Hammer of Wrath',
	'/castsequence reset=7 Consecration,Consecration',
	'/cast Holy Wrath',
        '/cast [@player] Holy Prism',
PostMacro = [[
/cast Shield of the Righteous
/cast Avenger's Shield
/script UIErrorsFrame:Clear()
]],
}

Multi-Target (3+ targets)

Sequences['ProtAOE'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/targetenemy [noharm][dead]
]],
	"/cast Avenger's Shield",
	'/cast Hammer of the Righteous',	
	'/castsequence reset=6 Sacred Shield,Judgment',
	'/cast Hammer of Wrath',
	'/castsequence reset=7 Consecration,Consecration',
	'/cast Holy Wrath',
        '/cast [@player] Holy Prism',
PostMacro = [[
/cast Shield of the Righteous
/cast Avenger's Shield
/script UIErrorsFrame:Clear()
]],
}

Weakaura2
Weakauras are following, it will mainly be used for Proc + Cooldown tracking.

In-game macros

#Showtooltip Hearthstone
/castsequence reset=2 Divine Shield, Hearthstone
#Showtooltip Redemption
/cast Redemption
/s Body and soul will be one again, Redemption is yours %T !
#Showtooltip Lay on Hands
/cast [target=mouseover] Lay on Hands
#showtooltip Hand of Protection
/cast [target=mouseover] Hand of Protection
#showtooltip Hand of Freedom
/cast [target=mouseover] Hand of Freedom
#showtooltip Hand of Sacrifice
/cast [target=mouseover] Hand of Sacrifice

Optimizing gear and Enchants.

For optimizing enchants and stats I use the Program: Simulationcraft
Simulationcraft shows you your optimal DPS and shows you the stats weights.
For optimizing my gear I use: Ask Mister Robot (The Add-on and the website)
The site has a option called : Best in Bag and Edit weights.
You must create an account and use the Add-on for the Best in Bag option.
And I use the stat weights from Simulation craft to get the best results out of it.
You can insert your Stat Weights in the Add-on Pawn to see which items are upgrades for you and how much % you go up on that item.

For Questions add me on Battlenet: Darkramz#2160
or…
You can find me on Discord: https://discord.gg/0sYbcb3ZBvz9211Q

Cheers and Good luck,

Ðarkramz

[/quote]

Thanks for the great macro DarkRamz! Keep up the great work!

Thank you Devo!

Enjoy, the sequencers and don’t forget to try out the others on the website!

If Tweaking needs to be done, let me know!

Cheers,

Ðarkramz