Macro Help: Intervene & Roar of Sacrifice

Tratzul
Journeyman Hunter
Journeyman Hunter
Posts: 150
Joined: Fri Mar 19, 2010 11:36 am
Realm: Duskwood {US}
Gender: Female

Macro Help: Intervene & Roar of Sacrifice

Unread post by Tratzul »

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.]
Image | {Waiting for Cata}
User avatar
Wassa
Grand Master Hunter
Grand Master Hunter
Posts: 1542
Joined: Thu Jan 07, 2010 10:37 am

Re: Macro Help: Intervene & Roar of Sacrifice

Unread post by Wassa »

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:

Code: Select all

/cast [@focus,pet:turtle] Intervene
/cast [@focus,pet:turtle] Roar of Sacrifice
[/color]

Image
A rare visitor to this forum now that I don't play WoW anymore, but forever a Petopian.

Tratzul
Journeyman Hunter
Journeyman Hunter
Posts: 150
Joined: Fri Mar 19, 2010 11:36 am
Realm: Duskwood {US}
Gender: Female

Re: Macro Help: Intervene & Roar of Sacrifice

Unread post by Tratzul »

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:

Code: Select all

/cast [@focus,pet:turtle] Intervene
/cast [@focus,pet:turtle] Roar of Sacrifice
[/color]
Thank you! ^.^
Image | {Waiting for Cata}
Post Reply