I am looking to make a macro to use with the rotation and build found at
but I suck at making these macros.
Sequences['CJ_Havic2PVESingle'] = {
author="Cosmicjedi",
specID=577,
version=1,
source = "Local",
helpTxt = "Talents: 1133111",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
/cast [combat] Chaos Blades
]],
"/cast [nochanneling] Fel Rush",
"/cast [nochanneling] Vengeful Retreat",
"/cast [nochanneling] !Fury of the Illidari",
"/cast [nochanneling] !Throw Glaive",
"/cast [nochanneling] Chaos Strike",
"/cast [nochanneling] Demon's Bite",
PostMacro=[[
/TargetEnemy [noharm][dead]
/startattack
/Use [combat] [nochanneling] 13
/Use [combat] [nochanneling] 14
]],
}
Sequences['CJ_Havic3PVESingle'] = {
author="Cosmicjedi",
specID=577,
version=1,
source = "Local",
helpTxt = "Talents: 1133111",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
/cast [combat] Chaos Blades
]],
"/castsequence [nochanneling] Fel Rush, fel Rush, Demon's Bite, Vengeful Retreat, Metamorphosis, Chaos Blades",
"/castsequence [nochanneling] Fel Rush, fel Rush, Demon's Bite, Vengeful Retreat, Metamorphosis, Annihilation",
PostMacro=[[
/TargetEnemy [noharm][dead]
/startattack
/Use [combat] [nochanneling] 13
/Use [combat] [nochanneling] 14
]],
}
is what i tried and obviously neither have the intended result… anyone willing to look at that link and make a macro I can use or maybe teach me how to make the macro :-p