插件中文资料库
中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。
- 任务路线、地图标记和野外探索
BuffActive 插件下载与使用指南
本页整理了 BuffActive 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。
适合谁用
BuffActive 是一款 职业 / 增益与减益 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。
基本信息
- 插件作者:arc909
- 插件分类:职业 / 增益与减益
- 适配版本:12.0.5
- 累计下载:9,960
安装方法
- 点击上方下载按钮获取 BuffActive插件文件。
- 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
- 重启游戏或在角色界面点击插件,确认 BuffActive 已启用。
- 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。
使用建议
BuffActive 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。
BuffActive 常见问题
BuffActive 适合需要 职业 / 增益与减益 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。
下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。
常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。
可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。
插件 AI 问答
可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。
BuffActive 是一款魔兽世界插件,主要用于增益、减益、光环或职业状态监控、倒计时、提醒和战斗预警、背包、银行、专业制造或物品整理。建议根据自己的版本和插件环境先测试兼容性。
插件用途
BuffActive 主要面向需要增益与减益功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。
适用场景
- 增益、减益、光环或职业状态监控
- 倒计时、提醒和战斗预警
- 背包、银行、专业制造或物品整理
使用建议
安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。
2026-04-09 this addon is no longer being developed, please feel free to fork the repo and resurrect.
BuffActive
A lightweight, high-performance World of Warcraft addon that monitors your class buffs and displays a reminder when they're missing. Designed to work out-of-combat only, hiding during combat and re-checking on exit.
Due to changes implemented by Blizzard in the Midnight patch, there is currently no reliable method to monitor active buffs during combat.
Why use this?
TL;DR never forget to maintain your class buffs.
Stop losing track of your essential class buffs like Battle Shout, Arcane Intellect, Mark of the Wild, or Power Word: Fortitude. BuffActive displays a clear, visible reminder when your important buffs are missing, helping you maintain optimal performance.
Why not just use the default UI?
Blizzard's default UI shows buffs in the top-right corner, but it's easy to miss when you're focused on combat or other UI elements. BuffActive provides a prominent, hard-to-miss reminder that's specifically designed to catch your attention when important buffs expire or aren't applied.
BuffActive goes beyond the default UI by:
- Persistent reminders: continues showing the missing buff message until you apply it
- Class-specific: automatically monitors the appropriate buffs for your class
- Combat-aware: hides during combat to avoid distractions and reappears when safe
- Configurable frequency: adjust how often the addon checks for missing buffs
- Customisable: add additional spells to monitor beyond the default class buffs
- Performance-conscious: uses efficient API calls and debouncing to minimise performance impact
Key features
- Class-specific monitoring: automatically tracks the appropriate buffs for your class (Warrior: Battle Shout, Mage: Arcane Intellect, Druid: Mark of the Wild, Priest: Power Word: Fortitude)
- Out-of-combat only: hides during combat to avoid distractions
- Persistent reminders: shows a clear message when buffs are missing until applied
- Configurable check frequency: adjust how often the addon checks for missing buffs (1, 2, 3, 5, or 10 seconds)
- Custom spell support: add additional spells to monitor beyond the default class buffs
- Smart event handling: responds immediately to aura changes without being affected by debounce intervals
- Performance optimised: uses modern WoW APIs and efficient checking mechanisms

Installation
- Move/copy the
BuffActivefolder to your_retail_/Interface/AddOns/directory - Restart World of Warcraft or logout and login
On load/login, the addon will begin monitoring your class buffs automatically.
Configuration
The addon requires no setup by default. It will automatically monitor the appropriate buffs for your class. However, you can customise the behavior through the standard Blizzard addon UI under <ESCAPE>->Options->Addons->BuffActive.
UI options: 
Addon options:
- Check frequency: Controls how often the addon checks for missing buffs (1 second, 2 seconds (default), 3 seconds, 5 seconds, or 10 seconds). Lower values update faster but use more resources.
- Spell Override - Current Class Spells: Shows the current class's default monitored spells and any custom spells you've added
- Add Custom Spell ID: Allows you to enter additional spell IDs to monitor for your class
Example: adding "Devotion Aura"
Add spell ID 465 in the lower section of the addon's config section, this checks for the Paladin Devotion aura. You can remove manually added spells by clicking on the X in the middle section:

Command Line Options
BuffActive does not currently provide slash commands. All configuration is done through the addon options UI.
Technical details
- Aura monitoring: uses modern
C_UnitAurasAPI for efficient buff detection - Event-driven: responds to
UNIT_AURA,PLAYER_REGEN_ENABLED/DISABLED, andPLAYER_ENTERING_WORLDevents - Debounce mechanism: prevents excessive checking while allowing immediate response to aura changes
- Class-specific: automatically selects appropriate buffs based on your character class
- Combat-aware: hides during combat and resumes monitoring when out of combat
- Performance conscious: uses efficient API calls and minimal resource usage
Event Handling
BuffActive uses a smart event system to ensure accurate buff monitoring:
- UNIT_AURA events: Trigger immediate buff checks when buffs are applied or removed, bypassing debounce intervals to ensure rapid changes are detected
- PLAYER_REGEN_ENABLED: Performs a full buff check when exiting combat
- PLAYER_REGEN_DISABLED: Hides the reminder message when entering combat
- PLAYER_ENTERING_WORLD: Initialises spell caches and performs initial buff check on login/world changes
The debounce mechanism ensures that routine checks (like those triggered by exiting combat) respect the user-configured interval, while aura change events always trigger immediate checks to prevent missing rapid buff applications or removals.
Contributing
Contributions to improve this tool are welcome! To contribute:
- Fork the repository
- Create a feature branch
- Make your changes to the source code or documentation
- Test with various class configurations and buff scenarios
- Submit a pull request with a clear description of the improvements
Please ensure your changes maintain compatibility with existing functionality and follows Lua best practices.
Bugs and new features
Found a bug or want to submit a feature request? open an issue here
Support
This tool is unsupported and provided as-is. Use at your own risk.
License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Copyright (C) 2026 ArcNineOhNine
CurseForge: https://www.curseforge.com/wow/addons/buffactive用户评价
暂无 / 5,0 条评价相关推荐
继续看看这些内容