File Details
WarbandAutoDeposit1.1.zip
- R
- Dec 25, 2025
- 2.05 KB
- 29
- 11.2.7
- Retail
File Name
WarbandAutoDeposit1.1.zip
Supported Versions
- 11.2.7
WarbandAutoDeposit - Change Log (Dec 25, 2025)
- Per-Character Configuration: Migrated from a global threshold to a per-character system. Each character now has its own
goldToKeepandenabledstatus. - Toggle Functionality: Added
/wad onand/wad offcommands to enable or disable the addon for specific characters without affecting others. - Database Robustness: Fixed a critical "nil value" error by improving the
InitDBfunction to ensure thecharssub-table is properly initialized during migration. - Bulk Update (Global Override): Added the
/wad all [amount]command, allowing you to set a universal gold threshold for all characters in your database in one go. - English Localization: All in-game commands, console feedback, and code comments have been standardized to English for professional consistency.
- UI Synchronization: Maintained a safety delay (
C_Timer.After) to ensure the deposit trigger happens after the Bank UI and currency data are fully synced.