Balance Macro's

Ive come up with these. ive had trouble with using ALT to Cast Wrath so just made one for each. ilvl505 pushing 12k dps on target dummy with burst around 15k dps

#showtooltip Wrath
/targetenemy [noharm,dead]
/castsequence reset=8/target Sunfire,Null
/castsequence Wrath;[mod:alt]Starfire
/castsequence reset=10 Starsurge,Starsurge,Starsurge
/castsequence reset=41 Sunfire
/cast !Force Of Nature
/cast !Celestial Alignment

#showtooltip Starfire
/castsequence reset=8/target Moonfire,Null
/castsequence Starfire;[mod:alt] Wrath
/castsequence reset=10 Starfall,Starfall,Starfall
/castsequence reset=41 Moonfire
/cast !Nature’s Vigil

could someone let me know if they can tweek or feed back on testing them

was testing on wrong dummies doing about 4k dps @ lvl 90 dummies

This doesn’t seem to trigger my moonfire and sunfire

i like these very much the only thing i changed was adding racial’s and all my cool downs to both macros. but i also added this
/cast [noform:5] Moonkin Form
to put me in chicken form

talents and glyphs i dont have sunfire

… sunfire is same as moonfire, they cycle automatically when you chance from lunar to solar

Would love to see a macro with out a MOD cast

I was using something like this as well. 1 for solar, 1 for lunar since 1 button couldn’t really handle the eclipses very well. I added a mod self-heal for movement and built-in panic button. Not sure it matters, but moved the delay # after “target” since trying to DoT up several mobs didn’t go so well. Left in the mod:alt for opposite, though didn’t really need to use it. Might switch that and add a mod:alt line for Starsurge to replace Starfall since we don’t always need all the AoE dmg.
For Lunar:

#showtooltip Starfire
/use [noform]!Moonkin Form
/targetenemy [noharm][dead]
/castsequence [mod:shift]Rejuvenation
/castsequence reset=target/8 Moonfire,null
/castsequence Starfire;[mod:alt]Wrath
/castsequence reset=10 Starfall,Starfall,Starfall
/castsequence reset=41 Moonfire
/run UIErrorsFrame:Clear()

For Solar:

#showtooltip Wrath
/use [noform]!Moonkin Form
/targetenemy [noharm][dead]
/castsequence [mod:shift]Rejuvenation
/castsequence reset=target/8 Sunfire,null
/castsequence Wrath;[mod:alt]Starfire
/castsequence reset=10 Starsurge,Starsurge,Starsurge
/castsequence reset=41 Sunfire
/run UIErrorsFrame:Clear()

what talents do u use with these please :slight_smile:

[quote quote=17932]I was using something like this as well. 1 for solar, 1 for lunar since 1 button couldn’t really handle the eclipses very well. I added a mod self-heal for movement and built-in panic button. Not sure it matters, but moved the delay # after “target” since trying to DoT up several mobs didn’t go so well. Left in the mod:alt for opposite, though didn’t really need to use it. Might switch that and add a mod:alt line for Starsurge to replace Starfall since we don’t always need all the AoE dmg.
For Lunar:

#showtooltip Starfire
/use [noform]!Moonkin Form
/targetenemy [noharm][dead]
/castsequence [mod:shift]Rejuvenation
/castsequence reset=target/8 Moonfire,null
/castsequence Starfire;[mod:alt]Wrath
/castsequence reset=10 Starfall,Starfall,Starfall
/castsequence reset=41 Moonfire
/run UIErrorsFrame:Clear()

For Solar:

#showtooltip Wrath
/use [noform]!Moonkin Form
/targetenemy [noharm][dead]
/castsequence [mod:shift]Rejuvenation
/castsequence reset=target/8 Sunfire,null
/castsequence Wrath;[mod:alt]Starfire
/castsequence reset=10 Starsurge,Starsurge,Starsurge
/castsequence reset=41 Sunfire
/run UIErrorsFrame:Clear()

[/quote]

Is there a way to have this cast moonfire/sunfire first before the 3 second cast?

This seems to work for me (I dont play a driud, but my wife does). Please feel free to tweak it as I am not an expert on this class:


Sequences['Boomy'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
/use [noform]!Moonkin Form
]],
	"/castsequence reset=8 Moonfire,Starsurge,Starfire,Starfire,Starsurge,Starfire",
	"/castsequence reset=8 Sunfire,Starsurge,Wrath,Wrath,Starsurge,Wrath",
PostMacro = [[
/startattack
]],
}