Page 1 of 1

Warlock, Felhunter dispelling addon

PostPosted: Sat Sep 19, 2015 7:56 am
by Niko
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

Re: Warlock, Felhunter dispelling addon

PostPosted: Sat Sep 19, 2015 10:48 am
by Guybrush
Try removing these lines in Decursive.lua:

Line 2135: SpellStopTargeting();
Line 2137: SpellStopCasting();

Re: Warlock, Felhunter dispelling addon

PostPosted: Sun Sep 20, 2015 5:16 am
by Niko
I'll try this, thanks!

Re: Warlock, Felhunter dispelling addon

PostPosted: Mon Sep 28, 2015 1:58 am
by Lighthammer
You can also use a macro to use the spell.
/script CastSpellByName('Devour Magic(Rank 4)', 1) will dispel yourself.
/cast devour magic will dispel your target.

I'm sure you can combine it with a mouseover if you wanted, I haven't tried though.

Re: Warlock, Felhunter dispelling addon

PostPosted: Mon Sep 28, 2015 4:35 am
by Niko
Lighthammer wrote:You can also use a macro to use the spell.
/script CastSpellByName('Devour Magic(Rank 4)', 1) will dispel yourself.
/cast devour magic will dispel your target.

I'm sure you can combine it with a mouseover if you wanted, I haven't tried though.

Oh, mouseover seems like a bitch, I can't be bothered with that while pvping. :/
Decursive pretty much does it all for you, but it's scripted to have a stopcast which is annoying.

Going to open the documents and remove some strings tho, see if that works out.

Re: Warlock, Felhunter dispelling addon

PostPosted: Wed Sep 30, 2015 1:15 am
by zerf
Fixed this properly in Decursive. Now it checks if you're dispelling with pet, and if you do, it won't stop active spellcasts anymore.

Updated version (v1.9.8.3.1): http://addons.us.to/addon/decursive
Github: https://github.com/Zerf/Decursive

Re: Warlock, Felhunter dispelling addon

PostPosted: Wed Sep 30, 2015 11:21 am
by Niko
zerf wrote:Fixed this properly in Decursive. Now it checks if you're dispelling with pet, and if you do, it won't stop active spellcasts anymore.

Updated version (v1.9.8.3.1): http://addons.us.to/addon/decursive
Github: https://github.com/Zerf/Decursive

Ah, sound!