- See the WoW AddOn page for UI customization reference details about programming Blizzard's World of Warcraft AddOns.
AddOns are generally self-contained User Interface (UI) modification components. However, some AddOns can be dependent on other AddOns to work, and some AddOns are actually collections of other AddOns. There is no size restriction on AddOns, some can grow to be quite massive.
In plain English, an AddOn for a game is just some files you can put in your game folder that can (theoretically) improve your interaction with the game (i.e. make it easier to play, or give you more information about what's going on in the game).
Often the name modification (or "mod" for short) is used interchangeably with AddOn. More specifically, a mod is a third-party AddOn that alters or enhances some aspect of the game's interface. Mods can perform a wide variety of tasks, including adding new buttons to the screen, altering the built-in player and party frames. In extreme cases, mods completely supplant the standard game's interface, usually offering more advanced functionality.
Some mods are standalone, able to run without any additional software. Others are built on libraries such as Sea or Ace. Still others, such as Cosmos, are compilations of many individually-developed mods.
See also[]
- Interface Customization - Portal to nearly everything having to do with UI programming in World of Warcraft
- TOC format - Extra details on the .toc file
- Lua - Lists several resources for Lua coding
- XML_attributes - Overview of XML attributes
- XML basics - Basic introduction to XML
- XML user interface - More details on XML
Addon making tutorials[]
- World_of_Warcraft_Interface_Addon_Kit Official AddOn making Tutorial by Blizzard for the 1.12.1 WoW client
- WelcomeHome - Your first Ace2 Addon - Addon making tutorial for vanilla WoW using ACE2 Framework
- UI_XML_tutorial - XML tutorial
- User_interface_customization_guide Guide to customizing the WoW interface
- UI best practices - Best practices for creating addons
External links[]
- Battle.net Support

