- pfQuest addon and many other great addons from Shagu - https://shagu.org/
- Frostshock's Vanilla WoW Addons By Category (WABC) - an older list, but still useful to this day
- Turtle WoW Addons Wiki - this large, frequently updated community list supports a custom vanilla server, but many addons could still work on normal vanilla servers. Turtle WoW also uniquely has a significant third-party mod scene.
- Crazypoultry WoW 1.12.1 Addons Collection - one of the largest and oldest addon collections, dating back to the days of the Nostalrius server
- Meridaw Vanilla Macros collection - special mention for Meridaw's great selection of many pure vanilla macros. In vanilla, macros and addons can have significant crossover because macro commands are so few and much of the WoW API is still accessible via the same Lua language to both addons and macros
- If you never launched WoW, double click WoW.exe or otherwise launch WoW.
- Log in with one of your characters.
- After login, exit the game completely. In future, to add new addons you will still need to exit the game to see them.
- Download the addon that you want.
- Extract it into the WoW
Interface\AddOns
folder, e.g. C:\GAMES\World of Warcraft\Interface\AddOns - Double click WoW.exe or otherwise launch WoW.
- At the Character Select screen, look in the lower left corner for the "AddOns" button.
- If button is there, click it and make sure all the addons you installed are listed and make sure "Load out of date AddOns" is checked.
- If the button is NOT there, this means you did not install any addons properly.
Common issue: if you downloaded your addon from a Github site, then you may need to rename the extracted folder and remove "-master" from it.
Rule 1: Make sure that in each folder immediately below Interface\AddOns
, there is a .toc
file in it. This is the addon folder.
Rule 2: Make sure that this addon folder matches the name of the .toc
file.
Example
- GOOD ✅ :
Interface\AddOns\LunaUnitFrames\LunaUnitFrames.toc
- BAD ❌ :
Interface\AddOns\LunaUnitFrames-master\LunaUnitFrames\LunaUnitFrames.toc