Quote Originally Posted by Apatheist View Post
1. Can be avoided by using an assist macro prior to /startattack so that it will always attack what your primary character is attacking, rather than selecting a mob on its own.
/assist CharacterName
/startattack
People tend to preface their macros with a /stopmacro command along with one, or more, conditionals (e.g. [@target,noexists]), so that nothing happens if those aren't met. Otherwise, in the above example, both commands will still fire off, and /startattack will still pick up a random target.