Simple AoE Macro (GS)

Use Glyph of Reflective Shield. Talents are Mindbender and Twist of Fate for higher DPS; otherwise, whatever you use doesn’t matter.


Sequences['Sear'] = {
PreMacro = [[
/stopmacro [channeling:Mind Sear]
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast [noform] !Shadowform
]],
    '/cast [target=player]Power Word: Shield',
    '/cast !Cascade',
    '/cast Shadowfiend',
    '/cast Fade',
    '/castsequence [nochanneling] reset=target Mind Sear',
PostMacro = [[
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

–John Q.