魔兽科普汇聚WoW玩家们专属综合资讯门户网站!

Bonus Roll Tracker

Bonus Roll Tracker 是一款魔兽世界插件,主要用于界面框架、头像、动作条或冷却显示优化、团队分配、Roll 点记录或公会管理。建议根据自己的版本和插件环境先测试兼容性。

免费下载 举报 收藏插件
插件详情

插件中文资料库

中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。

玩家一句话点评
Bonus Roll Tracker 适合需要其他插件、界面增强或玩法辅助的玩家,建议结合自己的职业和版本先测试再长期使用。
适用场景
  • 界面布局、头像框、姓名板和动作条优化

Bonus Roll Tracker 插件下载与使用指南

本页整理了 Bonus Roll Tracker 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。

适合谁用

Bonus Roll Tracker 是一款 数据导出 / 其他插件 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。

基本信息

  • 插件作者:user_0pp6j9v5rz64ij2z
  • 插件分类:数据导出 / 其他插件
  • 适配版本:12.0.7
  • 累计下载:13,674

安装方法

  1. 点击上方下载按钮获取 Bonus Roll Tracker插件文件。
  2. 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
  3. 重启游戏或在角色界面点击插件,确认 Bonus Roll Tracker 已启用。
  4. 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。

使用建议

Bonus Roll Tracker 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。

Bonus Roll Tracker 常见问题

这个插件适合哪些玩家?

Bonus Roll Tracker 适合需要 数据导出 / 其他插件 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。

下载后怎么安装?

下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。

为什么插件不显示或不生效?

常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。

有没有类似插件可以替代?

可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。

插件 AI 问答

可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。

Bonus Roll Tracker 是一款魔兽世界插件,主要用于界面框架、头像、动作条或冷却显示优化、团队分配、Roll 点记录或公会管理。建议根据自己的版本和插件环境先测试兼容性。

插件用途

Bonus Roll Tracker 主要面向需要其他插件功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。

适用场景

  • 界面框架、头像、动作条或冷却显示优化
  • 团队分配、Roll 点记录或公会管理

使用建议

安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。

# Bonus Roll Tracker

Bonus Roll Tracker is a beginner-friendly World of Warcraft retail addon. It records bonus roll results when WoW fires bonus-roll events, saves them, and shows them in a small in-game popup.

This addon is being shaped for CurseForge distribution.

Important limitation: the addon cannot automatically recover bonus rolls or loot received before it was installed. It can only record events it sees after installation. To handle older items, you can manually add items you already received.

## What an addon needs

A basic WoW addon is just a folder containing:

- A `.toc` file with addon metadata and the list of files to load.
- One or more `.lua` files with the addon code.

For this sample:

```text
BonusRollTracker/
  BonusRollTracker.toc
  BonusRollTracker.lua
```

The folder name and `.toc` filename must match exactly:

```text
BonusRollTracker/BonusRollTracker.toc
```

## Install it

Copy the `BonusRollTracker` folder into your retail addon directory:

```text
World of Warcraft/_retail_/Interface/AddOns/BonusRollTracker
```

Then start or restart WoW. On the character select screen, click `AddOns` and make sure `Bonus Roll Tracker` is enabled.

## Confirm the current retail Interface number

This starter currently uses:

```text
## Interface: 120005
```

WoW patches can change this number. To check your exact client, type this in the in-game chat box:

```text
/dump select(4, GetBuildInfo())
```

If the number is different, update `BonusRollTracker/BonusRollTracker.toc`.

## Try it in-game

After logging into a character, use these commands:

```text
/brt
/brt help
/brt rolls
/brt current
/brt add
/brt have
/brt want
/brt wishlist
/brt browse
/brt clear
/brt test
```

`/brt rolls` opens the popup. `/brt test` adds a fake entry so you can test the window without waiting for a real bonus roll.

To manually add an item you already received before installing the addon, type `/brt add ` and then shift-click the item into chat:

```text
/brt add [Item Name]
```

To see saved items for only your current dungeon, raid, or zone:

```text
/brt current
```

Every recorded bonus roll is saved for your account using `SavedVariables`.

## Wishlist and chance estimates

You can add wishlist items from outside an instance. Use semicolons to separate the location, item, and total number of rollable items in that location:

```text
/brt want Location Name ; [Item Name] ; TotalRollableItems
```

Example:

```text
/brt want Test Dungeon (Heroic) ; [Really Cool Sword] ; 8
```

You can also record items you already own from outside the instance:

```text
/brt have Location Name ; [Item Name]
```

Then view your wishlist chance estimates:

```text
/brt wishlist
```

Or filter to one location:

```text
/brt wishlist Test Dungeon (Heroic)
```

The chance estimate is:

```text
1 / remaining unowned rollable items
```

For example, if the instance has 8 rollable items and you have already recorded 3 owned items, the addon estimates a wanted unowned item as `1 / 5`, or `20%`.

This assumes each remaining rollable item is equally likely. Real WoW loot rules may be more complicated, so treat this as planning help, not a guaranteed drop-rate calculator.

## Clickable instance and loot browser

Instead of typing location and item names, open the browser:

```text
/brt browse
```

The browser shows dungeon or raid instance images from the Encounter Journal. Click an instance to show its loot list.

In the loot list:

- Left-click an item to add it to your wishlist.
- Right-click an item to mark it as already owned.

When you add wishlist items this way, the addon uses the Encounter Journal loot count as the total rollable item count for the chance estimate.

## What the addon records

When `BONUS_ROLL_RESULT` fires, the addon saves:

- Date and time.
- Current dungeon, raid, or zone name.
- Difficulty name if WoW provides one.
- Last completed encounter name if WoW fired `ENCOUNTER_END`.
- The item, currency, money, or result text from the roll.
- Whether the entry came from an automatic bonus roll event or was added manually.

Retail WoW does not use bonus rolls for every current activity. If the game does not fire `BONUS_ROLL_RESULT`, the addon cannot know that a bonus roll happened.

## Previous items

The addon cannot scan your account and prove exactly what dropped from old bonus rolls. WoW addons generally do not get a complete historical loot record from before they were installed.

Instead, use manual entries:

```text
/brt add [Item Name]
```

Manual entries use your current dungeon, raid, or zone when you add them. This lets you build a "already received from this instance" list over time.

## Build a CurseForge zip

Run this from the repository root:

```powershell
.\scripts\package.ps1
```

If Windows blocks scripts on your machine, use this one-time command instead:

```powershell
powershell -ExecutionPolicy Bypass -File .\scripts\package.ps1
```

The script creates:

```text
dist/BonusRollTracker-0.1.0.zip
```

Upload that `.zip` file to CurseForge. Do not upload the whole repository folder.

The zip contains this structure, which is what WoW and CurseForge expect:

```text
BonusRollTracker/
  BonusRollTracker.toc
  BonusRollTracker.lua
```

## CurseForge project setup notes

When creating the project on CurseForge:

- Game: `World of Warcraft`
- Project type: `Addons`
- Flavor/game version: `Retail`
- License: `MIT`
- Initial file: `dist/BonusRollTracker-0.1.0.zip`
- Changelog: use `CHANGELOG.md`

CurseForge reviews new projects and files before they appear publicly.

## Beginner editing loop

1. Edit `BonusRollTracker.lua`.
2. Save the file.
3. In WoW, type `/reload`.
4. Test your command again.

Most addon development is this loop: edit, save, reload, test.

## Good first experiments

- Change the login message.
- Add a new slash command like `/hr version`.
- Change the popup size.
- Add columns for character name or loot specialization.
- Add an item-remove command for mistakes.
- Pull possible item pools from the Encounter Journal instead of entering totals by hand.
- Add a search box to the clickable loot browser.
- Store another saved value in `BonusRollTrackerDB`.

## Useful references

- Warcraft Wiki TOC format: https://warcraft.wiki.gg/wiki/TOC_format

## Project documentation

- User workflow chart: `docs/USER_WORKFLOW.md`
CurseForge: https://www.curseforge.com/wow/addons/bonus-roll-tracker

用户评价

暂无 / 5,0 条评价
免费插件下载后可以评价;付费插件 / WA 购买后可以评价;委托订单完成后可以评价。
暂无评价。

相关推荐

继续看看这些内容

全站搜索