插件中文资料库
中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。
- 副本、团队本和大秘境战斗提醒
- 界面布局、头像框、姓名板和动作条优化
DTC_RaidTracker 插件下载与使用指南
本页整理了 DTC_RaidTracker 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。
适合谁用
DTC_RaidTracker 是一款 聊天与通讯 / 公会 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。
基本信息
- 插件作者:Voldraal
- 插件分类:聊天与通讯 / 公会
- 适配版本:12.0.0
- 累计下载:9,506
安装方法
- 点击上方下载按钮获取 DTC_RaidTracker插件文件。
- 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
- 重启游戏或在角色界面点击插件,确认 DTC_RaidTracker 已启用。
- 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。
使用建议
DTC_RaidTracker 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。
DTC_RaidTracker 常见问题
DTC_RaidTracker 适合需要 聊天与通讯 / 公会 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。
下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。
常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。
可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。
插件 AI 问答
可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。
DTC_RaidTracker 是一款魔兽世界插件,主要用于副本、团本、大秘境或钥石辅助。建议根据自己的版本和插件环境先测试兼容性。
插件用途
DTC_RaidTracker 主要面向需要聊天与通讯功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。
适用场景
- 副本、团本、大秘境或钥石辅助
使用建议
安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。
DTC Raid Tracker (v7.3.6)
DTC Raid Tracker is a modular World of Warcraft addon designed to track raid attendance, performance voting, and leaderboard stats. Version 7.1 introduces major architectural improvements and a new "Game Theory" module that allows players to leverage gold to influence the vote via Bribes, Propositions, and Lobbying.
🚀 Key Features
1. Voting System
- Weighted Voting: Every raider gets 3 votes per boss kill.
- Role Sorting: View the roster sorted by Tank, Healer, and DPS/Other.
- Smart Validation: Blocks self-voting and prevents voting if a player has disconnected or has an outdated addon version.
- Tie-Breakers: Standardized sorting (highest vote count wins).
2. "Game Theory" & Commerce
Turn your raid into a marketplace! Players can now leverage their gold to influence the outcome.
- 💰 Bribes: Offer gold to a specific player to secure one of their votes.
- 📜 Propositions: Selling your own vote? Broadcast a "Proposition" to the raid, setting a price for your support.
- 🤝 Lobbying: Fund a campaign! Pay other players to vote for a specific candidate.
- Debt Tracking: The addon tracks who has paid and who owes money.
- Deadbeat Protocol: If you have unpaid debts from a previous boss, your ability to bribe/lobby is disabled until you settle up.
- Automated Trading: Clicking "Trade" in the Bribe Ledger automatically opens the trade window and fills in the correct gold amount.
3. Leaderboards & History
- Leaderboard: Track who has the most votes across the entire expansion, specific raids, or bosses.
- Detailed History: A searchable log of every vote cast, complete with dates, difficulty settings, and winners.
- Export: Export history data to CSV for external spreadsheet tracking.
4. Roster Management
- Auto-Nicknames: Automatically populates nicknames based on character names when entering a valid raid instance (excludes LFR).
- Guild Sorting: Groups players by Guild in the configuration menu for easier management.
- One-Click Clean: Delete players or reset the entire database with a single click.
📂 Installation
- Download the latest release.
- Extract the
DTC_RaidTrackerfolder to your WoW Addons directory:_retail_\Interface\AddOns\DTC_RaidTracker - Restart WoW (Do not just reload UI) to ensure new files are loaded.
🛠️ Configuration
Type /dtc config to open the options panel.
- General: Test buttons for Voting, Leaderboard, and Bribe simulation.
- Nicknames: Set custom nicknames for your raiders.
- Bribes: Configure expiration timers for Bribes (Default: 90s), Propositions (90s), and Lobbying (120s).
Slash Commands
| Command | Description |
|---|---|
/dtc vote |
Toggle the Voting Window |
/dtc lb |
Toggle the Leaderboard |
/dtc history |
Toggle the Vote History Log |
/dtc bribes |
Toggle the Bribe Ledger (Debt Tracker) |
/dtc config |
Open Settings |
/dtc reset |
WIPE all data (Use with caution) |
🏗️ Developer Notes (Folder Structure)
This addon uses a modular architecture to separate Logic, UI, and Data.
DTC_RaidTracker/
├── DTC_RaidTracker.toc # Addon Manifest
├── Core.lua # Init, Slash Commands, Database Handling
├── Config.lua # Options Panel & Tab Logic
├── Localization.lua # String Constants
│
├── Utils/
│ └── Helpers.lua # Shared Utilities
│
├── Models/
│ ├── StaticData.lua # Raid/Boss ID tables
│ ├── Vote.lua # Voting Logic & Session State
│ ├── Leaderboard.lua # Stat Calculation
│ ├── History.lua # Logging & Syncing
│ └── Bribe.lua # Commerce Logic (Bribes/Props/Lobbying)
│
└── UI/
├── Widgets.xml # Shared Window Templates
├── VoteFrame.xml/lua # Main Voting Window
├── Leaderboard.xml/lua # Ranking Window
├── History.xml/lua # Log Window
└── BribeUI.xml/lua # Popups, Trackers & Lists
📜 License
Author: Voltrizzy
Version: 7.3.6
Project ID: 1442970 (CurseForge) / 56ndd5G9 (Wago)
CurseForge: https://www.curseforge.com/wow/addons/dtc-raidtracker用户评价
暂无 / 5,0 条评价相关推荐
继续看看这些内容