***UPDATED 5/7/2018 ***
*Fixed the issue where some players could not import the macro (removed SetVars).
*Works in BFA but I have done no HPS metering on the new(er) numbers, as I have just re-installed.
END OF UPDATES
Its high time that I shared my updates that I’ve been running; I’ve been getting a lot better numbers in BGs/RBGs (over 100m) with it, so here ya go…
*PVP talents: 223223
*Put Apotheosis on its own keybind, as Divine Hymn is on mod:ctrl
*Pressing mod:alt will give you a Potion of Prolonged Power, if you have any in your bags
Want to see enemy melee ragequit? Putting Apotheosis on its own keybind and using it as a defensive cooldown…along with Ray of Hope…along with Guardian Spirit makes them go into spasmatic rages. Quite funny, actually…
~END OF UPDATES~
*Decently geared and with all honor talents, you are nigh un-killable in one-on-one PVP.
*Can LFR and run M+s, but this was written for PVP
*Like all of my macros, this macro burns hot, so use your head when it comes to mana economy.
*You can spec Apotheosis, but be aware that it shares the same mod button (mod:ctrl) with Divine Hymn; each share a 3 minute CD
*Hit alt while casting the macro and you will drink a Potion of Prolonged Power
*Holy Word Sanctify costs too damn much, so has been left out of the macro. Thereofre, it is better to put it on it’s own hotkey.
*You can substitute Miracle Worker for Rapid Mending. Personally, I roll with both depending on the situation.
*I’ve heard that Velen’s Future Sight is gimping healing output/HPS, so heads up on that.
*Renew is given a low priority (especially because of Benediction), so if you must feel the need to re-cast it (really?) on the same target that you are tunneling, just clear/change your target and back again. Chances are, however, that you will have already done so multiple times, even in boring-assed PVE.
*Let me know how it works out for you!
Sequences['HolyST'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="Psyzaam@Shu'halo",
SpecID=257,
Talents = "1111111",
Help = [[*PVP talents: 223223
*Put Apotheosis on its own keybind, as Divine Hymn is on mod:ctrl
*Pressing mod:alt will give you a Potion of Prolonged Power, if you have any in your bags
]],
Default=1,
PVP=2,
MacroVersions = {
[1] = {
Combat=false,
Neck=false,
StepFunction = "Sequential",
KeyPress={
"/cast [mod:ctrl] Divine Hymn",
"/use [mod:alt] Potion of Prolonged Power",
},
PreMacro={
},
"/cast [@mouseover,help,nodead][help,nodead][@targettarget,help,nodead][@focus,exists,nodead][@player] Light of T'uure",
"/cast [@mouseover,help,nodead][help,nodead][@targettarget,help,nodead][@focus,exists,nodead][@player] Holy Word: Serenity",
"/cast [@mouseover,help,nodead][help,nodead][@targettarget,help,nodead][@focus,exists,nodead][@player] Prayer of Mending",
"/cast [@mouseover,help,nodead][help,nodead][@targettarget,help,nodead][@focus,exists,nodead][@player] Flash Heal",
PostMacro={
"/castsequence reset=target/combat Renew, null",
},
KeyRelease={
"/cast Fade",
},
},
[2] = {
Combat=true,
StepFunction = "Sequential",
KeyPress={
"/cast [mod:ctrl] Divine Hymn",
"/castsequence reset=target/combat Renew, null",
},
PreMacro={
},
"/cast [@player] Holy Ward",
"/cast [@mouseover,help,nodead][help,nodead][@targettarget,help,nodead][@focus,exists,nodead][@player] Light of T'uure",
"/cast [@mouseover,help,nodead][help,nodead][@targettarget,help,nodead][@focus,exists,nodead][@player] Holy Word: Serenity",
"/cast [@mouseover,help,nodead][help,nodead][@targettarget,help,nodead][@focus,exists,nodead][@player] Prayer of Mending",
"/castsequence [@mouseover,help,nodead][help,nodead][@targettarget,help,nodead][@focus,exists,nodead][@player] Flash Heal",
PostMacro={
},
KeyRelease={
"/castsequence [@mouseover,help,nodead][help,nodead][@targettarget,help,nodead][@focus,exists,nodead][@player] Flash Heal",
},
},
},
}