Log in

View Full Version : Assist Macro...



Lost Ninja
01-25-2008, 06:55 PM
Want:

attack current target.
if no current target assist focus
if focus has no target assist pet
if pet has no target do nothing

Is such a thing possible if so how?

opt
01-25-2008, 07:44 PM
why not just use /cast [target=focustarget] spell ?
Aslong as your focus has a target it wont fail.
I do believe you could make that macro but my skillz arent deep enough

Lost Ninja
01-25-2008, 08:20 PM
Currently I do, well something similar, but I need a bit more functionality from it.

StrikeQ
01-26-2008, 08:28 AM
/cast [target=target, exists, nodead, harm] Fireball
/stopmacro [target=target, exists, nodead, harm]
/cast [target=focustarget, exists, nodead, harm] Fireball
/stopmacro [target=focustarget, exists, nodead, harm]
/cast [target=pettarget, exists, nodead, harm] Fireball

That's off top of my head, and untested.