Description
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

