Page 1 of 1

[Macro] Divine Favor + Holy Light

PostPosted: Mon Apr 27, 2015 5:16 pm
by Dolsha
Hi all, mb someoneknow how i can fix it:
Code: Select all
/cast Divine Favor
/cast Holy Light

that's code doesn't work=(
That's macro doesn't work too:
Code: Select all
/cast Divine Favor
/stopcasting
/cast Holy Light


PLS help me someone

Re: [Macro] Divine Favor + Holy Light

PostPosted: Sat Dec 12, 2015 12:07 am
by Boonkin
BUMP

I am also interested in seeing if anyone has a working macro for a one button divine favor + healing light macro for super sticky situations. I've searched long and hard and nobody seems to have posted anything that actually works, not on feenix forums nor anywhere else.

Bonus points: how to implement such macro with classic mouseover?

Re: [Macro] Divine Favor + Holy Light

PostPosted: Sat Dec 12, 2015 1:31 pm
by justclassic
Is devine favor on a gcd or is it off the gcd ?

Re: [Macro] Divine Favor + Holy Light

PostPosted: Wed Dec 16, 2015 9:25 am
by Boonkin
Off. You can cast DF and immediately after your spell of choice

Re: [Macro] Divine Favor + Holy Light

PostPosted: Wed Jan 06, 2016 12:35 pm
by Kabe
believe it should be
/script SpellStopCasting()
or something like that.

edit: corrected script

Re: [Macro] Divine Favor + Holy Light

PostPosted: Wed Jan 06, 2016 2:11 pm
by JCarrill0
Dolsha wrote:Hi all, mb someoneknow how i can fix it:
Code: Select all
/cast Divine Favor
/cast Holy Light

that's code doesn't work=(
That's macro doesn't work too:
Code: Select all
/cast Divine Favor
/stopcasting
/cast Holy Light


PLS help me someone

Kabe wrote:believe it should be
/script stopcasting()
or something like that.


Code: Select all
/cast Divine Favor
/script stopcasting()
/cast Holy Light