Log in

View Full Version : Macro to switch focus and back



Gusshanks
07-24-2009, 12:52 AM
Hi I'm new to the multiboxing scene and while I have it pretty much setup, I could use some help with a macro I'd like to make.

I have a hunter and a druid and I would like to make a macro to switch from focus on the hunter to the pet, cast Healing Touch, and then focus back to the hunter.

I tried
/focus [target=Pet]
/cast Healing Touch
/focus [target=Hunter]

that didn't work.

I also tried
/cast [target=Pet]
but that didn't work either.

Any ideas?

Thanks
Gusshanks

Zal
07-24-2009, 12:54 AM
/target [target=petname]
/cast healing touch

Gusshanks
07-24-2009, 01:25 AM
thanks

I actually figured it out about 5 min after I posted.