WoW:Macros

From AddOn Studio
Revision as of 20:45, 23 March 2005 by WoWWiki>Xenoveritas (Added link to Slash Command)
Jump to navigation Jump to search

Macros are series of commands designed to be executed in series.

A macro can consist of any number of /commands or pure text to up 255 characters. Users wishing to use more advanced commands are recommended to see the Interface Customization and World of Warcraft API sections.

See Most Used Macros.



How to setup a macro

  1. type /macro
  2. Press New
  3. Enter a Name
  4. Select an icon
  5. Make your macro ;)

Once your macro is made, you can either drag the icon to a toolbar or access it by typing /macro <name> from the command line.


Note on the /script command. You may include a /script [string] command in your macro, where [string] can be any valid chunk of Lua code. Multiple statements should be delimited with a semi-colon. The World of Warcraft API page lists global Lua functions that may be called.