Gnome Sequencer: Demonology Warlock Macros!

--main spam macro, Demonology Warlock
--The line /use [nopet, nomod] summon imp, imp can be changed to your favorite demon, Imp,Voidwalker, Felhunter, succubus, felguard 
Sequences['Demo'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/use [nopet,nomod]summon imp
/petattack [@target,harm]
]],
	'/cast [combat,mod] Dark Soul:Knowledge',
	'/castsequence [combat,mod] reset=target Soul Fire, Soul Fire',
	'/castsequence [nomod] reset=target Corruption,Shadow Bolt,Shadow Bolt,Shadow Bolt,Shadow Bolt,Shadow Bolt',
	'/cast [combat]Hand of Gul’dan',
	'/cast [combat]Imp Swarm',
	'/cast [combat] Axe Toss',
	'/cast [combat] Optical Blast',
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}
--metamorphosis macro, Demonology Warlock
--The line /use [nopet, nomod] summon imp, imp can be changed to your favorite demon, Imp,Voidwalker, Felhunter, succubus, felguard Sequences['Demo2'] = {
Sequences['Demo2'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/use [nopet,nomod]summon imp
/petattack [@target,harm]
]],
	'/cast [combat,mod] Dark Soul:Knowledge',
	'/castsequence [combat,mod] reset=target Soul Fire, Soul Fire',
	'/castsequence [nomod] reset=target Metamorphosis,Doom,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos,Touch of Chaos',
	'/cast [combat]Chaos Wave',
	'/cast [combat]Imp Swarm',
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}
--AoE Macro, Demonology Warlock
--The line /use [nopet, nomod] summon imp, imp can be changed to your favorite demon, Imp,Voidwalker, Felhunter, succubus, felguard 
Sequences['Demo3'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/use [nopet,nomod]summon imp
/petattack [@target,harm]
]],
	'/cast [mod:shift] Summon Abyssal',
	'/castsequence reset=1 Hellfire',
	'/cast [combat] Wrathstorm',
	'/mtce',
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

This is not casting Hand of Gul’dan for me…

Is there any reason that sometimes there is a white space behind [combat] and sometimes not?

Beside the hand it seems to work…

Just found out - replace the hand line with:

[[/cast [combat] Hand of Gul'dan]],

and it will work…

Also if you took Demobolt as tier 7 you should replace

'/castsequence [combat,mod] reset=target Soul Fire, Soul Fire',

with:

'/castsequence [combat,mod] reset=target Demonbolt, Demonbolt',

‘/cast [combat,mod] Dark Soul:Knowledge’,

Or

‘/castsequence [combat,mod] reset=target Demonbolt, Demonbolt’,

is not working for me

Whats Talent Build & Glyphs you using?

‘/cast [combat]Hand of Gul’dan’,

must appear as this,

[[/cast [combat]Hand of Gul’dan]],

or this

“/cast [combat]Hand of Gul’dan”,
otherwise it thinks the end of the line is Gul’

I keep an constant updated macro list on my Pastebin

The Meta macro keeps targeting people in my group when I am in a party.