So, I recently re-tamed and specced my pet turtle Murktusk to have both Intervene and Roar of Sacrifice.
But I can't make her use it just with a focus... the macro needs me to target (myself as the focus test) as well, then it works just fine... <.<
THis is what I have in the macro:
/pettarget=focus
/cast [pet: turtle] Intervene
/cast [pet: turtle] Roar of Sacrifice
Why does it need me to target the focus? I can't do that in mid fighting... @.@
[Note: I am a clicker, so I can't really use a mouseover... since I click.]
Macro Help: Intervene & Roar of Sacrifice
Re: Macro Help: Intervene & Roar of Sacrifice
Your first line says to do the macro only if your pet is already targeting your focus target. This is why it is failing to finish the rest of the macro unless you clicked to target your focus.
Try this instead:
[/color]
Try this instead:
Code: Select all
/cast [@focus,pet:turtle] Intervene
/cast [@focus,pet:turtle] Roar of Sacrifice
A rare visitor to this forum now that I don't play WoW anymore, but forever a Petopian.
-
Tratzul
- Journeyman Hunter

- Posts: 150
- Joined: Fri Mar 19, 2010 11:36 am
- Realm: Duskwood {US}
- Gender: Female
Re: Macro Help: Intervene & Roar of Sacrifice
Thank you! ^.^Wassa wrote:Your first line says to do the macro only if your pet is already targeting your focus target. This is why it is failing to finish the rest of the macro unless you clicked to target your focus.
Try this instead:
[/color]Code: Select all
/cast [@focus,pet:turtle] Intervene /cast [@focus,pet:turtle] Roar of Sacrifice


