Page 1 of 1
Warlock DoT Macro
Posted:
Thu Dec 10, 2015 7:28 pm
by krebsen69
Hey.
Can any1 tell how I make a DOT macro that cast:
Corruption and the Immolate?
Re: Warlock DoT Macro
Posted:
Fri Dec 11, 2015 9:44 am
by cyklon
/script if not buffed("Corruption", 'target') then CastSpellByName("Corruption") end;
/script if not buffed("Immolate", 'target') then CastSpellByName("Immolate") end;
For this you probably will need the addon supermacro to extend the 255 limit in length.
Re: Warlock DoT Macro
Posted:
Fri Dec 11, 2015 10:33 am
by Dreez
you will definitely need supermacro for that to work, "buffed" is only defined by supermacro