Achiever is a lightweight World of Warcraft addon that enhances the experience of earning achievements with custom visual toasts and sound effects.
- 🎉 Custom achievement toast popup
- 🔊 Randomized sounds when achievements are earned
- 🏆 Special sounds for rare achievements
- 🕹️ Slash commands for testing, toggling, and debugging
- 📆 Peer-to-Peer Version Control
| Command | Description |
|---|---|
/achiever |
Show help info |
/achiever test <id> |
Test a specific achievement by ID |
/achiever toggle |
Toggle toast notifications on or off |
/achiever status |
Check if toast notifications are enabled |
/achiever version |
Broadcasts your version to other players |
Rare achievement IDs are defined manually in Achiever.RareAchievements.
Achiever.RareAchievements = {
[12345] = true,
[67890] = true,
-- Add more here
}