Legion SPriest PvE macro help

Hello, I’m trying to make a 3 button macro 1 for ST, DoTs, and AoE… but for some reason I cannot get the macro to work. Help please!

Sequences[‘ShadowTest’] = {
author=“Pasanen@Stormreaver”,
specID=258,
version=8,
source = “Local”,
helpTxt = “Talents: 1212231”,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/cast [nochanneling] Mind Blast”,
“/cast [nochanneling] Void Torrent”,
“/cast Void Eruption”,
“/castsequence Void Bolt, Void Bolt”,
“/cast [nochanneling] Mind Flay”,
PostMacro=[[
/cast [combat] Mindbender
]],
}

Sequences[‘ShadowTestAoE’] = {
author=“Pasanen@Stormreaver”,
specID=258,
version=5,
source = “Local”,
helpTxt = “Talents: 1212231”,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/cast [nochanneling] Mind Blast”,
“/cast [nochanneling] Void Torrent”,
“/cast Void Eruption”,
“/castsequence Void Bolt, Void Bolt”,
“/cast [nochanneling] Mind Sear”,
PostMacro=[[
/cast [combat] Mindbender
]],
}

Sequences[‘ShadowTestDoTs’] = {
author=“Pasanen@Stormreaver”,
specID=258,
version=4,
source = “Local”,
helpTxt = “Talents: 1212231”,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/cast Shadow Word: Pain”,
“/cast Vampiric Touch”,
PostMacro=[[
/cast [combat] Mindbender
]],
}

If you will consider a swap bar macro that requires NO ADDONS (no Macro Toolkit or Gnome Sequencer), check out this post.

Cheers! :wink:

what ilvl are you, and how my dps do you get while using you’re macros?

In that video, I believe I was mid-820’s. At about the 2 minute mark, Recount says I was doing approximately 145K DPS.

Decent - I think - for that iLvl.

Cheers! :slight_smile: