Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:Macro
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
Advanced
Special characters
Help
Heading
Level 2
Level 3
Level 4
Level 5
Format
Insert
Latin
Latin extended
IPA
Symbols
Greek
Greek extended
Cyrillic
Arabic
Arabic extended
Hebrew
Bangla
Tamil
Telugu
Sinhala
Devanagari
Gujarati
Thai
Lao
Khmer
Canadian Aboriginal
Runes
Á
á
À
à
Â
â
Ä
ä
Ã
ã
Ǎ
ǎ
Ā
ā
Ă
ă
Ą
ą
Å
å
Ć
ć
Ĉ
ĉ
Ç
ç
Č
č
Ċ
ċ
Đ
đ
Ď
ď
É
é
È
è
Ê
ê
Ë
ë
Ě
ě
Ē
ē
Ĕ
ĕ
Ė
ė
Ę
ę
Ĝ
ĝ
Ģ
ģ
Ğ
ğ
Ġ
ġ
Ĥ
ĥ
Ħ
ħ
Í
í
Ì
ì
Î
î
Ï
ï
Ĩ
ĩ
Ǐ
ǐ
Ī
ī
Ĭ
ĭ
İ
ı
Į
į
Ĵ
ĵ
Ķ
ķ
Ĺ
ĺ
Ļ
ļ
Ľ
ľ
Ł
ł
Ń
ń
Ñ
ñ
Ņ
ņ
Ň
ň
Ó
ó
Ò
ò
Ô
ô
Ö
ö
Õ
õ
Ǒ
ǒ
Ō
ō
Ŏ
ŏ
Ǫ
ǫ
Ő
ő
Ŕ
ŕ
Ŗ
ŗ
Ř
ř
Ś
ś
Ŝ
ŝ
Ş
ş
Š
š
Ș
ș
Ț
ț
Ť
ť
Ú
ú
Ù
ù
Û
û
Ü
ü
Ũ
ũ
Ů
ů
Ǔ
ǔ
Ū
ū
ǖ
ǘ
ǚ
ǜ
Ŭ
ŭ
Ų
ų
Ű
ű
Ŵ
ŵ
Ý
ý
Ŷ
ŷ
Ÿ
ÿ
Ȳ
ȳ
Ź
ź
Ž
ž
Ż
ż
Æ
æ
Ǣ
ǣ
Ø
ø
Œ
œ
ß
Ð
ð
Þ
þ
Ə
ə
Formatting
Links
Headings
Lists
Files
References
Discussion
Description
What you type
What you get
Italic
''Italic text''
Italic text
Bold
'''Bold text'''
Bold text
Bold & italic
'''''Bold & italic text'''''
Bold & italic text
{{Macronav}} A macro in [[w:c:wowwiki:World of Warcraft|WoW]] is a text script containing one or more [[slash commands]], that executes when you click a button. Macro commands can typed or pasted in the chat window, but more typically saved in the Macro UI interface by typing /macro. The macro saved in the Macro UI is attached to a macro button, that then can be placed on an action bar. Macros can contain any slash command including ones that run [[Lua]] code. /say Look out!!! /use Green Mechanostrider == Details == At any time, you can have 100 macros that are available to all your characters on all servers within one account, and 18 other macros that are available to each specific character, for a total of 118 macros that each character has access to; since WoW Draenor, version 6.0, those "native" macros may be stored server-side. Additionally, addons may enable you to specify and use additional macros. A macro may also refer to some automated method (programmed keystrokes and/or mouse movements) to fight or repeat some action. Macros, if performed ''outside of the standard game client'' may be considered cheating. Don't be afraid though: Everything you can do with in-game macros is ok. In the navigation box at the top right of this page, you will find links to macros deemed useful by the community for specific classes, as well as more general information concerning macro creation. The [[UI beginners guide]] may be a good place to start if you require a general introduction to the area; more macro-specific information can be found at [[Macro API]]. == Editing macros outside of WoW == {{Accuracy-section|Needs to be verified.}} Macros are now held on the servers so this method may no longer have the desired effect. You can edit macros outside of the game by editing the 'World of Warcraft\WTF\Account\*account name*\macros-cache.txt' and '...\Account\*account name*\*server name*\*char name*\macros-cache.txt' files, containing account-wide and per-character macros respectively. Note that the macros should probably be numbered starting with 1 and continue to 36 on the account-wide macros; and starting with 16777217 and continue to 16777234 for your character-specific macros. They don't need to be in order from the beginning of the file. It is probably best to save at least one account-wide and one character-specific macro in the game before you create your own macro file, to be familiar with macro file structure and to be sure of the numbering of macros. When editing your macros outside the game, be sure to use a simple text editor that can save in the {{wplink|unicode}} file format, otherwise you may run into formatting/character issues. == Archived == * [[Useful macros (1.0)]]: a collection of various macros that were usable in vanilla WoW. == External links == ;AddOns {{elink|type=wowinsider|link=http://wow.joystiq.com/2012/02/23/addon-spotlight-advancediconselector-adds-cool-features-to-macr/|desc=Addon Spotlight: AdvancedIconSelector adds cool features to macro creation|bydate=by wowinsider Mathew McCurley Feb 23rd 2012 at 12:00PM}} ;Editing programs {{elink|site=TruMacro|link=http://www.trumacro.com}} [[Category:Newbies]] [[Category:Macros]] [[Category:UI]] [[Category:Game terms]]
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Template:Accuracy-section
(
edit
)
Template:Clrl
(
edit
)
Template:Editlink
(
edit
)
Template:Elink
(
edit
)
Template:Macronav
(
edit
)
Template:Section
(
edit
)
Template:Wplink
(
edit
)