First and formost all credit goes to Lutechi as i am simply eding his to fit my needs
The first one is for VS Meele targets
Sequences['Violet-Veng'] = {
Author="Violetita@Quel'dorei",
SpecID=581,
Talents = "2,1,2,1,1,1,1",
Help = "Can hold a modifier key like Alt, Ctrl, etc. for Throw Glaive. Apply manually (DoT) Infernal Strike and Sigil of Flame.",
Default=1,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
"/castsequence [mod, nochanneling] Throw Glaive",
},
PreMacro={
},
"/cast [combat, nochanneling] Immolation Aura",
"/cast [combat, nochanneling] Soul Carver",
"/cast [combat, nochanneling] Soul Cleave",
"/cast [combat, nochanneling] Shear",
PostMacro={
},
KeyRelease={
"/cast [combat, nochanneling] Demon Spikes",
"/cast [@player] Infernal Strike",
"/cast [combat, nochanneling] Empower Wards",
},
},
},
}
If your dueling rogues do a infernal strike on your self right as the duel starts your flames will decloak him and he misses his intro im totally gay at dueling meele and it works every time
This second one is vs Casters Save infernal strike to move far away i swap talens between
Agonizing flames and razor spikes more if they are kiting me This works well vs casters in arenas also
Sequences['Violet-Caster'] = {
Author="Violetita@Quel'dorei",
SpecID=581,
Talents = "2,1,2,1,1,1,1",
Help = "Can hold a modifier key like Alt, Ctrl, etc. for Throw Glaive. Apply manually (DoT) Infernal Strike and Sigil of Flame.",
Default=1,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
"/castsequence [mod, nochanneling] Throw Glaive",
},
PreMacro={
},
"/cast [combat, nochanneling] Immolation Aura",
"/cast [@player] Sigil of Flame",
"/cast [combat, nochanneling] Consume Magic",
"/cast [combat, nochanneling] Soul Carver",
"/cast [combat, nochanneling] Soul Cleave",
"/cast [combat, nochanneling] Shear",
"/cast [@player] Sigil of Silence",
PostMacro={
},
KeyRelease={
"/cast [combat, nochanneling] Demon Spikes",
"/cast [@player] Sigil of Misery",
"/cast [combat, nochanneling] Empower Wards",
},
},
},
}