Divine Shield / Divine Sacrifice macro
Moderators: Fridmarr, Worldie, Aergis, _Chloe
10 posts
• Page 1 of 1
Divine Shield / Divine Sacrifice macro
I know there is one in the macro sticky, but it does not seem to be working for me.
I do:
/castsequence reset=12 Divine Shield, Divine Sacrifice
On the first press, I get Divine Shield, but on the 2nd press (waiting for the GCD to go through), I get big red letters saying "you cannot do that yet."
Thoughts?
Thanks in advance.
Cheers,
I do:
/castsequence reset=12 Divine Shield, Divine Sacrifice
On the first press, I get Divine Shield, but on the 2nd press (waiting for the GCD to go through), I get big red letters saying "you cannot do that yet."
Thoughts?
Thanks in advance.
Cheers,
- sherck
- Posts: 1475
- Joined: Fri Feb 22, 2008 7:57 am
Re: Divine Shield / Divine Sacrifice macro
sherck wrote:/castsequence reset=12 Divine Shield, Divine Sacrifice
On the first press, I get Divine Shield, but on the 2nd press (waiting for the GCD to go through), I get big red letters saying "you cannot do that yet."
Divine Sacrifice is on the GCD. You have to wait till the GCD is over to hit the button a second time. Or you could just mash it until it goes through, I guess.
There's a slightly more elegant macro if you just want the Divine Guardian effect:
- Code: Select all
#show
/cast Divine Sacrifice
/in 0.5 /script CancelUnitBuff("player","Divine Sacrifice")
Alternatively, if you just want to mash the button, this will work:
- Code: Select all
#show
/cancelaura Divine Sacrifice
/cast Divine Sacrifice
"Theck, Bringer of Numbers and Pounding Headaches," courtesy of Grehn|Skipjack.
MATLAB 5.x, Call to Arms 5.x, Talent Spec & Glyph Guide 5.x, Blog: Sacred Duty
MATLAB 5.x, Call to Arms 5.x, Talent Spec & Glyph Guide 5.x, Blog: Sacred Duty
-

theckhd - Moderator
- Posts: 7467
- Joined: Thu Jul 31, 2008 3:06 pm
- Location: Harrisburg, PA
Re: Divine Shield / Divine Sacrifice macro
theckhd wrote:sherck wrote:/castsequence reset=12 Divine Shield, Divine Sacrifice
On the first press, I get Divine Shield, but on the 2nd press (waiting for the GCD to go through), I get big red letters saying "you cannot do that yet."
Divine Sacrifice is on the GCD. You have to wait till the GCD is over to hit the button a second time. Or you could just mash it until it goes through, I guess.
There's a slightly more elegant macro if you just want the Divine Guardian effect:
- Code: Select all
#show
/cast Divine Sacrifice
/in 0.5 /script CancelUnitBuff("player","Divine Sacrifice")
Alternatively, if you just want to mash the button, this will work:
- Code: Select all
#show
/cancelaura Divine Sacrifice
/cast Divine Sacrifice
I just saw that macro quoted in an article on WowInsider with it attributed to you, Theckhd.
-

Njall - Maintankadonor
- Posts: 4328
- Joined: Mon Oct 05, 2009 1:13 pm
- Location: Thank heavens! Heavy Metal!
Re: Divine Shield / Divine Sacrifice macro
I don't know if other people find this, but in the presumption that people here are tankadins you don't need to bubble when divine sacrificing ever since the rework. The damage done to us is so small when I do it during purgent blight on festergut I don't think the healers even notice I'm taking any extra damage. I reserve bubble for hand of sacrifice on the other tank, if I need to. For that fight anyway.
But maybe the macro is for rets/healers. That would make sense for them.
But maybe the macro is for rets/healers. That would make sense for them.
- Vlad
- Posts: 82
- Joined: Tue Jul 08, 2008 9:01 pm
Re: Divine Shield / Divine Sacrifice macro
Vlad wrote:I don't know if other people find this, but in the presumption that people here are tankadins you don't need to bubble when divine sacrificing ever since the rework. The damage done to us is so small when I do it during purgent blight on festergut I don't think the healers even notice I'm taking any extra damage. I reserve bubble for hand of sacrifice on the other tank, if I need to. For that fight anyway.
But maybe the macro is for rets/healers. That would make sense for them.
Yeah, sorry. Should have stated up front that I was Holy. So I need the shield or else I get to absorb like 14k damage over 0.00001 seconds and then it breaks without the shield.
So I am not positive what theckhd wrote is good for me since I need the shield first.
Cheers,
- sherck
- Posts: 1475
- Joined: Fri Feb 22, 2008 7:57 am
Re: Divine Shield / Divine Sacrifice macro
I just copy/paste-ed this macro with /in 0.5 cancel ...
It' wont work. Button stays dark and isn't clickable whatsoever.
It' wont work. Button stays dark and isn't clickable whatsoever.
- Serv
- Posts: 228
- Joined: Fri Jun 05, 2009 8:50 am
Re: Divine Shield / Divine Sacrifice macro
Serv wrote:I just copy/paste-ed this macro with /in 0.5 cancel ...
It' wont work. Button stays dark and isn't clickable whatsoever.
Are you sure you copied it correctly? That macro is exactly what I use, and it works perfectly for me.
When I get home, I'll check that I didn't make a typo here or something.
<edit> Apparently "/in" requires the Ace framework. If you don't have an Ace3 addon, it won't work properly.
"Theck, Bringer of Numbers and Pounding Headaches," courtesy of Grehn|Skipjack.
MATLAB 5.x, Call to Arms 5.x, Talent Spec & Glyph Guide 5.x, Blog: Sacred Duty
MATLAB 5.x, Call to Arms 5.x, Talent Spec & Glyph Guide 5.x, Blog: Sacred Duty
-

theckhd - Moderator
- Posts: 7467
- Joined: Thu Jul 31, 2008 3:06 pm
- Location: Harrisburg, PA
Re: Divine Shield / Divine Sacrifice macro
pretty sure i copied it correctly.
the only thing I built in afterwards, was the timer for Deus Vox Bossmods. With or without it. It doesn't work. Ace3 is installed and activated
- Code: Select all
#show
/dxerb 6 Raidwall
/cast Divine Sacrifice
/in 0.5 /script CancelUnitBuff("player","Divine Sacrifice")
the only thing I built in afterwards, was the timer for Deus Vox Bossmods. With or without it. It doesn't work. Ace3 is installed and activated
- Serv
- Posts: 228
- Joined: Fri Jun 05, 2009 8:50 am
Re: Divine Shield / Divine Sacrifice macro
Serv wrote:pretty sure i copied it correctly.
- Code: Select all
#show
/dxerb 6 Raidwall
/cast Divine Sacrifice
/in 0.5 /script CancelUnitBuff("player","Divine Sacrifice")
the only thing I built in afterwards, was the timer for Deus Vox Bossmods. With or without it. It doesn't work. Ace3 is installed and activated
Don't do what I did and freak out because it wasn't working... turns out I wasn't in a party. LOL. You have to be within the range of a party member for this to work. Just figured i'd throw this out there.
-

Racerover - Posts: 88
- Joined: Mon Mar 23, 2009 2:24 pm
Re: Divine Shield / Divine Sacrifice macro
Racerover wrote:Don't do what I did and freak out because it wasn't working... turns out I wasn't in a party. LOL. You have to be within the range of a party member for this to work. Just figured i'd throw this out there.
Lol, I think that just answered my original question. I was not in a party either when trying to make the macro work. The macro may be working just fine, I just did not do it at the right time (in a party).
I will try again. THANKS !
Cheers,
- sherck
- Posts: 1475
- Joined: Fri Feb 22, 2008 7:57 am
10 posts
• Page 1 of 1
Return to Add-ons, UI, and Macros
Who is online
Users browsing this forum: No registered users and 2 guests

