插件中文资料库
中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。
- 任务路线、地图标记和野外探索
- 界面布局、头像框、姓名板和动作条优化
Lafee decurse 插件下载与使用指南
本页整理了 Lafee decurse 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。
适合谁用
Lafee decurse 是一款 动作条 / 增益与减益 / 坦克 / 治疗 / 输出 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。
基本信息
- 插件作者:Lafeeleonie
- 插件分类:动作条 / 增益与减益 / 坦克 / 治疗 / 输出
- 适配版本:12.1.0
- 累计下载:0
安装方法
- 点击上方下载按钮获取 Lafee decurse插件文件。
- 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
- 重启游戏或在角色界面点击插件,确认 Lafee decurse 已启用。
- 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。
使用建议
Lafee decurse 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。
Lafee decurse 常见问题
Lafee decurse 适合需要 动作条 / 增益与减益 / 坦克 / 治疗 / 输出 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。
下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。
常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。
可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。
插件 AI 问答
可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。
适用于魔兽世界正式服12.1+的极简驱散框架原型。
**概述**
该插件显示五个常驻按钮,分别分配给固定单位:玩家、小队1、小队2、小队3和小队4。每个单位的职责图标显示在其名字之前。
最多三个不同的友方驱散法术会被自动分配:
- 左键点击;
- 右键点击;
- 中键点击,仅当有第三个法术可用时。
每个按钮包含一个暴雪CustomAuraContainerTemplate,其中配置了单个AuraSlot。是否显示与HARMFUL|RAID_PLAYER_DISPELLABLE过滤器及已分配法术所支持的驱散类型相匹配的光环,完全由暴雪决定。插件的Lua代码从不读取活动光环数据。
**命令**
- /ldec:显示帮助;
- /ldec lock:锁定或解锁框架移动;
- /ldec test:在脱战状态下切换仅视觉的测试指示器;
- /ldec config:打开原生配置面板;
- /ldec minimap:显示或隐藏小地图按钮。
左键点击小地图按钮可显示或隐藏主框架。右键点击打开配置面板。该按钮可围绕小地图拖动。
**架构**
- Core.lua:启动、事件、命令与状态协调;
- SecureFrames.lua:分配给固定单位的五个安全按钮;
- AuraDisplay.lua:与暴雪管理的光环容器集成;
- DispelSpells.lua:脱战状态下检测最多三个驱散法术;
- Config.lua:集成到魔兽世界设置界面中的现代面板;
- Minimap.lua:无外部依赖的独立小地图按钮;
- Localization.lua:运行时本地化字符串。
战斗期间受到的法术、专精及受保护配置更改将延迟至PLAYER_REGEN_ENABLED后处理。
**原型限制**
- 最多三个不同的法术可分配给点击操作;
- 不支持术士宠物驱散;
- 此MVP不检查也不显示私人光环;
- 仍需在正式服12.1中进行游戏内测试,以验证安全行为并确认无污染。
**本地化**
界面、鼠标提示、命令和消息通过Localization.lua在运行时本地化为:deDE、enUS/enGB、esES、esMX、frFR、itIT、koKR、ptBR、ruRU、zhCN和zhTW。
**许可证**
本项目采用限制性专有许可证发布。未经版权持有人事先书面许可,禁止复制、再分发、修改和重用。
CurseForge:https://www.curseforge.com/wow/addons/lafee-decurse
Lafee Decurse
Minimalist dispel frame prototype for World of Warcraft Retail 12.1+.
Overview
The addon displays five permanent buttons assigned to the fixed units player, party1, party2, party3, and party4. Each unit's role icon is displayed before its name.
Up to three distinct friendly dispel spells are assigned automatically:
- left click;
- right click;
- middle click, only when a third spell is available.
Each button contains a Blizzard CustomAuraContainerTemplate configured with a single AuraSlot. Blizzard alone determines whether to display an aura matching the HARMFUL|RAID_PLAYER_DISPELLABLE filter and the dispel types supported by the assigned spells. The addon's Lua code never reads active aura data.
Commands
/ldec: displays help;/ldec lock: locks or unlocks frame movement;/ldec test: toggles a visual-only test indicator while out of combat;/ldec config: opens the native configuration panel;/ldec minimap: shows or hides the minimap button.
Left-clicking the minimap button shows or hides the main frame. Right-clicking opens the configuration panel. The button can be dragged around the minimap.
Architecture
Core.lua: startup, events, commands, and state coordination;SecureFrames.lua: five secure buttons assigned to fixed units;AuraDisplay.lua: integration with Blizzard-managed aura containers;DispelSpells.lua: out-of-combat detection of up to three dispel spells;Config.lua: modern panel integrated into the WoW settings interface;Minimap.lua: standalone minimap button with no external dependency;Localization.lua: runtime localization strings.
Spell, specialization, and protected configuration changes received during combat are deferred until PLAYER_REGEN_ENABLED.
Prototype limitations
- a maximum of three distinct spells can be assigned to clicks;
- Warlock pet dispels are not supported;
- Private Auras are neither inspected nor displayed by this MVP;
- in-game Retail 12.1 testing is still required to validate secure behavior and confirm the absence of taint.
Localization
The interface, tooltips, commands, and messages are localized at runtime through Localization.lua for deDE, enUS/enGB, esES, esMX, frFR, itIT, koKR, ptBR, ruRU, zhCN, and zhTW.
License
This project is released under a restrictive proprietary license. Reproduction, redistribution, modification, and reuse are prohibited without prior written permission from the copyright holder.
CurseForge: https://www.curseforge.com/wow/addons/lafee-decurse用户评价
暂无 / 5,0 条评价相关推荐
继续看看这些内容