Macro For Dispel

Macro For Dispel

by Colezz » Wed May 06, 2015 11:57 am

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.
Colezz
Stone Guard
Stone Guard
 

Re: Macro For Dispel

by Youfie » Wed May 06, 2015 1:31 pm

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.
User avatar
Youfie
Knight-Lieutenant
Knight-Lieutenant
 

Re: Macro For Dispel

by Garfunkel » Wed May 06, 2015 6:45 pm

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.
FInd me on: Laureliana - Lauraliana - Lauroliana - Lauruliana - Lauriliana
NELF POWER!
User avatar
Garfunkel
Stone Guard
Stone Guard
 

Re: Macro For Dispel

by Zaft » Mon Aug 03, 2015 12:38 pm

" /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.
Zaft
Sergeant Major
Sergeant Major
 

Re: Macro For Dispel

by Youfie » Mon Aug 03, 2015 2:20 pm

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?
User avatar
Youfie
Knight-Lieutenant
Knight-Lieutenant
 

Re: Macro For Dispel

by freetime » Tue Aug 04, 2015 1:19 pm

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.
User avatar
freetime
Private
Private
 


Return to Priest