RaidMitTracker
Track every raid mitigation and external cooldown in real time — without chat spam.
Cooldown data is shared silently between addon users via addon messages. Nothing appears in raid chat. The raid leader sees a live panel with class-colored bars counting down each spell.
Key Features
- Silent communication — uses
SendAddonMessage, invisible to raid chat.
- Auto-report on group join — members automatically announce their available spells when entering a group.
- Live cooldown bars — smooth, class-colored status bars update every frame.
- Group cast detection — spell casts by all group members are tracked via
UNIT_SPELLCAST_SUCCEEDED.
- Talent-aware cooldowns — actual cooldown duration is read from the API at cast time, not hardcoded.
- Resizable & draggable panel — position and size are saved between sessions.
- Full settings panel —
/rmt config opens an options UI with bar texture, font size, row height, sort mode, icon toggle, and more.
- Minimap button — left-click opens settings, right-click opens the tracker panel.
- Solo test mode —
/rmt test loads dummy data so you can preview the UI without a group.
- English / Korean UI — automatically switches based on your client locale (enUS / koKR).
Tracked Spells — Raid Cooldowns
| Spell |
Class / Spec |
Cooldown |
| Power Word: Barrier |
Discipline Priest |
3 min |
| Divine Hymn |
Holy Priest |
3 min |
| Anti-Magic Zone |
Death Knight (any spec) |
4 min |
| Aura Mastery |
Holy Paladin |
3 min |
| Spirit Link Totem |
Restoration Shaman |
3 min |
| Healing Tide Totem |
Restoration Shaman |
3 min |
| Rewind |
Preservation Evoker |
4 min |
| Tranquility |
Restoration Druid |
3 min |
| Revival (talent) |
Mistweaver Monk |
2.5 min |
| Restoral (talent) |
Mistweaver Monk |
2.5 min |
| Rallying Cry |
Warrior (any spec) |
3 min |
Tracked Spells — External Cooldowns
| Spell |
Class / Spec |
Cooldown |
| Guardian Spirit |
Holy Priest |
3 min |
| Pain Suppression |
Discipline Priest |
3 min |
| Ironbark |
Restoration Druid |
1.5 min |
| Blessing of Sacrifice |
Paladin (any spec) |
2 min |
| Time Dilation |
Preservation Evoker |
1 min |
| Life Cocoon |
Mistweaver Monk |
2 min |
Requirements
All raid members should install the addon for complete pre-combat roster coverage. Members without the addon won't appear in the panel until they cast a tracked spell.
Commands
| Command |
Description |
/rmt |
Broadcast a cooldown check to all members (leader / assistant only). |
/rmt show |
Open the tracker panel (leader / assistant only). |
/rmt config |
Open the settings panel. |
/rmt test |
Load dummy data for solo UI testing. |
/rmt reset |
Clear all tracked roster data. |
How It Works
The raid leader sends a CHECK message via addon channel. Each member's addon replies with a HAVE message listing their available spell IDs. When a tracked spell is cast, a USED message is broadcast with the timestamp and actual cooldown duration (read from C_Spell.GetSpellCooldown at cast time, so talent reductions are reflected). The leader's addon calculates endTime = castTime + actualCD and the bar counts down smoothly every frame.
Direct cooldown queries on other players are not available in the WoW API — this addon works around that using self-reporting and group cast event detection.
Limitations
- Requires the addon installed on all members for full pre-combat roster visibility.
- Members without the addon won't appear until they cast a tracked spell.
RaidMitTracker (한국어)
공대 생존기(공생기) 및 외부생존기 쿨타임 실시간 추적 애드온 — 공대 채팅에 아무것도 출력되지 않습니다.
공대원끼리 애드온 메시지로 쿨타임 정보를 조용히 공유합니다. 공대장 화면에는 직업 색상의 쿨타임 바가 실시간으로 업데이트됩니다.
주요 기능
- 채팅 스팸 없음 —
SendAddonMessage 사용, 채팅창에 전혀 표시되지 않음.
- 자동 보고 — 공대 합류 시 본인 보유 스킬 자동 전송.
- 실시간 쿨타임 바 — 매 프레임 업데이트, 직업 색상 적용.
- 그룹 스킬 감지 — 전체 공대원의 스킬 사용을
UNIT_SPELLCAST_SUCCEEDED로 감지.
- 탤런트 쿨타임 반영 — 스킬 사용 시 실제 쿨타임을 API에서 읽어 적용.
- 리사이즈 & 드래그 — 위치/크기 자동 저장.
- 설정 패널 —
/rmt config 로 바 텍스처, 폰트 크기, 행 높이, 정렬 방식 등 설정.
- 미니맵 버튼 — 좌클릭: 설정, 우클릭: 트래커 패널 열기.
- 솔로 테스트 모드 —
/rmt test 로 혼자서도 UI 확인 가능.
- 영어 / 한국어 자동 전환 — 클라이언트 언어 설정 기준.
명령어
| 명령어 |
설명 |
/rmt |
공생기 확인 요청 전송 (공대장/부공대장 전용) |
/rmt show |
패널 표시 (공대장/부공대장 전용) |
/rmt config |
설정 패널 열기 |
/rmt test |
솔로 UI 테스트용 가짜 데이터 로드 |
/rmt reset |
목록 초기화 |
주의 사항
- 전체 공대원 설치 권장 — 미설치자는 스킬 사용 전까지 패널에 표시되지 않음.