Thread Tools Display Modes
01-19-11, 09:38 AM   #1
Elendhriel
A Deviate Faerie Dragon
Join Date: Jan 2010
Posts: 13
Target Macro

I need help with a target Macro.

Basically what I do now is for example:

/tar Corrupting Adherent
/tar Darkened Creation
/tar Cho'Gall

but I want the Macro to only target Cho'Gall if no Darkened Creation is alive. How to do that ? Thanks.
  Reply With Quote
01-19-11, 09:41 AM   #2
Chibi
A Cyclonian
 
Chibi's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2005
Posts: 43
try shuffling the order:

Code:
/tar Cho'Gall
/tar Corrupting Adherent
/tar Darkened Creation
it'll target Darkened Creations if they're up, Corrupting Adherents if there are no creations up, and Cho'Gall if neither add is up. Important to note it'll shuffle through all available targets from top to bottom, so make sure you're actually looking at what you need to be before you start casting.
__________________
Perhaps...
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » Target Macro

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off