魔兽科普汇聚WoW玩家们专属综合资讯门户网站!

RaidMitTracker

RaidMitTracker 是一款魔兽世界插件,主要用于副本、团本、大秘境或钥石辅助。建议根据自己的版本和插件环境先测试兼容性。

免费下载 举报 收藏插件
插件详情

插件中文资料库

中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。

玩家一句话点评
RaidMitTracker 适合需要聊天与通讯、界面增强或玩法辅助的玩家,建议结合自己的职业和版本先测试再长期使用。
适用场景
  • 副本、团队本和大秘境战斗提醒
  • 界面布局、头像框、姓名板和动作条优化

RaidMitTracker 插件下载与使用指南

本页整理了 RaidMitTracker 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。

适合谁用

RaidMitTracker 是一款 团队框架 / 聊天与通讯 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。

基本信息

  • 插件作者:idunnowhattodo
  • 插件分类:团队框架 / 聊天与通讯
  • 适配版本:12.0.1,12.0.5
  • 累计下载:6,473

安装方法

  1. 点击上方下载按钮获取 RaidMitTracker插件文件。
  2. 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
  3. 重启游戏或在角色界面点击插件,确认 RaidMitTracker 已启用。
  4. 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。

使用建议

RaidMitTracker 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。

RaidMitTracker 常见问题

这个插件适合哪些玩家?

RaidMitTracker 适合需要 团队框架 / 聊天与通讯 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。

下载后怎么安装?

下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。

为什么插件不显示或不生效?

常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。

有没有类似插件可以替代?

可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。

插件 AI 问答

可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。

RaidMitTracker 是一款魔兽世界插件,主要用于副本、团本、大秘境或钥石辅助。建议根据自己的版本和插件环境先测试兼容性。

插件用途

RaidMitTracker 主要面向需要聊天与通讯功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。

适用场景

  • 副本、团本、大秘境或钥石辅助

使用建议

安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。

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 목록 초기화

주의 사항

  • 전체 공대원 설치 권장 — 미설치자는 스킬 사용 전까지 패널에 표시되지 않음.
CurseForge: https://www.curseforge.com/wow/addons/raidmittracker

用户评价

暂无 / 5,0 条评价
免费插件下载后可以评价;付费插件 / WA 购买后可以评价;委托订单完成后可以评价。
暂无评价。

相关推荐

继续看看这些内容

全站搜索