插件中文资料库
中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。
- 背包、银行和物品整理
- 任务路线、地图标记和野外探索
- 界面布局、头像框、姓名板和动作条优化
ReBar 插件下载与使用指南
本页整理了 ReBar 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。
适合谁用
ReBar 是一款 战斗 / HUD界面 / 单位框架 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。
基本信息
- 插件作者:jdpr007
- 插件分类:战斗 / HUD界面 / 单位框架
- 适配版本:12.0.5
- 累计下载:11,824
安装方法
- 点击上方下载按钮获取 ReBar插件文件。
- 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
- 重启游戏或在角色界面点击插件,确认 ReBar 已启用。
- 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。
使用建议
ReBar 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。
ReBar 常见问题
ReBar 适合需要 战斗 / HUD界面 / 单位框架 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。
下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。
常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。
可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。
插件 AI 问答
可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。
ReBar 是一款魔兽世界插件,主要用于界面框架、头像、动作条或冷却显示优化、背包、银行、专业制造或物品整理。建议根据自己的版本和插件环境先测试兼容性。
插件用途
ReBar 主要面向需要单位框架功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。
适用场景
- 界面框架、头像、动作条或冷却显示优化
- 背包、银行、专业制造或物品整理
使用建议
安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。
ReBar
Percentage text overlays for the World of Warcraft Personal Resource Display (PRD).
⚠️ No longer maintained (as of WoW 12.0.7). In Patch 12.0.7, Blizzard added native percentage text to the default Personal Resource Display — the same thing ReBar was built to provide. ReBar is therefore redundant on 12.0.7 and later, and is kept here for historical / reference purposes only. The final supported game version is 12.0.5. There are no plans to update it further.
ReBar adds clean, readable percentage numbers on top of the health, power, and class/alternate resource bars that float beneath your character. It is intentionally small and focused — no menus you'll never use, no libraries, no bloat. Just percentages where you want them.
- Version:
3.5.0(final) - Game version: World of Warcraft
12.0.5(final supported version) - Dependencies: None
- Footprint: A single Lua file, no embedded libraries
Features
- Percentage text on the health, power (mana / energy / rage / focus / etc.), and alternate / class resource bars of the Personal Resource Display.
- Fully click-through. The overlays never intercept mouse input, so the PRD behaves exactly as it did before.
- Lightweight and constant-cost. ReBar only ever reads your own PRD bars. It never iterates party or raid members, so its cost is identical whether you are solo or in a 40-player raid.
- Resilient on boss encounters. Reads gracefully degrade when the game returns protected values, so the addon never errors during fights (see Notes on "secret" values).
- Simple in-game options panel for toggling each bar, adjusting font size, and enabling debug output.
- Login confirmation message that tells you the addon loaded and reminds you of the slash command.
Installation
- Download the latest release.
- Extract it so the folder lands in your AddOns directory:
World of Warcraft/_retail_/Interface/AddOns/ReBar/
The folder must contain ReBar.toc and ReBar.lua.
- Restart the game, or reload your UI with
/reload. - On login you will see a confirmation in chat:
[ReBar] v3.3 loaded. /rebar options /rebar debug diagnose
Note: The Personal Resource Display must be enabled in-game for ReBar to have bars to overlay. You can turn it on under Options → Combat → Personal Resource Display.
Usage
ReBar works automatically once installed — the percentages appear on your resource bars with no setup required.
Slash commands
| Command | Description |
|---|---|
/rebar |
Open or close the options panel. |
/rebar debug |
Toggle debug mode and print diagnostic information to chat. |
/rebar scan |
Force the addon to re-locate the resource bars (rarely needed). |
Options panel
The panel (/rebar) lets you:
- Enable or disable ReBar entirely.
- Toggle the percentage on the Health, Power, and Alternate / Class bars independently.
- Adjust the font size.
- Turn debug mode on or off.
How it works
ReBar attaches a small text overlay to each of the Personal Resource Display's bars.
Frame paths
The addon locates the bars through the game's Personal Resource Display frame:
| Bar | Frame path |
|---|---|
| PRD container | PersonalResourceDisplayFrame |
| Health | PersonalResourceDisplayFrame.HealthBarsContainer.healthBar |
| Power | PersonalResourceDisplayFrame.PowerBar |
| Alternate power | PersonalResourceDisplayFrame.AlternatePowerBar |
Overlay model
Each overlay is a child frame parented directly to its bar, placed one frame level above it, with a single font string for the text. There are no strata overrides, no reparenting to UIParent, and no screen-coordinate math — the overlay simply tracks its parent bar.
The overlay reference is stored on the bar itself (for example, bar.ReBarOverlay). This means that when ReBar re-checks the bars, it updates the existing overlay in place rather than destroying and recreating frames, which keeps things efficient and avoids error churn.
Notes on "secret" values
In some encounters the game returns protected ("secret") values from UnitHealthPercent and UnitPowerPercent. ReBar handles this safely:
- All value reads are protected so they cannot throw errors.
- When a precise percentage is available, it is used.
- When a value is protected and unusable, ReBar falls back to standard ratio math, and if even that is unavailable for a given update, the text simply isn't refreshed that tick instead of producing an error.
Because ReBar is display-only, this degradation is harmless — at worst, a number momentarily stops updating during specific boss mechanics.
Compatibility
- ReBar version 3.5.0 (final).
- TOC interface version: 12.0.5 (
## Interface: 120005). This is the final supported game version. - Built and tested on World of Warcraft 12.0.5.
- Not maintained for 12.0.7 or later. Patch 12.0.7 added native PRD percentage text, making the addon redundant; see the changelog for the source-audit history. The addon's code targets 12.0.5 only.
- Uses only non-deprecated interface APIs (as of 12.0.5).
- No external libraries are bundled or required.
License
See the LICENSE file in this repository.
Coding disclosure
This project was entirely vibe coded using Claude Opus 4.8. The addon — including its frame discovery, overlay logic, options panel, and documentation — was developed iteratively in conversation with the model rather than hand-written line by line.
CurseForge: https://www.curseforge.com/wow/addons/rebar用户评价
暂无 / 5,0 条评价相关推荐
继续看看这些内容