Attuned at long last / The dungeon bows before you / Glory awaits now
A lightweight TBC Classic 2.5.5 addon that automatically whispers a configurable reply whenever the Attune addon queries your attunement status.
Forged in the fires of Hellfire Peninsula. Hardened in the depths of Serpentshrine. Polished to a mirror shine for the Anniversary Edition.
AttuneResponder listens for three types of events:
| Trigger | Event | Description |
|---|---|---|
| Attune survey query | CHAT_MSG_ADDON (Attune_Channel) |
Fired when a player uses Attune to check your attunements. Attune sends SURVEY or SILENTSURVEY on the Attune_Channel prefix. |
| Guild completion announcement | CHAT_MSG_GUILD |
Fired when Attune posts [Attune] Name has completed ... to guild chat after a player finishes an attunement step. |
| Manual keyword | CHAT_MSG_WHISPER |
Fired when someone whispers !attune directly. |
In all three cases, the addon whispers the sender your configured reply.
- Copy the
AttuneResponderfolder into your addons directory:World of Warcraft\_classic_tbc_\Interface\AddOns\AttuneResponder\ - Reload or log in. You should see:
AttuneResponder loaded. Type /ar for help.
| Command | Description |
|---|---|
/ar |
Show help |
/ar message <text> |
Set the whisper reply |
/ar toggle |
Enable or disable the addon |
/ar debug |
Toggle debug output (prints all matching events to chat) |
/ar status |
Show current settings |
The Anniversary Edition ships with a haiku as its default reply:
Attuned at long last / The dungeon bows before you / Glory awaits now
Change it with:
/ar message Your custom message here
The message is saved across sessions.
- World of Warcraft TBC Classic 2.5.5 (Interface 20505)
- Attune installed on the querying player's client