Restoration Druid (Newest) GS 7/18/15

Heres what I am using as of 8/30/2016
HoT


Sequences['RestoHoT'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/target mouseover
]],
	'/cast [target=mouseover,help] Rejuvenation', 
PostMacro = [[
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],	
}

Healing


Sequences['RestoHeal'] = {
specID = 105,
author = "ire",
helpTxt = "1233113",
PreMacro = [[
/cast [@focus,dead] Rebirth
]],
'/castsequence [@mouseover] reset=15/combat Regrowth, Rejuvenation, Swiftmend, Lifebloom',
'/castsequence reset=target [@mouseover,exists,help,nodead] Regrowth, Rejuvenation',
PostMacro = [[
/cast [@focus]Ironbark
/cast [@player]Barkskin
]],
}

[quote quote=32515]Heres what I am using as of 8/30/2016 HoT


Sequences['RestoHoT'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/target mouseover
]],
	'/cast [target=mouseover,help] Rejuvenation', 
PostMacro = [[
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],	
}

```<strong>Healing</strong>

Sequences[‘RestoHeal’] = {
specID = 105,
author = “ire”,
helpTxt = “1233113”,
PreMacro = [[
/cast [@focus,dead] Rebirth
]],
‘/castsequence [@mouseover] reset=15/combat Regrowth, Rejuvenation, Swiftmend, Lifebloom’,
‘/castsequence reset=target [@mouseover,exists,help,nodead] Regrowth, Rejuvenation’,
PostMacro = [[
/cast [@focus]Ironbark
/cast [@player]Barkskin
]],
}


Will both these work in GSE? Just asking as the HOT macro doesn't have the id etc so just wondering how you manage to use both?? Cheers

Michael Lewis what talents are you using?

these macros from Michael Lewis work pretty good.

I like them. My only problem is, I run into mana issues =) But, mostly work pretty good.

thanks for posting.