-
Notifications
You must be signed in to change notification settings - Fork 1
User Guide
The Epithet Title Browser is the main interface of the addon. It displays a comprehensive list of all titles available in the game. Each title is displayed with its name, source, and a color-coded rarity tier that uses standard WoW item-quality colors (e.g., Gray for Common, Orange for Legendary).
You can refine the list of titles using the built-in filters:
- Search: Free-text search to find specific titles by name.
- Status: Show all titles, only earned titles, or only unearned titles.
- Rarity: Filter by rarity tiers (Common to Legendary).
- Category: Filter by how the title is earned (e.g., Quests, PvP, Dungeons, Raids, Achievements).
- Expansion: Filter titles by the expansion they were introduced in.
- Obtainable Only: A toggle to show your earned percentage against the obtainable pool only, hiding unobtainable or time-sensitive titles.
Due to WoW API limitations, the SetCurrentTitle API function is protected and must originate from a hardware event.
To set an active title, select the title in the browser and click the "Set as Title" button. This registers the physical click necessary to apply the title to your character.
Since World of Warcraft does not provide an authoritative rarity feed for titles, Epithet uses a 5-tier heuristic derived from the acquisition category:
| Tier | Label | Criteria |
|---|---|---|
| 5 | Legendary | Seasonal PvP Glad/R1/Hero, Grand Marshal/High Warlord, Scarab Lord |
| 4 | Epic | Removed/unobtainable, Challenge Mode Gold, Hall of Fame, Cutting Edge, "the Insane" |
| 3 | Rare | Multi-patch meta-achievements (Loremaster, Glory metas), M+ score titles |
| 2 | Uncommon | Single achievements, holiday metas, campaign completion, exploration |
| 1 | Common | Baseline rep grinds, low PvP ranks, trivial quest rewards |