Guardian Tanking Macro - Gnome Sequencer - 6.0.3

This is the single target macro I use for tanking as a guardian druid, for AOE, I simply throw trash in to keep the DoT up.

Let me know what you think.

Sequences['SingleGuardian'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast Wild Charge
]],
	'/cast Pulverize',
	'/cast Mangle',
	'/cast Lacerate',
	'/castsequence reset=5 Savage Defense,Frenzied Regeneration',
	'/cast Barkskin',
	'/cast Cenarion Ward',
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Going to try this out, you mentioned about using thrash, do you have any ideas on including thrash ?, i did modify your macro to include when [mod] is pressed, what do you think ?

Sequences[‘SingleGuardian’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence [@player,nostance:1] Bear Form(Shapeshift)
/cast Wild Charge
]],
‘/cast [mod] Thrash’,
‘/cast [combat]Pulverize’,
‘/cast Mangle’,
‘/cast [combat]Lacerate’,
‘/castsequence reset=5 Savage Defense,Frenzied Regeneration’,
‘/cast [combat]Barkskin’,
‘/cast [combat]Cenarion Ward’,
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Yes, adding thrash in as a mod would work fine. At the time I had not fleshed out my keybinds, mod would be ideal, thats how I’ve done it in my other macros for the AOE switch.

What would be a good way to work Maul in?