Trying to prepare for DF - with the addition of the new warrior ability “Shield Charge”
My current macro:
/use [harm,nodead] Charge
/use [help,nodead] Intervene
This allows me to have one keybind for intervene and charge, very nice.
Now, i want to add Shield Charge.
So i tried:
/use [harm,nodead] Shield Charge
/use [harm,nodead] Charge
/use [help,nodead] Intervene
While this works, it ALWAYS uses charge instead of shield charge FIRST. I want shield charge to be the priority.
I used a cast sequence macro, (/castsequence Shield Charge, Charge,
) which worked for Shield Charge + Charge, but I could not make it work for the intervene portion - I am at a loss.
appears to be working i think i just discovered a bug with intervene. at least, hope its a bug and not how blizz wants you to use it -.0. thanks very much with assistance, hopefully i do not need to come back!
on retail, i target a friendly target and press intervene - and i will charge to that player.
on the PTR, i target a friendly target, press intervene, i will not charge till i bring my cursor and click on the player. it’s like it’s functioning like a target reticule spell.
this is un-macro’ed testing - simply using the base ability, on both PTR and Retail
I know that at one point there was a bug on the PTR that when self cast was enabled that messed with friendly spells. I haven’t been paying attention to if it was fixed. Try turning it off and see if it works.
So, discovering that this macro is working - but charge has, well, it has two charges! (sigh, shield charge, charge, (which has two charges … lots of charging happening here!)
I will shield charge, then charge, and i can intervene at any time, but it will not use the second charge of … charge!
Hey man, thanks for response, sorry I did not notice sooner.
So I thought of that solution myself as well … and the Shield Charge bug has been fixed FYI. Now what happens:
I Shield Charge the target dummy.
I run away to get in range of using charge again, but it will not let me use Charge again. It’s like the 45 sec reset is blocking me from using Charge.
This macro will use Shield Charge and Charge at the same time, but other than that functions the way I want it too. Is there a solution to having it not use Charge if both are available?
So interestingly enough if you change the macro: #showtooltip
/castsequence reset=17 Charge, Charge, Shield Charge
it does work, ive messed around a few different iterations and its only once it hits shield charge that it stops the macro.