Resto Druid GS & Toolkit Macro's

Hi this is what I have been using for awhile now might need a little updating. I think these came from one of Beefs old macros post (Thanks to Beef) that has worked for me.

Glyphs Rebirth, Healing touch, Wild growth
Talents 11?1222

Sequences[‘Heals’] = {
PreMacro = [[
/script UIErrorsFrame:Clear()
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
]],
‘/castsequence [@focus] reset=15/combat Rejuvenation,Lifebloom,Rejuvenation,Regrowth,Swiftmend’,
‘/castsequence Wrath,Wrath,Wrath,Wrath,Wrath,Wrath’,
PostMacro = [[
/cast [@mouseover] Rejuvenation
/cast [combat]Nature’s Swiftness
/cast [@focus]Ironbark
/cast [@focus]Barkskin
/script UIErrorsFrame:Hide();
]],
}

The other I have used for those who don’t like GS and prefer Toolkit.
Glyphs Rebirth, Healing touch, Wild growth
Talents 1131222

/cast [@focus]Ironbark
/cast [@focus]Barkskin
/castsequence [@target] reset=combat/target Growth,wrath,wrath,wrath,wrath,wrath
/castsequence [@focus] reset=combat/target Lifebloom,Rejuvenation,Swiftmend,Regrowth,Wrath,Wrath,Wrath,Lifebloom,Rejuvenation,Regrowth,Wrath,Wrath,Wrath,Lifebloom,Rejuvenation
/cast Force of Nature

Is there an update to this at all?

Hi Stepen,

Legion update but still only testing atm.

/castsequence [@focus] reset=combat/target Rejuvenation,Rejuvenation,Lifebloom,regrowth,Rejuvenation,Rejuvenation,Lifebloom,Swiftmend
/cast [@focus]Ironbark
/cast [@Player]Barkskin
/cast [@Player]Innervate
/use Draenic Intellect Potion

or if use GS-E with Tank @Focus

Sequences['Heals1'] = {
specID = 105,
author = "Unknown",
helpTxt = "2113112",
StepFunction = GSStaticPriority,
PreMacro = [[
/cast [@focus,dead] Rebirth
]],
'/castsequence [@focus] reset=15/combat Lifebloom, Regrowth, Rejuvenation',
'/cast [@focus] Cenarion Ward',
'/castsequence reset=target [@mouseover,exists,help,nodead] Regrowth, Rejuvenation, Healing Touch, Swiftmend',
PostMacro = [[
/cast [@focus]Ironbark
/cast [@player]Barkskin
]],
}

Hi

Sorry to be a noob but how does this macro work?
I see that if you set your tank as focus it will heal the tank and im guessing mouse over means if you put your mouse over someones picture it will heal them?

Is this a macro you spam or use in moderation to conserve mana?

Sorry to ask but a breakdown of what it does would help me understand how to use it
thanks

Hi Sean,

Legion has changed this somewhat and still testing at this time, will update once have more confirmed outcomes.