Dizzy's v7.2 Holy Priest (separated)...

As requested by several of you, here is Dizzy’s Holy Priest All-in-One Macro separated into FOUR:

DISCLAIMER: I have, by no means, any experience healing in this spec. Therefore, I am not certain that these macros will work as intended. I apologize ahead of time if this is the case.

  1. HPriest_ST: ``` Sequences['HPriest_ST'] = { -- This Sequence was exported from GSE 2.1.00. Author="Sethadon@Shattered Hand", SpecID=257, Talents = "Any Combination", Help = [[- This macro basically casts Prayer of Mending and Heal. - Additionally, it will cast Circle of Healing and/or Body and Mind if you have chosen either or both of these talents. - Pressing the CTRL Key Modifier while spamming this macro will cast Flash Heal, while pressing the ALT Key Modifier will cast Light of T'uure, followed by Holy Word: Serenity]], Default=1, MacroVersions = { [1] = { StepFunction = "Priority", KeyPress={ "/castsequence [@focus, help, nodead, mod:alt] [@mouseover, help, nodead, mod:alt] [@target, help, nodead, mod:alt] [mod:alt] reset=10 Light of T'uure, Holy Word: Serenity", "/cast [@mouseover, help, nodead, mod:ctrl] [@target, help, nodead, mod:ctrl] [mod:ctrl] Flash Heal", }, PreMacro={ }, "/cast [@focus, help, nodead] [@mouseover, help, nodead] [@target, help, nodead] Prayer of Mending", "/cast [@mouseover, help, nodead, talent:7/3] [@target, help, nodead, talent:7/3] [talent:7/3] Circle of Healing", "/cast [@mouseover, help, nodead, talent:2/2] [@target, help, nodead, talent:2/2] [talent:2/2] Body and Mind", "/cast [@mouseover, help, nodead, nomod] [@target, help, nodead, nomod] [nomod] Heal", PostMacro={ }, KeyRelease={ }, }, }, } ```
  2. <li><strong>HPriest_AoE:</strong>
    
    Sequences['HPriest_AoE'] = {
    -- This Sequence was exported from GSE 2.1.00.
      Author="Sethadon@Shattered Hand",
      SpecID=257,
      Talents = "Any Combination",
      Help = [[- This macro cycles through the following spells: Prayer of Mending, Holy Word: Sanctify and Prayer of Healing.
    - Additionally, it will cast Circle of Healing, Divine Star and/or Halo if you have chosen any of these talents.]],
      Default=1,
      MacroVersions = {
        [1] = {
          StepFunction = "Priority",
          KeyPress={
          },
          PreMacro={
          },
            "/cast [@focus, help, nodead] [@mouseover, help, nodead] [@target, help, nodead] Prayer of Mending",
            "/cast [@mouseover, help, nodead, talent:7/3] [@target, help, nodead, talent:7/3] [talent:7/3] Circle of Healing",
            "/cast [@player] Holy Word: Sanctify",
            "/cast [@mouseover, help, nodead] [@target, help, nodead] Prayer of Healing",
            "/cast [talent:6/2] Divine Star",
            "/cast [talent:6/3] Halo",
          PostMacro={
          },
          KeyRelease={
          },
        },
      },
    }
    
    <li><strong>HPriest_Apotheosis_ST:</strong>
    
    Sequences['HPriest_Apotheosis_ST'] = {
    -- This Sequence was exported from GSE 2.1.00.
      Author="Sethadon@Shattered Hand",
      SpecID=257,
      Talents = "Apotheosis",
      Help = [[- While the Apotheosis buff is active, this macro casts Holy Word: Sanctify, Holy Word: Serenity, and Flash Heal in a specific order.]],
      Default=1,
      MacroVersions = {
        [1] = {
          StepFunction = "Priority",
          KeyPress={
          },
          PreMacro={
          },
            "/cast [@mouseover, help, nodead] [@target, help, nodead] [@player] Holy Word: Sanctify",
            "/castsequence [@mouseover, help, nodead] [@target, help, nodead] [@player] Holy Word: Serenity, Flash Heal, Flash Heal, Flash Heal",
          PostMacro={
          },
          KeyRelease={
          },
        },
      },
    }
    
    <li><strong>HPriest_Apotheosis_AoE:</strong>
    
    Sequences['HPriest_Apotheosis_AoE'] = {
    -- This Sequence was exported from GSE 2.1.00.
      Author="Sethadon@Shattered Hand",
      SpecID=257,
      Talents = "Apotheosis",
      Help = [[- While the Apotheosis buff is active, this macro casts Holy Word: Serenity, Holy Word: Sanctify, and Prayer of Healing in a specific order.]],
      Default=1,
      MacroVersions = {
        [1] = {
          StepFunction = "Priority",
          KeyPress={
          },
          PreMacro={
          },
            "/cast [@mouseover, help, nodead] [@target, help, nodead] [@player] Holy Word: Serenity",
            "/castsequence [@mouseover, help, nodead] [@target, help, nodead] [@player] Holy Word: Sanctify, Prayer of Healing, Prayer of Healing, Prayer of Healing",
          PostMacro={
          },
          KeyRelease={
          },
        },
      },
    }
    

Good Luck! ???

Well I’m new with this, but gonne give it a try… It looks an easy peasy job :slight_smile: ty for all the work on Dizzy’s Holy Priest All-in-One Macro.

@Naviooh Fellow Silvermooner!

I tested the split versions out personally and can vouce that they all work correctly. =)

Thanks for testing, it works fine but I’m a newbie i think bout healing cuz it don’t help me survive mythic+ dungeons. But i’ll keep practicing with the macros.