插件中文资料库
中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。
- 拍卖行、交易和金币管理
- 界面布局、头像框、姓名板和动作条优化
- 伤害、治疗、仇恨和战斗数据统计
Myrras Capitalism 插件下载与使用指南
本页整理了 Myrras Capitalism 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。
适合谁用
Myrras Capitalism 是一款 拍卖与商业 / 其他插件 / 治疗 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。
基本信息
- 插件作者:Myrras
- 插件分类:拍卖与商业 / 其他插件 / 治疗
- 适配版本:12.0.1,12.0.5,12.0.7
- 累计下载:6,383
安装方法
- 点击上方下载按钮获取 Myrras Capitalism插件文件。
- 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
- 重启游戏或在角色界面点击插件,确认 Myrras Capitalism 已启用。
- 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。
使用建议
Myrras Capitalism 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。
Myrras Capitalism 常见问题
Myrras Capitalism 适合需要 拍卖与商业 / 其他插件 / 治疗 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。
下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。
常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。
可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。
插件 AI 问答
可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。
Myrras Capitalism 是一款魔兽世界插件,主要用于插件库、数据接口或依赖支持。建议根据自己的版本和插件环境先测试兼容性。
插件用途
Myrras Capitalism 主要面向需要拍卖与商业功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。
适用场景
- 插件库、数据接口或依赖支持
使用建议
安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。
Myrras Capitalism
Bill your party members for every heal — because kindness has a price.
Myrras Capitalism is a healer's debt-tracking addon. It converts the healing you provide into gold, silver, and copper, records who owes you what across multiple runs, applies configurable daily compound interest, and lets you demand payment by whisper — all from a clean, scrollable ledger UI.
⚙️ Features
📋 Debt Ledger
A scrollable, tabbed window shows every outstanding debt record. Each row displays the run ID, debtor name (with realm shown on hover), the current interest-adjusted debt, days of accrued interest, and action buttons.
📊 Summary Tab
Switch to the Summary tab for a per-debtor breakdown: total principal charged across all runs, how much has been paid, how much has been forgiven, and the current remaining balance.
💸 Healing-to-Gold Conversion
Healing done is converted to copper at a fully configurable rate (default: 1 copper per 30,000 healing). Adjust the rate at any time in the addon's Settings panel — changes apply immediately.
📈 Daily Compound Interest
Unpaid debts accrue compound interest every day at a configurable rate (default: 10% per day, up to 50%). The debt column turns gold when interest has pushed a record above its original principal.
📥 Run Import System
Use the bundled LogParser.html tool to parse your combat logs and generate an import.lua file. Drop it into the addon folder and reload — new runs are merged in automatically, with per-run deduplication so the same run is never counted twice.
📣 Demand Payment
Each debt row has a Demand button that sends a polite but firm whisper invoice directly to the debtor, quoting the current (interest-adjusted) amount owed.
✅ Forgive & Paid Actions
- Forgive — marks an individual record as forgiven. The data is kept for auditing but no longer counts toward the total owed.
- Paid — marks a record as settled. It moves to the Summary's paid column and is excluded from remaining balances.
🗺️ Minimap Button
A draggable minimap icon (position saved between sessions) toggles the debt window open and closed. It also appears in the addon compartment (the puzzle-piece menu).
⚙️ Settings Panel
An Interface Options panel exposes two sliders:
- Healing to Copper Rate — 1,000 to 100,000 healing per copper.
- Daily Interest Rate — 0% to 50%, applied as daily compound interest.
💾 Persistent Storage
All debt records, run import history, and settings are saved per-account in CapitalismDB and persist across sessions and reloads automatically.
🚀 Usage
- Parse your combat log with LogParser.html and save the generated
import.luainto the addon folder. - Reload WoW (
/reload) — new run data is merged in and confirmed in chat. - Open the debt window with
/capitalismor click the minimap button. - Review outstanding debts in the Debts tab.
- Click Demand to whisper a debtor their invoice.
- Click Paid when they settle up, or Forgive if you're feeling generous.
- Switch to the Summary tab for a full per-debtor breakdown.
💬 Slash Commands
| Command | Description |
|---|---|
/capitalism |
Toggle the debt tracker window |
/cap |
Alias for /capitalism |
/cap reset |
Opens a confirmation popup to wipe all data |
/cap forgive <name> |
Forgives all outstanding records for a debtor |
/cap debug |
Dumps debt data diagnostics to chat (for troubleshooting) |
⚠️ Notes
- IMPORTANT The addon is supposed to be a joke. Don't take it seriously.
- Designed for healers who want accountability from their group members.
- The import workflow requires the LogParser.html tool (included in the addon folder) and a WoW combat log file.
- Per-run deduplication means you can safely re-import a log — already-imported runs are skipped.
- Lightweight: uses only LibDataBroker and LibDBIcon for the minimap button; no Ace3, no bloat.
🐛 Bugs & Feedback
Found a bug or have a suggestion? Leave a comment on the CurseForge page or open an issue. This addon is in early development (v1.0.0) and feedback is very welcome!
Made by Myrras
CurseForge: https://www.curseforge.com/wow/addons/myrras-capitalism用户评价
暂无 / 5,0 条评价相关推荐
继续看看这些内容