WoWWiki

This wiki contains inaccurate and out-of-date information. Please head over to https://wowpedia.fandom.com for more accurate and up-to-date game information.

READ MORE

WoWWiki
Advertisement
Icon-shortcutThis article or a portion of it is transcludable for Useful macros. See what links here for the pages that use this page.
Macrose

Useful macros
Macro commands

General guides

Beginner's guide
FAQs
Making a macro
Wiki Formatting
Category:Macros
UI Customization

Class Macros

Useful macros for death knights Useful macros for druids Useful macros for hunters Useful macros for mages Useful macros for monks Useful macros for paladins
Useful macros for priests Useful macros for rogues Useful macros for shamans Useful macros for warlocks Useful macros for warriors

This is the main editing guide for documenting WoW Macros in the Wiki. See Useful macros and User defined macros for lists of macros. See Slash commands for the list of macro commands. Please follow the instructions when editing.

Guide[]

This is an official WoWWiki editing and policy guide.

Formatting Macros[]

Note: Commands for some of the older macros have been modified significantly. Where possible, please validate and mark with last working patch or version number.

When editing a macro on the Wiki please:

  • name it, describe what it does, and use a 'space' before each command for the 'code box'
  • note the version of WoW that you tested it in
  • if moving from another page, remove it from the old page
  • follow this Macro formatting example:
==== Macro Name ====
 /y Hooray, I made a macro!
* Use: This yells, "Hooray, I made a macro!"
* Works in 5.4.2
which creates:

Macro Name[]

/y Hooray, I made a macro!
  • Use: This yells, "Hooray, I made a macro!"
  • Works in 5.4.2

More Examples[]

Other useful examples of formatted Macros.

Mount O Fish[]

/cast [nocombat,equipped:fishing pole]Fishing;[nocombat,flyable]Ebon Gryphon;[nocombat,noflyable]Swift Stormsaber
/cast [nocombat,Vashj'ir,swimming]Abyssal Seahorse
  • Use: To Fish or Mount up.
  • Notes: A one button macro for flying, swimming, or running mount. If equipped with a fishing pole, the same bound button will fish for you.
  • Please write in whatever mounts you prefer to ride upon.
  • Works in 4.0.6

Fish with Specific Pole[]

/equip Big Iron Fishing Pole
/use 4 4
  • Use: equip fishing pole, then with second click it will attach a lure that you have in your 5th bag top right corner.
  • Notes: If you have a 22 slot bag: /use 4 2. You can also write in the name of your favorite lure in place of 4 2, and place the lure anywhere, or use a fishing trinket.
  • Works great in 5.4.2

See also[]

Advertisement