Page 1 of 1

Warlock Macro dispell self

PostPosted: Tue Dec 01, 2015 1:28 pm
by TastyTaste
Been awhile since i've played and i can't remember how the code is supposed to look like but to be a little more specific im trying to dispell myself with my felhunter with out losing current target.

Current code looks like:

/target TastyTaste
/cast Devour Magic

How should it look?

Also any other warlock macro's i should be using?

Thanks in advance

Re: Warlock Macro dispell self

PostPosted: Tue Dec 01, 2015 10:21 pm
by Dreez
Code: Select all
/run TargetByName("Tastytaste") CastSpellByName("Devour Magic") TargetLastTarget()

Re: Warlock Macro dispell self

PostPosted: Tue Dec 01, 2015 10:48 pm
by TastyTaste
Awesome i appreciate the help!

Re: Warlock Macro dispell self

PostPosted: Tue Dec 01, 2015 10:56 pm
by Dreez
you're welcome, just let me know if you need any other macro help^^