WoW Ascension addons: how to find, install, and pick the right ones
Project Ascension runs on the WotLK 3.3.5a client but layers in years of custom content, which means the addon question comes up constantly: what works, what’s safe, and what’s actually worth installing. This guide covers the basics that apply across every Ascension realm, then points you to the full, curated addon lists for each one.
If you already know which realm you play, jump straight to the list:
What Project Ascension is, briefly
Ascension is a free custom World of Warcraft project built on the 3.3.5a (Wrath of the Lich King) client. Instead of one static ruleset, it runs several realms with different rules: Bronzebeard is a classic-plus experience with the original nine classes, Conquest of Azeroth replaces those classes with 21 custom ones built from Warcraft lore, and Project Epoch is a separate custom realm with its own content and its own addon quirks. The launcher installs and patches the client and manages a set of approved addons automatically.
Why the client version matters more than the realm
Addons for Ascension are built against the 3.3.5a API, not against a specific realm. That’s the part people miss when they search for “ascension addons” and expect a different answer per realm. A UI addon, a damage meter, or an auction house tool that works on Bronzebeard will load on Conquest of Azeroth or Project Epoch too, because the underlying client is the same.
Where realms actually diverge is in custom data: item IDs, NPC names, quest chains, and class abilities that don’t exist in vanilla WoW. An addon that reads loot tables or quest text needs a database built for that specific realm, or it will show blank entries or wrong information for anything Ascension added. That’s why quest-helper and loot-database addons usually ship separate files or separate data packs for Bronzebeard, Epoch, and Conquest of Azeroth, even when the core addon is identical.

Installing addons on Ascension
The process is the same regardless of realm.
- Download the addon as a .zip file from a source you trust.
- Extract it. You should get one or more folders, each containing a .toc file with the addon’s name.
- Move those folders into World of Warcraft\Interface\AddOns.
- Launch the game and check the AddOns list on the character-select screen to confirm it loaded.
A few addons, mainly the larger UI overhauls, also need a settings folder copied into WTF\Account\<YourAccount>\SavedVariables if you want to import a shared profile. The addon’s own page will say so when it applies.
One safety note that matters more here than on a standard classic server: only download from sources you recognize, and avoid addons packaged as .exe files. A .zip of Lua and XML files can’t run code on its own; an executable can.
Addon categories worth knowing about
Across all three realms, the addons people search for tend to fall into the same few groups.
Interface replacements change how your action bars, unit frames, and nameplates look and behave. DragonUI is a common pick here since it brings a retail-style layout to the 3.3.5a client and works on Bronzebeard, Epoch, and Conquest of Azeroth alike.
Quest and leveling helpers track objectives, show quest givers on the map, and plot a route. These are the addons most likely to need realm-specific data, since Ascension’s custom quests aren’t in any stock database.
Combat and raid tools cover damage meters, cooldown tracking, and boss alert addons that call out incoming abilities during a fight.
Economy addons handle auction house browsing, vendor searches, and bag or bank management, which matter more on a project with a large player-driven economy like Ascension’s.
Bronzebeard
Bronzebeard is built around the original nine classes with Ascension’s classic-plus content layered on top: new spells, talents, race and class combinations, and hundreds of new open-world items. Because it plays closer to a traditional leveling experience, the addon priority here tends to be quest tracking, loot databases, and UI cleanup. The full, updated list is on the Bronzebeard addons page.
Project Epoch
Project Epoch is a separate custom realm with its own content and its own addon ecosystem, including community-maintained forks of tools like AtlasLoot and pfQuest rebuilt with Epoch-specific data. Because the realm is newer and content ships often, addon compatibility here changes more frequently than on Bronzebeard, so it’s worth checking for updates after a content patch. See the Project Epoch addons page for the current list.
Conquest of Azeroth
Conquest of Azeroth drops the original class system entirely in favor of 21 custom classes built from Warcraft lore, each with three specializations. That custom class structure is exactly where generic addons tend to break: unit frames, cooldown trackers, and nameplate mods built for the original nine classes don’t always recognize Conquest of Azeroth’s resources and abilities out of the box. The Conquest of Azeroth addons page lists which addons have been adapted to handle that correctly.
Frequently asked questions
Do the same addons work on every Ascension realm? The addon itself usually does, since all three realms run the 3.3.5a client. Any addon that depends on quest, loot, or class data built for Ascension’s custom content needs a version made for that specific realm to display correctly.
Are Ascension addons safe to install? Any addon distributed as .zip and containing only Lua and XML files runs inside the WoW client’s sandbox and can’t affect anything outside the game. The risk is the download source, not the addon format, so stick to established addon sites and the realm-specific lists linked above.
Does the Ascension launcher install addons automatically? The launcher manages and auto-updates a set of approved addons for you. Anything outside that approved list, including most of the community addons covered on this site, has to be installed manually into the AddOns folder.
Where do I check if an addon is out of date? Check the addon’s own page for a last-updated date, and compare it against the most recent Ascension patch notes. An addon that reads custom item or quest data is the most likely to break after a content update.
