Description
# After Action Meter
After Action Meter turns the most recently completed combat session into a compact, role-aware performance review inside World of Warcraft.
It uses the completed-session aggregates exposed by Blizzard's `C_DamageMeter` API. It does not parse or display a real-time combat log. When combat ends, the addon evaluates measurable contributions for damage dealers, tanks, and healers and presents a score with a clickable component breakdown.
## Features
- Post-combat role scoring for damage dealers, tanks, and healers
- Clickable breakdown of damage, healing, absorbs, interrupts, dispels, damage taken, avoidable damage, deaths, and related measurable contributions
- Class-colored player bars
- Editable scoring-rule note and a separate free-form note
- Selection-based note formatting: font size, text color, and bold
- Read-only scoring guide explaining the formulas and measurement limits
- Draggable, resizable windows with saved positions and sizes
- Movable minimap button and Blizzard AddOns settings integration
- Automatic client-locale detection
## Languages
The addon supports `enUS/enGB`, `koKR`, `deDE`, `frFR`, `esES/esMX`, `ptBR`, `itIT`, `ruRU`, `zhCN`, and `zhTW`.
Korean and English cover the complete interface. The other locales cover the primary windows, settings, roles, scoring guide headings, and default rule note. Any untranslated long-form text falls back to English.
User-written notes are never automatically translated or overwritten when the client language changes.
## How it works
1. Complete a combat encounter.
2. After Action Meter reads the most recent completed Blizzard damage-meter session.
3. It applies a role-specific formula and displays each player's result.
4. Click a result to inspect the individual score components and source aggregates.
The score is a summary of the values that Blizzard makes available to addons. It is not an official ranking, Warcraft Logs percentile, or complete judgment of player skill. Positioning, mechanic assignments, cooldown timing, and other actions that are absent from the completed-session aggregates cannot be scored reliably.
## Commands
- `/aam` — show the latest result window
- `/aam settings` — open addon settings
- `/aam test` — display a sample result without requiring a combat session
- `/aam auto` — toggle automatic display after combat
- `/aam hide` — hide the result window
- `/aam reset` — reset stored result and window/minimap positions
## Compatibility
- World of Warcraft Retail only
- Interface version: 12.1.0 (`120100`)
- No required dependencies
## Data and privacy
After Action Meter has no external network access and does not upload combat data. Settings, notes, and the latest result are stored locally through World of Warcraft SavedVariables.






