Resto for Antorus

This is a mix of macros i’ve found here throughout legion. Hope they’ll prove useful.

Sequences[‘RD_hots’] = {
– This Sequence was exported from GSE 2.2.03.
Author=“Yggrasdil@Zangarmarsh”,
SpecID=105,
Talents = “2233333”,
Default=1,
MacroVersions = {
[1] = {
Trinket2=true,
StepFunction = “Priority”,
KeyPress={
},
PreMacro={
},
“/cast [@focus] Cenarion Ward”,
“/cast [@focus] Ironbark”,
“/cast [@player] Barkskin”,
“/cast [@mouseover] Rejuvenation”,
“/cast [@mouseover,help,dead,nocombat] Revitalize”,
PostMacro={
},
KeyRelease={
},
},
},
}

-----focus tank and use for rejuvs

Sequences[‘RD_ST’] = {
– This Sequence was exported from GSE 2.2.03.
Author=“Yggrasdil@Zangarmarsh”,
SpecID=105,
Talents = “2233333”,
Default=1,
MacroVersions = {
[1] = {
Trinket2=false,
StepFunction = “Priority”,
KeyPress={
“/castsequence [@focus,combat,help,dead] Rebirth, Ironbark”,
},
PreMacro={
},
“/cast [@mouseover] Swiftmend”,
“/cast [@mouseover] Ironbark”,
“/cast [@mouseover] Cenarion Ward”,
“/cast [@mouseover] Barkskin”,
“/cast [@mouseover] Regrowth”,
PostMacro={
},
KeyRelease={
},
},
},
}
------------------- use for Single target heals

Sequences[‘RD_AOE’] = {
– This Sequence was exported from GSE 2.2.03.
Author=“Yggrasdil@Zangarmarsh”,
SpecID=105,
Talents = “2233333”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
},
PreMacro={
},
“/cast Flourish”,
“/use 14”,
“/cast Essence of G’Hanir”,
PostMacro={
},
KeyRelease={
},
},
},
}
------ tend to Wild growth separately use this after (have it on alt-wheeldown)

normal macros i use are:

/cast [@cursor] Efflorescence
/stopspellcast

------ (have it on wheel up) puts efflo on cursor

/castsequence [@cursor] Typhoon, Ursol’s Vortex
/stopspellcast

------ useful cc (have it on alt+`)

/cast [@player] Innervate

With these you only have to manage Lifebloom, Wild Growth, Rebirth on non tanks, Rezzes, Efflo, CC, Tranq and Innervate.

Legendaries: I use are a mix of prydaz+velens or prydaz+helm. I go for even stats just a tad more mastery if possible.

There I fixed your code in box. =)

Sequences[‘RD_hots’] = {
— This Sequence was exported from GSE 2.2.03.
Author="Yggrasdil@Zangarmarsh",
SpecID=105,
Talents = "2233333",
Default=1,
MacroVersions = {
[1] = {
Trinket2=true,
StepFunction = "Priority",
KeyPress={
},
PreMacro={
},
"/cast [@focus] Cenarion Ward",
"/cast [@focus] Ironbark",
"/cast [@player] Barkskin",
"/cast [@mouseover] Rejuvenation",
"/cast [@mouseover,help,dead,nocombat] Revitalize",
PostMacro={
},
KeyRelease={
},
},
},
}

—–focus tank and use for rejuvs

Sequences[‘RD_ST’] = {
— This Sequence was exported from GSE 2.2.03.
Author="Yggrasdil@Zangarmarsh",
SpecID=105,
Talents = "2233333",
Default=1,
MacroVersions = {
[1] = {
Trinket2=false,
StepFunction = "Priority",
KeyPress={
"/castsequence [@focus,combat,help,dead] Rebirth, Ironbark",
},
PreMacro={
},
"/cast [@mouseover] Swiftmend",
"/cast [@mouseover] Ironbark",
"/cast [@mouseover] Cenarion Ward",
"/cast [@mouseover] Barkskin",
"/cast [@mouseover] Regrowth",
PostMacro={
},
KeyRelease={
},
},
},
}

——————- use for Single target heals

Sequences[‘RD_AOE’] = {
— This Sequence was exported from GSE 2.2.03.
Author="Yggrasdil@Zangarmarsh",
SpecID=105,
Talents = "2233333",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
},
PreMacro={
},
"/cast Flourish",
"/use 14",
"/cast Essence of G’Hanir",
PostMacro={
},
KeyRelease={
},
},
},
}

—— tend to Wild growth separately use this after (have it on alt-wheeldown)

normal macros i use are:

/cast [@cursor] Efflorescence
/stopspellcast

—— useful cc (have it on alt+`)

/cast [@player] Innervate

With these you only have to manage Lifebloom, Wild Growth, Rebirth on non tanks, Rezzes, Efflo, CC, Tranq and Innervate.

Legendaries: I use are a mix of prydaz+velens or prydaz+helm. I go for even stats just a tad more mastery if possible.

Some of the syntax is wrong, heres the correct ones to import

Sequences['RD_hots'] = {
--This Sequence was exported from GSE 2.2.03.
Author="Yggrasdil@Zangarmarsh",
SpecID=105,
Talents = "2233333",
Default=1,
MacroVersions = {
[1] = {
Trinket2=true,
StepFunction = "Priority",
KeyPress={
},
PreMacro={
},
"/cast [@focus] Cenarion Ward",
"/cast [@focus] Ironbark",
"/cast [@player] Barkskin",
"/cast [@mouseover] Rejuvenation",
"/cast [@mouseover,help,dead,nocombat] Revitalize",
PostMacro={
},
KeyRelease={
},
},
},
}
Sequences['RD_ST'] = {
--This Sequence was exported from GSE 2.2.03.
Author="Yggrasdil@Zangarmarsh",
SpecID=105,
Talents = "2233333",
Default=1,
MacroVersions = {
[1] = {
Trinket2=false,
StepFunction = "Priority",
KeyPress={
"/castsequence [@focus,combat,help,dead] Rebirth, Ironbark",
},
PreMacro={
},
"/cast [@mouseover] Swiftmend",
"/cast [@mouseover] Ironbark",
"/cast [@mouseover] Cenarion Ward",
"/cast [@mouseover] Barkskin",
"/cast [@mouseover] Regrowth",
PostMacro={
},
KeyRelease={
},
},
},
}
Sequences['RD_AOE'] = {
--This Sequence was exported from GSE 2.2.03.
Author="Yggrasdil@Zangarmarsh",
SpecID=105,
Talents = "2233333",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
},
PreMacro={
},
"/cast Flourish",
"/use 14",
"/cast Essence of G’Hanir",
PostMacro={
},
KeyRelease={
},
},
},
}