A lightweight World of Warcraft addon that automatically enables combat logging when you enter a raid and disables it when you leave.
- Automatic Combat Logging: Starts logging when entering a raid instance, stops when leaving
- Multi-Version Support: Works on Retail, Classic Era, TBC Anniversary, and Cataclysm Classic
- Mythic+ Support (Retail only): Optional setting to also log Mythic+ dungeons
- Lightweight: Minimal performance impact
- Configurable: Simple slash commands to customize behavior
- Download from CurseForge, Wago, or WoWInterface
- Extract to your
World of Warcraft/_retail_/Interface/AddOns/folder (or the appropriate game version folder) - Restart WoW or
/reload
The addon works automatically - just install and forget! Combat logging will be enabled whenever you enter a raid instance.
| Command | Description |
|---|---|
/rla |
Show current status |
/rla on |
Enable the addon |
/rla off |
Disable the addon |
/rla toggle |
Toggle addon on/off |
/rla mythic |
Toggle Mythic+ logging (Retail only) |
/rla silent |
Toggle chat messages on/off |
/rla help |
Show help |
Combat logs are saved to:
- Windows:
World of Warcraft\_retail_\Logs\WoWCombatLog.txt - macOS:
World of Warcraft/_retail_/Logs/WoWCombatLog.txt
Upload your logs to Warcraft Logs for analysis!
Settings are saved per-character. Available options:
- enabled: Master toggle (default: on)
- mythicPlus: Log Mythic+ dungeons - Retail only (default: off)
- printMessages: Show status messages in chat (default: on)
This addon uses the BigWigsMods packager for automated releases.
-
Update the project IDs in
RaidLogAuto.toc:X-Curse-Project-ID: Your CurseForge project IDX-WoWI-ID: Your WoWInterface addon IDX-Wago-ID: Your Wago project ID
-
Add these secrets to your GitHub repository:
CF_API_KEY: CurseForge API tokenWOWI_API_TOKEN: WoWInterface API tokenWAGO_API_TOKEN: Wago API token
-
Create an annotated tag to trigger a release:
git tag -a v1.0.0 -m "Initial release" git push origin v1.0.0
The GitHub Action will automatically build and upload to all platforms.
MIT License - see LICENSE file for details.
Issues and pull requests welcome on GitHub!