I am no longer maintaining this project as a standalone addon, however it is distributed as part of the Guild Bounty Hunter addon!
Description
Guild Bank Largess tracks guild member’s bank transactions and records their balance, called Largess, in their officer note. It is essentially a bookkeeping system for tracking all players’ guild bank money transactions. When a player deposits gold in the guild bank, they will receive an equal amount of Largess (minus a configurable guild bank cut). Guild bank withdraws are deducted from the player’s Largess so the addon provides a means for guild officers to quickly determine who is contributing to the guild bank, and who is mooching. Every time the player deposits or withdraws from the guild bank, their Largess will be updated locally and the addon will notify them of their new balance.
Audits
Obviously there are some limitations to the Largess system due to the fact that player Largess is tracked by the addon running on the player’s game client. For example it would be easy enough for someone to conveniently turn the addon off when making guild bank withdraws. To counter this shortcoming Guild Bank Largess provides an audit system which can be run by designated guild officers. The audit tallies all the guild bank transactions for all guild members, storing their official Largess amount in their officer note, for this reason auditors must have officer note write permission. Auditors will also need permission to edit Guild Information as audit data is saved there as well.
Commands
- /gbl cut <guild bank cut> (set the guild bank largess cut 0-.9)
- /gbl largess (display your current Largess)
- /gbl largess report (display the largess your whole guild)
- /gbl largess set <name> <amount> (sets player <name> largess to <amount>, use <name="all"> to set for all guild members)
- /gbl largess mod <name> <amount> (add <amount> to player <name> largess, use <name="all"> to add for all guild members)
- /gbl audit (reads the guild bank log and updates all players' Largess in the officer notes)
GUI
Guild Bank Largess adds a small UI frame to the guild roster. This allows officers to manually change the Largess for any player quickly and easily.
Other Addons
Guild Bank Largess is a dependency for Guild Bounty Hunter. Guild Bounty Hunter is packaged with this addon and will always be updated to the latest stable version of Guild Bank Largess. If you are running GBH, there is no reason to install GBL since you’re already running it. If you just want the guild bank tracking features and none of the bounty hunting stuff, install this addon.