Paladin Holy Solo/Group Heals

I’ve played around a bit with my os on my paladin lately, allways loved healing on him until this xpac. but I think I may have worked it out lol.
3 nacros so far.

1st one:
Solo play, WQ’s etc etc.
Original GS:


---talents: 1 3 2 3 3 2 3---  

Sequences['KTN_SHOCK_SOLO'] = {
PreMacro=[[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
]],
[[/cast [@player] Beacon of Virtue]],
[[/cast [@player] Bestow Faith]],
[[/castsequence Judgment, Judgment]],
[[/castsequence Crusader Strike, Crusader Strike]],
[[/castsequence Holy Shock, Holy Shock]],
[[/castsequence [combat] Holy Prism, Holy Prism]],
[[/cast [mod:alt] Consecration]],
[[/castsequence [@mouseover,exists,help,nodead] Flash of Light, Flash of Light]],
PostMacro=[[
/cast [combat] Avenging Wrath
/cast [combat] Rule of Law
/cast [combat] Divine Protection
/cast [combat] Tyr's Deliverance
/use 13
/use 14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

GSE:


Sequences['KTN_SHOCK_SOLO'] = {
author="KTN",
specID=65,
helpTxt = 'Talents - 1 3 2 3 3 2 3',
PreMacro=[[
/targetenemy [noharm][dead]
]],
[[/cast [@player] Beacon of Virtue]],
[[/cast [@player] Bestow Faith]],
[[/castsequence Judgment, Judgment]],
[[/castsequence Crusader Strike, Crusader Strike]],
[[/castsequence Holy Shock, Holy Shock]],
[[/castsequence [combat] Holy Prism, Holy Prism]],
[[/cast [mod:alt] Consecration]],
[[/castsequence [@mouseover,exists,help,nodead] Flash of Light, Flash of Light]],
PostMacro=[[
/cast [combat] Avenging Wrath
/cast [combat] Rule of Law
/cast [combat] Divine Protection
/cast [combat] Tyr's Deliverance
/use 13
/use 14
]],
}

Second Macro, Light healing:
Original GS:


Sequences['KTN_SHOCK_EASY'] = {
PreMacro=[[
/console Sound_EnableSFX 0
/assist [@focus,exists,nodead]
]],
[[/castsequence [@focus,exists,help,nodead] Beacon of Virtue, Bestow Faith]],
[[/cast [@focus,exists,help,nodead] Holy Shock]],
[[/cast [@focus,exists,help,nodead] Light of Dawn]],
[[/cast [@focus,exists,help,nodead] Holy Prism]],
[[/castsequence [@mouseover,exists,help,nodead] Flash of Light, Flash of Light]],
[[/cast Judgment]],
[[/cast Crusader Strike]],
[[/cast [mod:alt] Consecration]],
PostMacro=[[
/cast [combat] Rule of Law
/cast [combat] Divine Protection
/use 13
/use 14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

GSE version:


Sequences['KTN_SHOCK_EASY'] = {
author="KTN",
specID=65,
helpTxt = 'Talents - 1 3 2 3 3 2 3',
PreMacro=[[
/assist [@focus,exists,nodead]
]],
[[/castsequence [@focus,exists,help,nodead] Beacon of Virtue, Bestow Faith]],
[[/cast [@focus,exists,help,nodead] Holy Shock]],
[[/cast [@focus,exists,help,nodead] Light of Dawn]],
[[/cast [@focus,exists,help,nodead] Holy Prism]],
[[/castsequence [@mouseover,exists,help,nodead] Flash of Light, Flash of Light]],
[[/cast Judgment]],
[[/cast Crusader Strike]],
[[/cast [mod:alt] Consecration]],
PostMacro=[[
/cast [combat] Rule of Law
/cast [combat] Divine Protection
/use 13
/use 14
]],
}

And Heavy Heals:
Original GS:


Sequences['KTN_SHOCK_HEAVY'] = {
PreMacro=[[
/console Sound_EnableSFX 0
/assist [@focus,exists,nodead]
]],
[[/castsequence [@focus,exists,help,nodead] Beacon of Virtue, Bestow Faith]],
[[/cast [@focus,exists,help,nodead] Holy Shock]],
[[/cast [@focus,exists,nodead,combat] Light of Dawn]],
[[/castsequence [@mouseover,exists,help,nodead] Flash of Light, Flash of Light]], 
[[/cast Judgment]],
[[/cast Crusader Strike]],
[[/cast [combat] Holy Prism]],
[[/cast [mod:alt] Consecration]],
PostMacro=[[
/cast [combat] Avenging Wrath
/cast [combat] Rule of Law
/cast [combat] Divine Protection
/cast [combat] Aura Mastery
/cast [combat] Tyr's Deliverance
/use 13
/use 14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

And GSE:


Sequences['KTN_SHOCK_HEAVY'] = {
author="KTN",
specID=65,
helpTxt = 'Talents - 1 3 2 3 3 2 3',
PreMacro=[[
/assist [@focus,exists,nodead]
]],
[[/castsequence [@focus,exists,help,nodead] Beacon of Virtue, Bestow Faith]],
[[/cast [@focus,exists,help,nodead] Holy Shock]],
[[/cast [@focus,exists,nodead,combat] Light of Dawn]],
[[/castsequence [@mouseover,exists,help,nodead] Flash of Light, Flash of Light]], 
[[/cast Judgment]],
[[/cast Crusader Strike]],
[[/cast [combat] Holy Prism]],
[[/cast [mod:alt] Consecration]],
PostMacro=[[
/cast [combat] Avenging Wrath
/cast [combat] Rule of Law
/cast [combat] Divine Protection
/cast [combat] Aura Mastery
/cast [combat] Tyr's Deliverance
/use 13
/use 14
]],
}

Hey, KTN, just some feedback. I used your Shock Easy and Shock Heavy macros just now to heal a Heroic on my BE paladin; I’m mostly used to using mouseover macros for healing battlegrounds. They both seemed to do fine, however, whether it was the macros or constant dungeon movement, I never observed Tyr’s Deliverance cast. Looking back through the log, it didn’t seem to cast at any time either. Not sure what’s up. Mana seemed fine; my paladin is not very well geared anyways at 812 ilevel.

Question would be, besides the Deliverance issue, would changing Flash of Light to Holy Light on the Shock Easy macro be a good idea, or just leave it alone?

Thank you!

@thx10050 Quick eye on the TD :slight_smile: and ty.
I ended up having to move it up to right below the @mouseover line, just adedd in
[[/cast Tyr’s Deliverance]],
Seems to fire off pretty smoothly now. As far as the FoL and HL, it’s completely up to you :wink: I use it this way because im pretty lazy lol.

hey dude quick question what should i be spamming the button at on razor synapse?

[quote quote=44769]hey dude quick question what should i be spamming the button at on razor synapse?
[/quote]
i found 80 ms seems to be the sweet spot

UPDATE FOR GSE 2 PLEASE