Warlock addon, Felhunter dispels

Warlock addon, Felhunter dispels

by Niko » Sat Sep 19, 2015 7:57 am

Greetings fellow warlocks!
I have an annoying issue, as I've always played with decursive as a priest, mage, shaman and so forth.
Now however, I have noticed a pretty annoying predicament with this addon as I play a warlock.

I want to be able to cast shadowbolts, but as I use /decursive macro to dispel with my pet, it actually cancels my warlock spellcasts. Do you guys have an addon specifically for warlock dispelling? I can't find a way to turn off the cancel casts in decursive.

Thanks and have a good one!
Niko
Last edited by Pottu on Fri Oct 30, 2015 5:31 pm, edited 3 times in total.
Reason: Put some trousers on
User avatar
Niko
Legionnaire
Legionnaire
 

Re: Warlock addon, Felhunter dispels

by Setup » Sat Sep 19, 2015 9:02 am

Create a macro.

/cast devour magic

Problem solved.
Image
User avatar
Setup
Stone Guard
Stone Guard
 

Re: Warlock addon, Felhunter dispels

by Jurary » Sat Sep 19, 2015 2:47 pm

i'm pretty sure that /cast spell macro's dont work in vanilla. also it would have to be /petcast for it to even work.
Image
^Credits to Sheep @ ED
User avatar
Jurary
Sergeant Major
Sergeant Major
 

Re: Warlock addon, Felhunter dispels

by Momoh » Sat Sep 19, 2015 2:50 pm

Jurary wrote:i'm pretty sure that /cast spell macro's dont work in vanilla. also it would have to be /petcast for it to even work.



Supermacro
Melodyx
Momoh
Sergeant Major
Sergeant Major
 

Re: Warlock addon, Felhunter dispels

by RamataKahn » Sun Sep 20, 2015 1:03 am

This is what I use. If you have no target it will cast devour magic on you, if you have a target it will DM it:

/target yourname
/script CastSpellByName("Devour Magic");
/run TargetLastTarget()
User avatar
RamataKahn
Grunt
Grunt
 

Re: Warlock addon, Felhunter dispels

by zerf » Sun Sep 20, 2015 3:47 am

CastSpellByName has optional parameter onSelf. No need to change targets, use this:
/script CastSpellByName("Devour Magic", 1);
vanilla wow addon collection - http://addons.us.to
User avatar
zerf
Senior Sergeant
Senior Sergeant
 

Re: Warlock addon, Felhunter dispels

by Niko » Sun Sep 20, 2015 5:14 am

No, no. I have a targetself, dispel and targetlasttarget macro.

What I want is an addon that works the same way as decursive to dispel my partys/raids debuffs without canceling like said addon, Decursive.
Last edited by Pottu on Fri Oct 30, 2015 5:31 pm, edited 3 times in total.
Reason: Put some trousers on
User avatar
Niko
Legionnaire
Legionnaire
 


Return to Addons & macros

cron