Page 1 of 1
Macro For Dispel

Posted:
Wed May 06, 2015 11:57 am
by Colezz
Hello, i am new to priest. was wondering if for PVP there is a macro for dispel? what i mean is i want for say C key for enemy dispel and shift-c for self dispel. I looked online for one but none of them seem to work. Any help is appreciated thanks.
Re: Macro For Dispel

Posted:
Wed May 06, 2015 1:31 pm
by Youfie
The easiest way would be two separate macros, binded on C & alt + C :
C :
/target Colezz
/cast Dispel Magic
/script TargetLastTarget();
or /script CastSpellByName('Dispel Magic', 1);
Alt + C : regular Dispel Magic
Otherwise, it's probably doable with some macro like this :
/script if IsAltKeyDown then CastSpellByName('Dispel Magic', 1); else CastSpellByName ('Dispel Magic');
Or something similar.
Re: Macro For Dispel

Posted:
Wed May 06, 2015 6:45 pm
by Garfunkel
I use Decursive, works well, though I have to target the player I want to dispel - but then I'll just spam the hotkey for Decursive to do its thing. At least the hot list is useful on showing me who has what.
Re: Macro For Dispel

Posted:
Mon Aug 03, 2015 12:38 pm
by Zaft
" /script CastSpellByName('Dispel Magic(rank 2)', 1) " - This will cast rank 2 dispel on yourself without having to lose the target of the enemy, it's quite useful.
I don't know how to make a macro that takes different buttons than the one on your bar though (if it's even possible). Maybe some sort of addon can help you out there.
Just bind this macro to shift C, and the other one to C, it's not complicated.
Re: Macro For Dispel

Posted:
Mon Aug 03, 2015 2:20 pm
by Youfie
Zaft wrote:I don't know how to make a macro that takes different buttons than the one on your bar
Not sure I understand, what do you mean exactly?
Re: Macro For Dispel

Posted:
Tue Aug 04, 2015 1:19 pm
by freetime
why not just use the built in "self cast" modifier key? Bind Dispel to a key like "C". Set your self cast key to "alt". problem solved.