(GS-E) Pre-Legion 7.0.3 Macro – Balance Druid

Here is my macro’s.

Single Target:

Sequences['Moon-Dps'] = {
specID = 102,
author = "Zole",
helpTxt = "Dps Single - Talent: 3123232",
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/use [noform]!Moonkin Form
]],
	'/cast Solar Wrath',
	'/cast !Starsurge',
	'/castsequence reset=/target Sunfire,Moonfire,Solar Wrath,Solar Wrath',
	'/castsequence Solar Wrath, Lunar Strike',
	'/cast Solar Wrath',
PostMacro = [[
/startattack
]],
}

AoE Dps:

Sequences['Moon-DpsAoE'] = {
specID = 102,
author = "Zole",
helpTxt = "AoE Dps - Talent: 3123232",
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/use [noform]!Moonkin Form
]],
	'/cast Lunar Strike',
	'/cast !Starfall',
	'/castsequence reset=/target Sunfire,Moonfire,Lunar Strike',
	'/castsequence Lunar Strike, Solar Wrath',
	'/cast Lunar Strike',
PostMacro = [[
/startattack
]],
}

Thank you! I just tested it and it works great.

hello,i have problem dot not apply you macro.

heya i will take a look at it, later today :smiley:

ok macro testing 100% not top dps use solar wrath and low lunar strike.

Updated test version… Need Feedback :slight_smile:

This macro is made for doing single dmg. And should add Moonfire / Sunfire regularly, switch between casting Solar Wrath and Lunar Strike. And cast Starsurge to get empowerment / to use astral power.

You need Bartender4 addon for this macro with “bar paging”, to use it.

Place macro 1 on bar 1, and macro 2 on bar 5. Remember to activate “bar paging” in Bartender4.

Macro 1

Sequences['Moon-Dpz'] = {
specID = 102,
author = "Zole",
helpTxt = "Dps Single - Talent: 3123232",
PreMacro = [[
/targetenemy [noharm][dead]
/use [noform]!Moonkin Form
]],
	'/cast Starsurge',
	'/cast Starsurge',
PostMacro = [[
/startattack
/swapactionbar 1 5
]],
}

Macro 2

Sequences['Moon-Dpz2'] = {
specID = 102,
author = "Zole",
helpTxt = "Dps Single - Talent: 3123232",
PreMacro = [[
/targetenemy [noharm][dead]
/use [noform]!Moonkin Form
]],
	'/castsequence reset=target Moonfire,null',
	'/castsequence  reset=target Sunfire,null',
	'/cast Solar Wrath',
	'/castsequence reset=target Solar Wrath,Sunfire,Lunar Strike',
	'/castsequence Solar Wrath,Lunar Strike',
	'/castsequence reset=target Solar Wrath,Lunar Strike,Moonfire',
PostMacro = [[
/startattack
/swapactionbar 1 5
]],
}

Aoe one will come later on

tanks for macro,problem macro spam sola wrath other,apply starsurge unic macro total?

Why bar one and bar five ?
Why not button one and button two ?

Cause it swaps between bar’s.

It swap between bar 1 and 5… u can change 5 in this /swapactionbar 1 5 to another number, if u want it on another bar instead…
But u cant place them on the same bar, cause it wont work then.

U can take a look here Barswapping to see how it works…this is patch 6.1, but it still works the same way in wow

OK thanks, now expect legion to see and hope to have macros for raiding and pvp mythical series.

any news on the aoe one?

Curious as to why you need the swap bar as if you’re using GS:E you can technically have nothing sitting on your bars?

Im a bit busy atm, but will try add it later today.

[quote quote=32231]Curious as to why you need the swap bar as if you’re using GS:E you can technically have nothing sitting on your bars?
[/quote]

I cant get it to work with gs-e alone atm… might find a fix later on.

You use 2 bar’s for this macro system to work, and u only use 2 slots on each bar, rest of the bar can be used as u like.

Messing around with this script and i cannot figure out how to make it not auto target.

[quote quote=34225]Messing around with this script and i cannot figure out how to make it not auto target.
[/quote]

Remove “/targetenemy [noharm][dead]” and “/startattack” from the macros.

Gracias