My Holy Words of Mending GS (Mouseover). You'll top the Metters

Just wanted to share my macros I use for raiding. I’m always 1st or 2nd on the meters
You want to make the most use out of Heal to activate talents Divine Insight and Words of Mending. You want to spam Heal as much as possible to get those prayers out there. In a 20 man raid I can have well over 30+ stacks of Prayers Bouncing around. This spec works Extremely well with 4 piece T18 Attire of Piety set.

My main stats for gearing is Haste and Mutlistrike.
Talents 3132312
Glyphs: Prayer of mending, Deep Wells and whatever of your choice. DO NOT pick Circle of Healing. You will OOM Fast!

Im always using Hheal unless I need Fheal for High Dmg. AHeal I hardly use but it nice to have.

Sequences['HHeal'] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
	'/cast [target=mouseover] Prayer of Mending',
	'/cast [@target] Power Word: Solace',
	'/cast Cascade',
	"/cast !Circle of Healing",
	'/castsequence [target=mouseover,help]reset=target Renew,Heal,Heal',
PostMacro = [[
/startattack
/use [combat]13
/script UIErrorsFrame:Hide();
]],
}

Sequences['FHeal'] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
	'/cast [@target] Power Word: Solace',
	'/castsequence [target=mouseover,help] Flash Heal,Flash Heal,Flash Heal',
PostMacro = [[
/startattack
/use [combat]13
/script UIErrorsFrame:Hide();
]],
}

Sequences['AHeal'] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
	"/cast !Circle of Healing",
	'/cast [@target] Power Word: Solace',
	'/cast Cascade',
	'/castsequence [target=mouseover,help] reset=5 Prayer of Healing,Prayer of Healing,Prayer of Healing',
PostMacro = [[
/startattack
/use [combat]13
/script UIErrorsFrame:Hide();
]],
}

Let me know how it works! Lets Show Disc Priest Who’s Boss! lol Have Fun!

You macro doesn’t seem to work for me. I received an error immediately.

not in a black box !

Sorry about that. I put the sequence in the wrong posting format. It should work now

Just wanted to say thanks. Been using this as ive leveled my priest since level 65. Now I’m 83 and still going strong. Looking forward to using it in raids

It’s amazing! Thank you for it! Hope you’ll do same macro for Legion

This is amazing if you make anything like this for legion its gonna be insane :slight_smile: <3

Hi, love ur macro, i changed a little for legion im lvl 85 atm so dont have all spells,
i hope my macro help u guys.

talents: 32333
ps: no credit at all

Sequences['HHeal'] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
	'/cast [target=mouseover] Prayer of Mending',
	'/castsequence [target=mouseover]reset=target Renew,Heal,Heal',
PostMacro = [[
/startattack
/use [combat]13
/script UIErrorsFrame:Hide();
]],
}

Sequences['FHeal'] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
	'/cast Symbol of Hope',
	'/castsequence [target=mouseover,help] Flash Heal,Flash Heal,Flash Heal',
PostMacro = [[
/startattack
/use [combat]13
/script UIErrorsFrame:Hide();
]],
}

Sequences['AHeal'] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
	'/cast [target=mouseover] Prayer of Mending',
	'/castsequence [target=mouseover,help] reset=5 Prayer of Healing,Prayer of Healing,Prayer of Healing',
PostMacro = [[
/startattack
/use [combat]13
/script UIErrorsFrame:Hide();
]],
}

Thanks for effort, can someone please update these for max lvl raiding?