File Details
WarbandAutoDeposit2.0.zip
- R
- Dec 31, 2025
- 3.31 KB
- 63
- 11.2.7
- Retail
File Name
WarbandAutoDeposit.zip
Supported Versions
- 11.2.7
Warband Auto Deposit - v2.0.0
Summary
Major refactor. Moved from CLI-only to a full GUI implementation. Added withdrawal logic and bank caching.
Features
-
GUI Dashboard: Implemented a standalone configuration window accessible via
/wad. Replaces chat command arguments. -
Bi-directional Logistics: Added Auto-Withdraw logic. The addon can now pull gold from the Warband Bank if the character is below the target threshold (Smart Top-Up).
-
Fleet Analytics: Added "Total Fleet Gold" display. Sums liquid gold from all tracked alts plus the Warband Bank balance.
-
Global Propagation: Added "Apply to ALL" button to enforce the current threshold across the entire character database.
-
Cache Management: Added "Reset Data" function to clear stale alt data and re-initialize the database.
Technical Improvements
-
Bank Sync: Implemented
C_Bank.FetchDepositedMoney(Enum.BankType.Account)to correctly cache and display Warband Bank balance even when the bank frame is closed. -
State Indicators: Added visual ACTIVE/PAUSED status in the UI.
-
Memory: Cleaned up event registration. Logic now relies on stable
PLAYER_MONEYandBANKFRAME_OPENEDevents.
Breaking Changes
-
Database Refactor: Due to structural changes in the saved variables (
WarbandAutoDepositDB), previous settings have been reset to defaults. Please re-configure your thresholds after updating.