插件中文资料库
中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。
- 拍卖行、交易和金币管理
MidnightBroker 插件下载与使用指南
本页整理了 MidnightBroker 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。
适合谁用
MidnightBroker 是一款 数据代理 / 运行库 / 其他插件 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。
基本信息
- 插件作者:angrypaladin
- 插件分类:数据代理 / 运行库 / 其他插件
- 适配版本:12.0.7
- 累计下载:1,307
安装方法
- 点击上方下载按钮获取 MidnightBroker插件文件。
- 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
- 重启游戏或在角色界面点击插件,确认 MidnightBroker 已启用。
- 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。
使用建议
MidnightBroker 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。
MidnightBroker 常见问题
MidnightBroker 适合需要 数据代理 / 运行库 / 其他插件 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。
下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。
常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。
可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。
插件 AI 问答
可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。
MidnightBroker 是一款魔兽世界插件,主要用于装备修理、金币或商人相关提醒、副本、团本、大秘境或钥石辅助、插件库、数据接口或依赖支持。建议根据自己的版本和插件环境先测试兼容性。
插件用途
MidnightBroker 主要面向需要数据代理功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。
适用场景
- 装备修理、金币或商人相关提醒
- 副本、团本、大秘境或钥石辅助
- 插件库、数据接口或依赖支持
使用建议
安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。
MidnightBroker
MidnightBroker is a Retail-focused World of Warcraft addon that provides:
- A standalone movable on-screen display for key stats
- Optional LibDataBroker data source output
- Per-element enable/disable, position persistence, and style customization
Features
- Displays: - Current date + time (Date-Time element) - Zone and subzone - Player coordinates (configurable precision: 0-2 decimals) - Durability - Total addon memory usage - Gold - Frame rate (FPS) - Latency - Broker metrics for Gold, Frame Rate, and Latency
- Every standalone element is independently configurable: - Enabled/disabled - Movable when unlocked - Position persistent across reloads - Font, font size, text justification, text color, background color, border color, opacity, and scale - Optional label/title visibility per element
- Graceful fallback when
LibDataBroker-1.1is not available
Install
- Copy the
MidnightBrokerfolder to your WoW addons directory: -_retail_/Interface/AddOns/MidnightBroker - Restart WoW or run
/reload. - Configure with
/mb options.
Slash Commands
/mbor/midnightbroker- show help/mb options- open the options panel/mb lock- lock display elements/mb unlock- unlock display elements for dragging/mb toggle <time|zone|coords|durability|memory|gold|fps|latency>- toggle one element/mb reset <time|zone|coords|durability|memory|gold|fps|latency|all>- reset position(s)/mb resetstyle <time|zone|coords|durability|memory|gold|fps|latency|all>- reset style/color settings only
Options UX Notes
- Font selection uses a built-in dropdown of WoW font choices (no external font library required).
- Text justification supports Left, Center, or Right per selected element.
- Font Size, Scale, and Opacity sliders display their current numeric values while adjusting.
- Label visibility can be toggled per selected element.
- Background and border visibility can be toggled per selected element.
- Element frame width auto-adjusts to content length (for example dynamic zone/subzone text), within safe min/max limits.
- Time element includes preset dropdowns for Date Format, Time Format, and Date/Time Layout.
- Coordinates element includes sliders for decimal precision (0-2) and moving update interval (0.05s to 1.0s), with a slower idle refresh to reduce churn.
- Coordinates updates are movement-aware: selected interval applies while moving, with lightweight idle behavior to reduce memory churn.
- Gold element includes a format dropdown (Gold/Silver/Copper or Gold only), with comma-grouped large gold values.
- Zone element includes a layout dropdown (single-line or two-line Zone/Subzone).
- Memory hover tooltip supports entry filters (Top 10, Top 25, or All).
- One-line and two-line text layouts auto-resize frame width/height to avoid clipping.
- The single LibDataBroker text also includes Gold, FPS, and Latency.
- Broker tooltip shows Latency in
Home/Worldformat. - Hovering the Memory standalone element shows a tooltip with loaded addons and current per-addon memory usage.
- Memory tooltip filter supports Top 10, Top 25, or All loaded addons.
- Hovering the Latency standalone element shows a tooltip with separate Home and World latency values.
- Hovering the Durability standalone element shows per-item durability details for equipped gear.
Configuration Model
Saved variable:
MidnightBrokerDB
Data layout:
profile.unlocked- global lock/unlock stateprofile.brokerEnabled- enables optional LDB sourceprofile.elements.<id>- per-element config including style and position
Defaults are merged non-destructively at startup so new keys are added without removing user settings.
Recovery tip:
- If an element style becomes invalid/corrupted (for example invisible text/background/border),
use
/mb resetstyle <element>instead of deleting the entire saved variables file.
Architecture
Core/- bootstrap, constants, defaults, db merge, events, throttling, style helpers, slash commandsDisplay/- runtime element managerElements/- base element class + one module per metricBroker/- optional LibDataBroker integrationUI/- options panel and reusable widget builders
用户评价
暂无 / 5,0 条评价相关推荐
继续看看这些内容