Back to 'guild_bank_item' Return to characters Go to 'guild_bank_tab'
This table hold informations regarding the right guild member have to withdraw, deposit etc at the guild bank.
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| guildid | int | unsigned | PRI | NO | 0 | ||
| TabId | tinyint | unsigned | PRI | NO | 0 | ||
| rid | tinyint | unsigned | PRI | NO | 0 | ||
| gbright | tinyint | unsigned | NO | 0 | |||
| SlotPerDay | int | unsigned | NO | 0 |
references guild.guildid.
The TabId this permission belongs to.
the guild rank this permission belongs to.
(Range: 0 – 9)
| Value | Flag | Name | Comment |
|---|---|---|---|
| 1 | 0x01 | GUILD_BANK_RIGHT_VIEW_TAB | |
| 2 | 0x02 | GUILD_BANK_RIGHT_PUT_ITEM | |
| 4 | 0x04 | GUILD_BANK_RIGHT_UPDATE_TEXT | update item name shown when navigating the tab |
| 3 | 0x03 | GUILD_BANK_RIGHT_DEPOSIT_ITEM | |
| 255 | 0xFF | GUILD_BANK_RIGHT_FULL |
The number of items that a player can withdraw per day (if permissions give him the right to withdraw items).
Back to 'guild_bank_item' Return to characters Go to 'guild_bank_tab'