GS Shadow (CoP and Aus)

Hey been checking out a lot of macros and i have used a few from here. I have some simple cut and dry nothing fancy macros that i find work decently well, they wont win you any meter awards but they work. I some times use these during raids =O shame on me! they can get me in the 55k+ which is most times enough not to get kicked out of pugs.

Clarity of Power
3221111

Sequences[‘Mindspike’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
/cast [noform] !Shadowform
]],
‘/cast Shadowfiend’,
‘/cast mind blast’,
‘/cast devouring plague’,
‘/cast Shadow Word: Death’,
‘/cast Shadow Word: Death’,
‘/cast mind blast’,
‘/castsequence mind spike, mind spike’,
PostMacro = [[
/use [combat]14
/use [combat]13
]],
}

AUS
3221113

Sequences[‘Aus’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
/cast [noform] !Shadowform
]],
‘/castsequence reset=target Vampiric Touch,null’,
‘/castsequence reset=target Shadow Word: Pain,null’,
‘/castsequence Mind Blast, Mind Blast, Vampiric touch, Shadow word: Pain’,
‘/castsequence Devouring Plague’,
‘/castsequence [nochanneling] Mind flay’,
PostMacro = [[
/startattack
/cast [combat] Shadowfiend
/use 13
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

Very simple macros that pull decent enough numbers for some raid content. I set these to a Mouse wheel keybind and roll my finger. If anyone has any better setups hit me up.

What are your glyphs?

Inquiring minds want to know.

black box might help ; )

The Glyphs i use chance a bit but most of the time i run with: Reflective Shield, Dispersion and Fade. I didn’t want to put PW:S on to auto cast because just about every group has a disc priest who shield spams.

Thank you very much, time to give it a try

Did anyone get this to work? I need a working AS macro

Sequences[‘Mindspike’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
/cast [noform] !Shadowform
]],
‘/cast Shadowfiend’,
‘/cast mind blast’,
‘/cast devouring plague’,
‘/cast Shadow Word: Death’,
‘/cast Shadow Word: Death’,
‘/cast mind blast’,
‘/castsequence mind spike, mind spike’,
PostMacro = [[
/use [combat]14
/use [combat]13
]],
}

AUS
3221113

Sequences[‘Aus’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
/cast [noform] !Shadowform
]],
‘/castsequence reset=target Vampiric Touch,null’,
‘/castsequence reset=target Shadow Word: Pain,null’,
‘/castsequence Mind Blast, Mind Blast, Vampiric touch, Shadow word: Pain’,
‘/castsequence Devouring Plague’,
‘/castsequence [nochanneling] Mind flay’,
PostMacro = [[
/startattack
/cast [combat] Shadowfiend
/use 13
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

Just put it in a box have no Idea if it works