Want to add Sacred Shield to some spells

Hello, I currently love the prot rotation, with the exception of adding sacred shield.

Is there anyone who can help me?

I would like to add sacred shield to judgment, conc, crusader strike, and holy wrath. all in 4 seperate macros, just to help me keep it up as much as possible. Thanks

To be honest I like to have a few buttons to press aswel and I hope these help as I’m pretty proud of these, I solved my own problem that I’ve been having with #showtooltips so yeah I hope you like them!!

Sequences['SS1'] = {
PreMacro = [[
#showtooltip Judgment
    ]],
	   '/castsequence reset=target Sacred Shield,Shield of the Righteous',
       "/cast Judgment",
PostMacro = [[
/startattack
/cast Shield of the Righteous
    ]],
}

Sequences['SS2'] = {
PreMacro = [[
#showtooltip Consecration
    ]],
	   '/castsequence reset=target Sacred Shield,Shield of the Righteous',
       "/cast Consecration",
PostMacro = [[
/startattack
/cast Shield of the Righteous
    ]],
}

Sequences['SS3'] = {
PreMacro = [[
#showtooltip Crusader Strike
    ]],
	   '/castsequence reset=target Sacred Shield,Shield of the Righteous',
       "/cast Crusader Strike",
PostMacro = [[
/startattack
/cast Shield of the Righteous
    ]],
}

You can build from these and apply to any of your other spells.

I would like to recommended that you only bind this type of macro to one spell, something with a large cooldown (like Holy Wrath for example) only reason I say that is that Sacred Shield is always spammed pretty much and gets in the way of my procs, but yeah don’t get me wrong and its totally up to you. But that is how I have it, just on the one and its still always up!