Quote Originally Posted by 'Diego',index.php?page=Thread&postID=97143#post971 43
After setting the focus for each mob I want the lock's pet to attack, I then issue a global button for all locks that sends their pets off to the assigned focus:


Petattack sets off a GCD? That shouldn't be happening. Is it because you're typing /pet attack rather than /petattack? Maybe?

What I do on my hunters is assign my commonly-pressed button to also 'assist pet', similarly to what you've pasted below except with one change... I don't use pet names (I have an earlier thread about my felguards having identical names).
/assist MainAssistNameHere
/petattack [target=focus,harm,nodead][harm,nodead]
/stopmacro [target=pettarget,harm,nodead]
/petattack [target=party1pettarget,harm,nodead][target=party2pettarget,harm,nodead][target=party3pettarget,harm,nodead][target=party4pettarget,harm,nodead]
Technically you can condense it further to...
/assist MainAssistNameHere
/petattack [target=focus,harm,nodead][harm,nodead][target=party1pettarget,harm,nodead][target=party2pettarget,harm,nodead][target=party3pettarget,harm,nodead][target=party4pettarget,harm,nodead]