First of all, all three of these macros work on the same framework. They all set your focus so you can keep your DPS up on the tanked target and allow you to crowd control without having to retarget that enemy.
Seduction macro
The first macro is one I've already discussed in my How to seduce with a warlock post: The seduction Macro. Here is it again:
#showtooltipThis macro clears your focus if you press alt. It will set your focus to whatever you are targeting if you are targeting an enemy and your previous focus is dead, or you don't have a focus. It also clears your focus if you are currently focusing a friendly player, (which lets this work in the heat of battle, if you somehow changed your focus setup). Then it finally casts Seduction on your focused target. Remember that Seduction is a spell cast + channeling, so you need to leave your succubus be as it takes care of the mob. Mash this macro again when seduction is about to pop and it'll break seduction and start casting it again. It's the best way to manage your succubus and seduction there is.
/clearfocus [modifier:alt]
/focus [target=focus,noexists]; [target=focus,dead]
/clearfocus [target=focus,help]
/petstay
/petfollow
/cast [pet:succubus,target=focus,exists,harm] Seduction; Seduction
Banish macro
Next up is a very similar macro for Banish. We basically take the same macro as above and remove all the pet aspects.
#showtooltipI removed the two lines about petstay and follow and then removed pet from the cast line and changed Seduction to Banish. This macro will set your focus target and banish it. Mash it again when banish is up and you'll re-banish.
/clearfocus [modifier:alt]
/focus [target=focus,noexists]; [target=focus,dead]
/clearfocus [target=focus,help]
/cast [target=focus,exists,harm] Banish; Banish
Fear macro
Finally, let's do the same with fear.
#showtooltipThis is perfect for your fear yo-yo. You'll be able to keep track of who's running around without the difficulty of finding them again. Same deal as the banish macro, just with fear.
/clearfocus [modifier:alt]
/focus [target=focus,noexists]; [target=focus,dead]
/clearfocus [target=focus,help]
/cast [target=focus,exists,harm] Fear; Fear
Of course, you can only use one of these at a time. If you find yourself, like I have several times, in a situation where you are seducing, banishing and fear yo-yoing, then you are going to have to do two of those without the aide of focus. I usually choose the seduce as the focus macro I use and then manually fear or banish. I like to automate as much as I can when it comes to the seduce because of it's occasional lack of reliability.
So, if you don't have those macros, copy them and put them on your action bar this minute. I mean, if you're a warlock. Obviously Ret Pallys should avoid these macros at all costs.
No comments:
Post a Comment