my COP shadow 6.2.3

here is what i have just made first time posting so lets see how it goes
my talents are 2,1,2,2,3,1,1
major glyphs: dispersion, mind harvest, mind spike
let me know what you think

Sequences['leosshadow'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
]],
	'/cast Shadow Word: Death',
	'/cast Mindbender',
	'/cast Devouring Plague',
	'/cast Mind Blast',
	'/cast Mind Spike',
	'/cast Mind Spike',
	'/cast Mind spike',
	'/cast Mind blast',
	'/cast Mindbender',
PostMacro = [[
/startattack
/cast [combat] Cascade
/use [combat] 13
/console Sound_EnableSFX 1
]],
}

and now heres my aoe

Sequences['shadoAOE'] = { 
PreMacro = [[
]],
"/castsequence Devouring Plague, Shadow Word: Pain",
"/castsequence Cascade, Mind Sear",
"/castsequence reset=10 Mind Sear,Devouring Plague, Shadow Word: Pain",
"/cast Shadow Word: Pain",

PostMacro = [[
/targetenemy
/use [combat]13
/use [combat]14
]],
}

Correct me if I’m wrong, but is Glyph of Mind Spike not useless with COP?
I mean COP allready makes Mind Blast instant, so the Casttime reduce from the Glyph wouldn’t do anything.

But beside that it looks nice, will give it a try on my shadow with a few tweaks.

Using your macro it seems to just be casting mind spike over and over im watching the log and no other cast happens not sure why the aoe toggles between targets so it never get a cast off at all

hi! you macro found in hfc mytic tier 18 ?

Sometimes when the /targetenemy is in the post macro area it will change targets

Single Target

Sequences['leosshadow'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
]],
	'/cast Shadow Word: Death',
	'/cast Mindbender',
	'/cast Devouring Plague',
	'/cast Mind Blast',
	'/cast Mind Spike',
	'/cast Mind Spike',
	'/cast Mind spike',
	'/cast Mind blast',
	'/cast Mindbender',
PostMacro = [[
/startattack
/cast [combat] Cascade
/use [combat] 13
/console Sound_EnableSFX 1
]],
}

Aoe

Sequences['shadoAOE'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
]],
"/castsequence Devouring Plague, Shadow Word: Pain",
"/castsequence Cascade, Mind Sear",
"/castsequence reset=10 Mind Sear,Devouring Plague, Shadow Word: Pain",
"/cast Shadow Word: Pain",

PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

Put the Target enemy in the Pre macro area, other than that it’s the exact same as OP

hey guys thanks for the comments i found the aoe macro better for trash as the shadow orb generation is mental with SWP.

ill look further into it but i mainly play disc for thw teams mythic my char is below

Heavenswrath-Draenor

I was able to get silver proving grounds with a fresh boost 100 with this on the first try!

Thank you much for these awesome macros!

Very nice macro !! keep up the good work!