Your macro for all warlocks would be better as follows:
Code:
/petattack [target=focustarget, harm]
if you designate your brain by name then use: (djarid is the character name of the brain)
Code:
/petattack [target=djarid-target, harm]
I think you are having problems because you are not allowing for the delay between your brain having a target and the server being aware that your brain has a target. And don't TAB target. The macro's above will have the pet do nothing if the brain's target is unknown by the server (delay) but if you change targets rapidly... watch out!
e.g.
Using tab target
- You press Tab... all chars acquire a target, A = tgt1, B = tgt1, C=tgt2
- you hit your petattack macro - but the target of your main hasn't reached the server yet so C's pet attacks tgt2
- wipe
Not using tab target
- you target a mob with your brain. A=tgt1, B="", C=""
- you hit your petattack macro - but the target of your main hasn't reached the server yet so B and C's pets pick a target to attack (same mechanism as TAB targetting)
- wipe
Until you get used to the delay, use assist and display group members targets using Pitbull - helped me big time (I now use target=focustarget mechanism though)
Connect With Us