RaidTool

/raidtool ← full command /rt ← recommended (short) /ai ← legacy alias for long-time users
Back to Files

RaidTool-1.0.3-CurseForge.zip

File nameRaidTool-1.0.3-CurseForge.zip
Uploader
WowDaGuanRenWowDaGuanRen
Uploaded
Jul 28, 2026
Downloads
8
Size
4.9 MB
Flavors
MoP ClassicTitan Reforged ClassicClassic TBCClassic
File ID
8526835
Type
R
Release
Supported game versions
  • 5.5.3
  • 4.4.2
  • 3.80.1
  • 3.4.5
  • 2.5.6
  • 1.15.9

What's new

================================================================
                      RaidTool · Raid Assistant
                      Changelog / Release Notes
================================================================

◆ Latest Release: v1.0.3  (2026-07-28)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. Bug Fixes
   - Fixed the missing right-side Raid Comp Check panel in the
     "Raid / 团队" tab:
     · Root cause: The RaidCompCheck module was split across 4
       separate source files (RC_01_Data, RC_02_UI, RC_03_Update,
       RC_04_Compat) that shared a single Lua closure. WoW parses
       each file listed in the TOC independently, which produced
       3 LUA_WARNINGs about missing / extra `end` tokens and
       prevented the entire module from loading, so the 19 buff
       check panel never rendered.
     · Fix: Merged the 4 files into one complete RaidCompCheck.lua
       and corrected the closing order of BGAI.Init vs BGAI.Init2
       so the closure nesting is valid.
   - Call sites in Equip.lua / RaidTool.lua now guard with
     `if BGAI.UpdateRaidDamageBuffFrame then` so the addon does
     not error on non-WLK clients (Vanilla / TBC / Cata / MoP /
     Retail) where the buff-check module is intentionally skipped.

2. New Features
   - Enabled the "Raid / 团队" tab:
     · Loot assignment log (tracks which player got each boss drop)
     · Full raid average item-level inspection
     · Roster management (import / export / search / filter)
     · Right-side 19-buff realtime panel, split into 3 columns:
       Damage / Spell / Healing, with 3-state indicators:
       confirmed (green check), possible (orange ?), missing (red X)
       plus tooltip listing every provider name with class colors.
       Buffs tracked include:
       10% AP, 20% melee/ranged Haste, 20% Armor Pen,
       Stats (Kings/Horn), 5% damage Haste, 4% dmg Crit,
       30% physical Crit via bleed/trauma, Spell Power,
       5% spell Haste, 5% spell Crit, 3% spell Hit,
       13% spell Crit (Moonkin / Demo / Ele), 5% spell Crit dmg,
       3% all damage ( sanctity / feral ), 3% Haste, 3% Crit.

3. Improvements
   - Improved CurseForge upload metadata compliance (standard TOC
     fields only, ASCII Author, locale-suffixed Title/Notes).
   - Automatically recognized by CurseForge for 4 game branches:
     1.15.9 (Season of Discovery / Classic 60),
     2.5.6  (TBC Classic),
     3.4.5  (Wrath of the Lich King Classic),
     3.80.1 (Classic Anniversary / Titan Timewalking realms).

4. Compatibility Notes
   - Full manual pass on WLK Classic 3.4.5 + Anniversary Timewalking
     realms (build 38000+).
   - Slash commands:  /RaidTool   or   /RT   (legacy /AI still works).


◆ Previous Release: v1.0.2  (2026-07-28)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. New Features
   - Enabled the "Raid / 团队" tab:
     · Loot assignment log
     · Full raid average item-level inspection
     · Roster management (import / export / search / filter)

2. Improvements
   - Improved CurseForge upload metadata compliance.
   - Automatically recognized by CurseForge for 4 game branches:
     1.15.9 (SoD / Classic 60), 2.5.6 (TBC Classic),
     3.4.5 (WLK Classic), 3.80.1 (Anniversary Timewalking).


◆ Previous Release: v1.0.1  (2026-07-27)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- First public release of RaidTool (formerly BiaoGeAI), fully
  rebranded and 100% free - all VIP checks removed.
- Core tabs enabled: Raid CD (团队减伤), Buff Assignment (Buff分配),
  Personal CD (个减), Damage Increase (增伤).
- Multi-client support: Classic SoD, TBC, WLK, Classic Timewalking,
  and partial Retail.


◆ Addon Info
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Author : MoshouDaGuanRen (魔兽大官人)
Slash  : /RaidTool   /RT   (legacy /AI)
Hosted : CurseForge

================================================================
              Good raids and happy looting!
================================================================

================================================================
                    RaidTool · 团本助手
                    版本更新说明
================================================================

◆ 最新版本:V1.0.3 (2026年7月28日)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. Bug 修复
   - 修复「团队」Tab 右侧加成面板无法显示的问题:
     · 根因:RaidCompCheck 模块的 4 个拆分文件共享同一个闭包,
       WoW 按 TOC 逐文件独立解析,导致 if/function 缺少 end、
       或末尾多余 end 的 LUA_WARNING 共 3 条,进而导致整个模块
       加载失败,19 项团队增益检查面板完全不显示。
     · 修复方案:将 RC_01_Data / RC_02_UI / RC_03_Update / RC_04_Compat
       合并为一个完整的 RaidCompCheck.lua,并修正 BGAI.Init 与
       BGAI.Init2 的闭合顺序。
   - 非 WLK 版本(60/TBC/CTM/MOP/正式服)调用方统一加上
     `if BGAI.UpdateRaidDamageBuffFrame then` 存在性保护,避免函数
     未定义时报错。

2. 功能新增
   - 开启「团队」标签页:
     · 装备分配记录(可记录每次 BOSS 的装备分配情况)
     · 全团装等查看(在团队中可一键查看所有人装备等级)
     · 团队名单管理(导入/导出、搜索、过滤)
     · 右侧 19 项团队增益实时检查(伤害 / 法术 / 治疗三栏):
       10%攻强、20%急速、20%破甲、全属性、5%伤害加速、
       4%伤害暴击、30%物理暴击、法术强度、5%法术加速、
       5%法术暴击、3%法术命中、13%法术暴击、5%法术暴击伤害、
       3%全伤、3%急速、3%暴击 等,并显示确认/可能/缺失三态
       与具体提供者名单。

3. 系统优化
   - 优化 CurseForge 上传兼容性
   - 支持 4 个游戏版本自动识别:
     1.15.9(赛季服/永久60级)、2.5.6(TBC怀旧服)
     3.4.5(WLK怀旧服)、3.80.1(周年庆时光服)

4. 兼容说明
   - 已在 WLK 怀旧服(3.4.5)+ 泰坦时光服(3.80+)完整测试通过
   - 插件命令:/RaidTool 或 /RT(兼容原 /AI)


◆ 历史版本:V1.0.2 (2026年7月28日)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. 功能新增
   - 开启「团队」标签页:
     · 装备分配记录(可记录每次 BOSS 的装备分配情况)
     · 全团装等查看(在团队中可一键查看所有人装备等级)
     · 团队名单管理(导入/导出、搜索、过滤)

2. 系统优化
   - 优化 CurseForge 上传兼容性
   - 支持 4 个游戏版本自动识别:
     1.15.9(赛季服/永久60级)、2.5.6(TBC怀旧服)
     3.4.5(WLK怀旧服)、3.80.1(周年庆时光服)


◆ 历史版本:V1.0.1 (2026年7月27日)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- 团本助手(RaidTool)首发版
- 完全免费开放所有功能,移除 VIP 验证
- 支持的核心标签页:团队减伤、Buff分配、个减、增伤
- 支持多版本:60赛季服、TBC、WLK、怀旧服时光、正式服部分


◆ 插件信息
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
作者:魔兽大官人(MoshouDaGuanRen)
主命令:/RaidTool  /RT  (兼容旧命令:/AI)
发布平台:CurseForge

================================================================
                     祝大家顺利推本!
================================================================

This mod has no related projects