08-03-2007, 07:40 PM
Couple macros I set up:
Primary:
Secondary:
The first macro assigns my current target to my focus, if I don't already have one.
It will Intercept, Seduce or Devour Magic on my focus, depending on the pet.
The second macro will cast Fear on my focus as well as Spell Lock or Intercept.
So I can target a healer and do the first macro to set him as focus, then change my target to whoever, then hit the second macro whenever I need to interrupt that healer: between Spell Lock, Intercept and Fear, I ought to be able to land something.
Was able to test it a little bit on NPCs and it seems to work. Could use some tweaking, might also need a "clearfocus" key, but I'll see how it goes.
Primary:
Code:
/focus [target=focus, noexists] [target=focus, dead]
/stopmacro [target=focus, noexists]
/cast [pet:succubus,target=focus,harm]Seduction;[pet:voidwalker]Sacrifice;[pet:Felhunter,target=focus]Devour Magic;[pet:Felguard,target=focus]InterceptSecondary:
Code:
/cast [target=focus,harm] Fear
/cast [pet:Felhunter,target=focus,harm] Spell Lock;[pet:Felguard,target=focus,harm] InterceptThe first macro assigns my current target to my focus, if I don't already have one.
It will Intercept, Seduce or Devour Magic on my focus, depending on the pet.
The second macro will cast Fear on my focus as well as Spell Lock or Intercept.
So I can target a healer and do the first macro to set him as focus, then change my target to whoever, then hit the second macro whenever I need to interrupt that healer: between Spell Lock, Intercept and Fear, I ought to be able to land something.
Was able to test it a little bit on NPCs and it seems to work. Could use some tweaking, might also need a "clearfocus" key, but I'll see how it goes.
