PDA

View Full Version : How do I target a mob


bobilox
12-05-2007, 09:53 PM
Is there a way in a macro to find and target a mob type? Specifically, I want a macro that will find and target a felhound, cast enslave and retarget previous mob.

Actually, targeting a traget mobs pet might work just as well.

Stigg
12-05-2007, 10:07 PM
You can macro
/target Felhound

but I don't know the macro for retargetting last target.

Dark Matter
12-05-2007, 10:51 PM
/target <name mob>
/Cast <name of spell>
/targetlasttarget


try

/target Felhound
/cast Enslave Demon
/targetlasttarget

Stigg
12-05-2007, 10:54 PM
/target <name mob>
/Cast <name of spell>
/targetlasttarget

Haha, that couldn't have been simpler!