Learn how to create and use macros in World of Warcraft, including chat commands, emotes, and combat abilities.
To open your macro menu (MAC1010), enter "/macro" into a chat bubble.
Walkthrough
- 1To create a basic macro that opens the macro menu, name it "Macro", assign it any icon, and then type "/macro" in the command box.
- 2Place this macro and other commonly-used macros in the "everyone" tab to ensure they are accessible across all your characters, rather than the character-specific tab.
- 3Macros can be placed on your action bars for easy access.
- 4When entering text into a macro, it can either be sent as a chat command or, if it starts with a slash, function as an in-game command. For example, typing "You suck" will display it in your current chat box, while "/s You suck" will only appear in a say chat.
- 5Macros are also useful for emotes. You can find a list of emotes on wowwiki.com. Examples include "/golfclap" (for when you are outnumbered), "/ready" (to inform your party you are prepared), and "/wave".
- 6For combat macros, you can use the following format:
#showtooltip Suicidekaratechop
/cast Suicidekaratechop
- The "#showtooltip" line displays the current highest rank of the spell when you mouse over the icon, and the second line casts the spell.
- Macros like "/shoot", "/throw", and "/startattack" are useful for abilities that do not initiate auto-attack.
- Use "/petattack" to command your pets to attack if you do not wish to start attacking yourself.
- More advanced macros can cast two spells sequentially or combine non-global cooldown spells with attacks, such as a Death Knight's Rune Strike ability.
Tips
- Consider using macros for frequently used emotes like "/golfclap", "/ready", and "/wave".
- For combat, "#showtooltip" is used to display spell rank, and the subsequent line casts the spell.
- Macros like "/shoot", "/throw", "/startattack", and "/petattack" can automate specific combat actions.
- Advanced users can create macros to cast multiple spells or integrate non-global cooldown abilities.
100% Human-Written. AI Fact-Checked. Community Verified. Learn how AntMag verifies content