Hello!
I came across GSE and Wowlazymacro a while ago and wanted to share back with the community here!
This macro works perfectly well for any talent combination as well as both Priority and Sequential, what you choose to run it as comes down to what feels more comfortable to you.
If you have a macro-able keyboard / mouse / use AHK I personally use a .045 to .050 delay between clicks. At .050 it’ll delay Prayer of Mending/Circle of Healing/Body and Mind for a few casts because Heal lines up perfectly with their cool-down. Play around with it to fit your needs.
Information
- Renew is omitted from the priority list.
- Prayer of Mending is cast on cool-down. Its targeting priority follows: Focus > Mouseover > Target > Player
- Targeting Priority follow this pattern: Mouseover > Target > Player
- Damaging Abilities are not included in the macro.
Switches
- Left SHIFT: While holding goes into AOE Mode.
- Left CTRL: While holding casts Flash Heal instead of Heal.
- Left ALT: While holding casts Light of T'uure followed by Holy Word: Serenity
- Right SHIFT: For use with Apotheosis. While holding it will follow a strict sequence of casts for AOE healing.
- Right CTRL: For use with Apotheosis. While holding it will follow a strict sequence of casts for single-target healing.
I’d appreciate any feedback from people using/testing this macro.
Sequences['HEALS_-_Holy_Priest_AIO'] = {
-- This Sequence was exported from GSE 2.0.14.
Author = "Lysana @ Auchindoun",
SpecID = 257,
Talents = "I recommend 3,1,3,1,3,1,2 but any combo works",
Helplink = "https://wowlazymacros.com/forums/topic/heals-holy-priest-aio-7-2/",
Help = "Version 1.4\n\nWithout doing anything else with the macro, its default state is single-target healing. You modify it through mod switches.\nTargeting priority is: Mouseover > Target > Player. Prayer of Mending will prioritise Focus over targeting priority.\n\n- Left SHIFT (Hold): AOE Healing\n- Left CTRL (Hold): Casts Flash Heal over Heal during single-target healing\n- Left ALT (Hold): Panic Button - Casts Light of T'uure and then Holy Word: Serenity in rapid succession\n- Right SHIFT (Hold): Apotheosis AOE healing\n- Right CTRL (Hold): Apotheosis single-target healing\n",
Default = 1,
Icon = 'inv_staff_2h_artifactheartofkure_d_01',
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress = {
"/castsequence [@focus, help, nodead, mod:lalt][@mouseover, help, nodead, mod:lalt][@target, help, nodead, mod:lalt][mod:lalt] reset=10 Light of T'uure, Holy Word: Serenity",
},
PreMacro = {},
-- Apotheosis (Single Target Healing)
"/cast [@mouseover, help, nodead, mod:rctrl][@target, help, nodead, mod:rctrl][@player, mod:rctrl] Holy Word: Sanctify",
"/cast [@mouseover, help, nodead, mod:rctrl][@target, help, nodead, mod:rctrl][@player, mod:rctrl] Holy Word: Sanctify",
"/castsequence [@mouseover, help, nodead, mod:rctrl][@target, help, nodead, mod:rctrl][@player, mod:rctrl] Holy Word: Serenity, Flash Heal, Flash Heal, Flash Heal",
-- Apotheosis (AOE Healing)
"/cast [@mouseover, help, nodead, mod:rshift][@target, help, nodead, mod:rshift][@player, mod:rshift] Holy Word: Serenity",
"/cast [@mouseover, help, nodead, mod:rshift][@target, help, nodead, mod:rshift][@player, mod:rshift] Holy Word: Serenity",
"/castsequence [@mouseover, help, nodead, mod:rshift][@target, help, nodead, mod:rshift][@player, mod:rshift] Holy Word: Sanctify, Prayer of Healing, Prayer of Healing, Prayer of Healing",
-- General High-Efficiency Spells
"/cast [@focus, help, nodead, nomod:rctrl, nomod:rshift][@mouseover, help, nodead, nomod:rctrl, nomod:rshift][@target, help, nodead, nomod:rctrl, nomod:rshift][nomod:rctrl, nomod:rshift] Prayer of Mending",
"/cast [@mouseover, help, nodead, talent:7/3][@target, help, nodead, talent:7/3][talent:7/3] Circle of Healing",
-- AOE Healing (Switch)
"/cast [@player, mod:lshift] Holy Word: Sanctify",
"/cast [@mouseover, help, nodead, mod:lshift][@target, help, nodead, mod:lshift][mod:lshift] Prayer of Healing",
"/cast [talent:6/2, mod:lshift] Divine Star",
"/cast [talent:6/3, mod:lshift] Halo",
"/cast [@player, mod:lshift] Holy Word: Sanctify",
-- I hate you with a passion.....
"/cast [@mouseover, help, nodead, nomod:rctrl, nomod:rshift, nomod:lshift, talent:2/2][@target, help, nodead, nomod:rctrl, nomod:rshift, nomod:lshift, talent:2/2][nomod:rctrl, nomod:rshift, nomod:lshift, talent:2/2] Body and Mind",
-- Single Target Healing
"/cast [@mouseover, help, nodead, mod:lctrl][@target, help, nodead, mod:lctrl][mod:lctrl] Flash Heal",
"/cast [@mouseover, help, nodead, nomod][@target, help, nodead, nomod][nomod] Heal",
-- General High-Efficiency Spells
"/cast [@focus, help, nodead, nomod:rctrl, nomod:rshift][@mouseover, help, nodead, nomod:rctrl, nomod:rshift][@target, help, nodead, nomod:rctrl, nomod:rshift][nomod:rctrl, nomod:rshift] Prayer of Mending",
"/cast [@mouseover, help, nodead, talent:7/3][@target, help, nodead, talent:7/3][talent:7/3] Circle of Healing",
PostMacro = {},
KeyRelease = {},
},
},
}
My WeakAura setup of choice: (Credit to Dubbs)
https://pastebin.com/cEqra3GK