This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Paladin Self buff
Post Reply
Return to board index
Post by
troop
Hey there,
I've been trying to make a macro with which I could buff myself with a single click.
/cast Righteous Fury
/cast Greater Blessing of Sanctuary
/cast Devotion Aura
Doesn't seem to work. It only cast's righteous fury and then stops. "That spell isn't ready yet".
I've tried doing the /castsequence, but it also stops after righteous fury. What am I doing wrong here?
Thanks,
Baras
Post by
Wildhorn
You cant.
If a spell trigger GCD, it will stop macro.
and castsequence require you to click multiple time.
Macros cant play the game for you. Deal with it.
Post by
Wedmark
/castsequence Righteous Fury, Greater Blessing of Sanctuary, Devotion Aura
Let's say it's bound to 1:
1 - (GCD) - 1 - (GCD) - 1
GCD = Global Cool Down, which is triggered for most spells upon casting.
Post by
troop
Thanks, helped me alot :)
Post by
Kiwiblue
It's not smart for a paladin to run a macro like that unless your using it for battlegrounds or wintergrasp where your dieing all the time. Devotion Aura is not like a normal cast spell, it's like an on/off switch, cast it once it's on, cast it a second time it's off. If you cast that as a rebuff it will just turn off Devotion Aura. You would be better served by just using the aura bar to turn on whatever aura you want then run that macro for the RF/BoS.
Post by
Wildhorn
add a "!" in front of Devotion aura. It will prevent it to uncast it.
/castsequence Righteous Fury, Greater Blessing of Sanctuary, !Devotion Aura
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.