Create a macro for each of your main spells (adjust the last line. mine is for boomkins) and go brain /afk :-)
I found that a lot of my guild members didn’t know that they could automate most of the fight as a DD by writing some macros which auto-target important mobs over less important ones.
Code:
How it works:
- The macro first removes the current target so that it is not targeting a unit. Afterwards, it tries to target the first unit. When it does not exist since it has not spawned or is dead it goes to the next unit and so on. The [noexists][dead] switch performs this behavior.
- After choosing the correct target, all other lines fall through since the current unit exists and lives, and it casts the spell you have specified.
/cleartarget
/tar Nether Portal
/tar [noexists][dead] Infernal Volcano
/tar [noexists][dead] Mistress of Pain
/tar [noexists][dead] Felflame Infernal
/tar [noexists][dead] Lord Jaraxxus
/cast Wrath

