插件中文资料库
中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。
- 副本、团队本和大秘境战斗提醒
- 拍卖行、交易和金币管理
LootTrackerSupreme 插件下载与使用指南
本页整理了 LootTrackerSupreme 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。
适合谁用
LootTrackerSupreme 是一款 拍卖与商业 / 背包与库存 / 法师 / 其他插件 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。
基本信息
- 插件作者:enshadowed_
- 插件分类:拍卖与商业 / 背包与库存 / 法师 / 其他插件
- 适配版本:2.5.5
- 累计下载:7,026
安装方法
- 点击上方下载按钮获取 LootTrackerSupreme插件文件。
- 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
- 重启游戏或在角色界面点击插件,确认 LootTrackerSupreme 已启用。
- 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。
使用建议
LootTrackerSupreme 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。
LootTrackerSupreme 常见问题
LootTrackerSupreme 适合需要 拍卖与商业 / 背包与库存 / 法师 / 其他插件 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。
下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。
常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。
可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。
插件 AI 问答
可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。
LootTrackerSupreme 是一款魔兽世界插件,主要用于团队分配、Roll 点记录或公会管理。建议根据自己的版本和插件环境先测试兼容性。
插件用途
LootTrackerSupreme 主要面向需要拍卖与商业功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。
适用场景
- 团队分配、Roll 点记录或公会管理
使用建议
安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。
LootTracker Supreme
Tracks loot actually received by you and your group in WoW (Classic-era clients), with a clean in-game window, quality bucketing for gear, optional vendor-value filtering, optional per-player breakdown, and optional Auctionator-based AH estimates.
✅ Key design goal: Ignore roll spam (Need/Greed/Pass/won lines).
Only messages that indicate the item was received are counted.
Features
Loot capture
- Listens to
CHAT_MSG_LOOTand records loot only when it is received:You receive loot: [Item]You receive item: [Item]Player receives loot: [Item]Player receives item: [Item]Player received loot: [Item]Player received item: [Item]
- Ignores common roll-related messages (Need/Greed/Pass/won/etc.) to prevent duplicates.
Display
- Draggable window with a drag bar at the top.
- Top panel buttons:
- Minimize / Restore (collapses window to a small strip)
- Options
- Reset
- Scrollable output list.
- Quality headers are clickable to expand/collapse.
Gear bucketing & filters
- Clamp gear by quality (Weapons/Armor only, equippable only).
- Per-quality visibility toggles (Q0–Q5).
When you hide a quality, stored gear totals for that quality are purged. - Vendor filter (gear only): minimum total vendor value (qty-aware).
Auction House estimates (optional)
- If Auctionator (or compatible pricing API) is available:
- Stores unit AH price per item (best effort)
- Displays AH totals per quality and a grand total
Per-player tracking (optional)
- Toggle By Player mode:
- Keeps separate stores per looter name
- Adds a dropdown in the window to view
All Playersor a specific player
Installation
Create folder:
World of Warcraft\_classic_\Interface\AddOns\LootTrackerSupreme\Add these files to it:
LootTrackerSupreme.tocLootTrackerSupreme.luaLootTrackerSupreme_UI_Options.lua
- Restart WoW (or
/reload) and enable the addon in the AddOns menu.
If the addon shows as “Out of date”, tick Load out of date AddOns.
Usage
Slash commands
/lt
Toggle minimize / restore (same as the Minimize button)./lt options
Open the addon’s options panel./lt show
Show the window (does not change minimized state)./lt hide
Hide the window entirely./lt reset
Reset current run totals./lt expand//lt collapse
Expand/collapse all quality sections (when clamp is enabled)./lt minvendor <gold>
Set minimum vendor value threshold for gear filtering. Example:/lt minvendor 2.5
/lt help
Print command list.
Options (Interface Options)
Find it at:
- Esc → Interface → AddOns → LootTracker Supreme
Options include:
- Show tracker window
- Clamp gear into quality buckets
- Track by player (enables dropdown)
- Vendor filter + minimum vendor gold
- Ignore conjured items (best effort tooltip scan; English tooltip text)
- Debug raw loot lines
- Quality visibility toggles (Q0–Q5)
How it decides what to count
Counted
Only messages that look like actual receipt:
- “receive(s) item/loot”
- “received item/loot”
Ignored
Common roll spam patterns are filtered out, even if they contain item links:
- “rolls Need”
- “rolls Greed”
- “rolls Pass”
- “won:”
- “You roll …”
If your client uses different wording, you can add/adjust the patterns in:
LootTrackerSupreme.lua→IsActualReceiptMessage()/ParseLootMessage().
Notes / Limitations
- The loot parsing is tuned for English system messages.
- Conjured detection uses tooltip scanning and looks for the English word “Conjured”.
- Auction pricing is best-effort and depends on Auctionator / pricing APIs being present.
- Some loot messages can arrive before item info is cached; the addon queues and flushes via
GET_ITEM_INFO_RECEIVED.
Troubleshooting
“It’s still counting weird lines”
Enable debug:
- Options → Debug
Then watch chat for
[LTS RAW]lines and send examples you want excluded/included.
“AH values show as 0”
That’s normal if:
- Auctionator isn’t installed, or
- no price data exists for those items yet.
“Player names show as ?”
Usually caused by unexpected loot message formats.
Enable debug and capture a raw line so we can add the specific pattern.
Versioning / Changelog
1.0.1
- Added minimize/restore behavior +
/lttoggle - Expanded loot parsing to handle
receive itemandreceived item - Added draggable top bar above buttons
CurseForge: https://www.curseforge.com/wow/addons/loottrackersupreme
用户评价
暂无 / 5,0 条评价相关推荐
继续看看这些内容