Warlock DoT Macro

Warlock DoT Macro

by krebsen69 » Thu Dec 10, 2015 7:28 pm

Hey.

Can any1 tell how I make a DOT macro that cast:

Corruption and the Immolate?
krebsen69
Tester
 

Re: Warlock DoT Macro

by cyklon » Fri Dec 11, 2015 9:44 am

/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.
User avatar
cyklon
Senior Sergeant
Senior Sergeant
 

Re: Warlock DoT Macro

by Dreez » Fri Dec 11, 2015 10:33 am

you will definitely need supermacro for that to work, "buffed" is only defined by supermacro
Dreez - PvP server
<Endzeit>
User avatar
Dreez
Knight-Lieutenant
Knight-Lieutenant
 


Return to Addons & macros