Holy Healz: ST-small, ST-Major, AOE

Ok. couldn’t get help making a macro for priest healz so i decided to try my hand at making my own. I took the basic template from “killthenoise” and went from there. This worked on dummies but is untested in real world. let me know what u think. Try it out and mod if needed. Hope it helps some of you as the priest healz badly needed an update. Like Killthenoise, talents are 3231332. Enjoy. :slight_smile:

Sequences['psy-minor-healz'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="PSY",
  SpecID=257,
  Talents = "3,2,3,1,3,3,2",
  Help = "Talents - 3 2 3 1 3 3 2",
  Default=1,
  Icon='Spell_Holy_GuardianSpirit',
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/assist [@focus,exists,nodead]",
        "/targetenemy [noharm][dead]",
        "/cast Berserking",
        "/cast Fade",
      },
      PreMacro={
      },
        "/castsequence [@mouseover,exists,help,nodead][reset=target] Renew, Flash Heal, Flash Heal, Flash Heal, Flash Heal",
        "/castsequence [@focus,exists,nodead] Body and Mind, Renew",
        "/cast [@focus,exists,nodead] Prayer of Mending",
        "/cast [@focus,exists,nodead] Holy Word: Serenity",
        "/cast [combat] Halo",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['Psy-major-healz'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="PSY",
  SpecID=257,
  Talents = "3,2,3,1,3,3,2",
  Help = "Talents - 3 2 3 1 3 3 2",
  Default=1,
  Icon='Spell_Holy_GuardianSpirit',
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/assist [@focus,exists,nodead]",
        "/targetenemy [noharm][dead]",
        "/cast Berserking",
        "/cast Fade",
      },
      PreMacro={
      },
        "/cast Desperate Prayer",
        "/castsequence [@mouseover,exists,help,nodead][reset=target] Renew, Heal, Heal, Heal, Heal",
        "/castsequence [@focus,exists,nodead] Guardian Spirit, Body and Mind, Renew",
        "/cast [@focus,exists,nodead] Prayer of Mending",
        "/cast [@focus,exists,nodead] Holy Word: Serenity",
        "/cast [combat] Halo",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['Psy-aoe-healz'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="PSY",
  SpecID=257,
  Talents = "3,2,3,1,3,3,2",
  Help = "Talents - 3 2 3 1 3 3 2",
  Default=1,
  Icon='Spell_Holy_GuardianSpirit',
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/assist [@focus,exists,nodead]",
        "/targetenemy [noharm][dead]",
        "/cast Berserking",
        "/cast Fade",
      },
      PreMacro={
      },
        "/cast Divine Hymn",
        "/cast [@mouseover,exists,help,nodead] Prayer of Mending",
        "/cast [@mouseover,exists,help,nodead] Prayer of healing",
        "/cast Halo",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

has anyone tested this in dungeons as of yet?

no idea, will try tonight is this still viable?

A little late, but tried these myself. They are very viable and still work nicely. The only thing that I had to correct was in the AOE heal macro, had to capitalize the H in Pray of Healing, as it gets fussy about that, and wouldn’t cast until I did.

Will have to check my logs in a bit for numbers comparison, but as far as soloing and even pvp, it still works great!

Tried this again tonight in N ToS, it was a farm/alt night. Worked very well, the only change I’ve made is to remove renew from the major heals one, as it’s a mana sink that isn’t worth the effort, even for the small amount of mana it seemingly takes. I don’t spec into Halo, as it causes me issues in “tight” situations, but other than that, it still works pretty good! Certain fights I’m ranking green just due to movement (and my ilvl is a hair low for heroic, I’m at 916) but otherwise it’s great!

I was slightly less than successful in attempting to use these macros. :frowning: It would not cast Renew ever in any of the two single target macros, and it would not cast Guardian Spirit in the Major healing macro.

Prayer of Mending and Holy Word: Serenity seemed to cast normally; I added a mouseover command to Prayer of Mending to use it more often. Body and Mind also seemed to cast normally with and without using [talent: 2/2] in front of it.