NEW DEMONOLOGY MACRO 26.08.2016

Greetings everyone! For all who are in trouble and want to try something new than affliction because i heard affliction mobility in going to be hit very hard in Legion, pay some attention to my macro, try it please, and throw some good improvements and feedback…Im glad if i can help someone…Is created to cast while you move a lot, and a lot for me is pvp…:)))…Cant wait feedbacks…Lieutenant Commander/The Bloodthirsty Kraumaga…All credits go to Cymirc…i just made some modifications…

Sequences[‘Demon1’] = {
author=“Cymiryc”,
specID=266,
helpTxt = “Talents: 2211221”,
StepFunction = GSStaticPriority,
PreMacro=[[
/startattack
/targetenemy [noharm][dead]
/petattack [@target,harm,exists]
]],
[[/castsequence [combat] Hand of Gul’dan,Demonic Empowerment,Implosion, Life Tap]],
[[/cast [combat] Shadowflame]],
[[/castsequence [combat] Demonwrath, Demonwrath]],
[[/cast [combat] Grimoire: Felguard]],
[[/cast [combat] Summon Doomguard]],
[[/cast [combat] Command Demon]],
PostMacro=[[
]],
}

Talents: 2 3 1 1 3 2 1

Sequences[‘Demon1’] = {
author=”Cymiryc”,
specID=266,
helpTxt = “Talents: 2211221”,
StepFunction = GSStaticPriority,
PreMacro=[[
/startattack
/targetenemy [noharm][dead]
/petattack [@target,harm,exists]
]],
[[/castsequence [combat] Hand of Gul’dan,Demonic Empowerment,Implosion, Life Tap]],
[[/cast [combat] Shadowflame]],
[[/castsequence [combat] Demonwrath, Demonwrath]],
[[/cast [combat] Grimoire: Felguard]],
[[/cast [combat] Summon Doomguard]],
[[/cast [combat] Command Demon]],
PostMacro=[[
]],
}

Fixed it, so no weird quotes and apostrophes. Should work now.

Sequences['Demon1'] = {
author="Cymiryc",
specID=266,
helpTxt = 'Talents: 2211221',
StepFunction = GSStaticPriority,
PreMacro=[[
/startattack
/targetenemy [noharm][dead]
/petattack [@target,harm,exists]
]],
[[/castsequence [combat] Hand of Gul'dan,Demonic Empowerment,Implosion, Life Tap]],
[[/cast [combat] Shadowflame]],
[[/castsequence [combat] Demonwrath, Demonwrath]],
[[/cast [combat] Grimoire: Felguard]],
[[/cast [combat] Summon Doomguard]],
[[/cast [combat] Command Demon]],
PostMacro=[[
]],
}