Post:
Macros
User:
Ardeaf
Infraction: 6. Do not post unless you have something new and worthwhile to say.
Points: 0
Administrative Note:
Message to User:
|
Someone else already came up with the same answer hours before you did.
|
Original Post:

Originally Posted by Kronys
/cast kill shot
/cast [modifier: shift] blood fury
/castsequence [modifier: ctrl] rapid fire, call of the wild, blood fury
so where i'm having the problem is it will not cast all of them while hitting ctrl. it will always cast kill shot and the first one.
as you can see what i'm wanting is on normal click - kill shot
shift - Only blood fury
then when i hit ctrl it will cast all of them together as a dps burn.
i'm fairly new at macros so it may just be a easy error, but any help would be great!
|
Take out the cast sequence, you don't need it. Since Call of the Wild is a pet ability (isn't on your GCD) and - correct me if I'm wrong - Rapid Fire does not invoke a GCD you can have this as your new macro:
/cast Kill shot
/cast [modifier: shift, ctrl] Blood Fury
/cast [modifier: ctrl] Rapid Fire
/cast [modifier: ctrl] Call of the Wild
|
I think the quoted macro will work.
|
I'm no macro expert but with castsequence if it hits something in the list that's on cooldown it stops. I know I'm constantly experiencing the bug where Call of the Wild is flipped back to auto on zoning. If you aren't watching for this and it's on cooldown, the macro hits it and stops because it can't cast it.
|
You don't need Call of the Wild to be in a cast sequence since it is not on your GCD, it's on your pets.
|