Skip to content

guild_bank_right

This table hold informations regarding the right guild member have to withdraw, deposit etc at the guild bank.

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
guildidintunsignedPRINO0
TabIdtinyintunsignedPRINO0
ridtinyintunsignedPRINO0
gbrighttinyintunsignedNO0
SlotPerDayintunsignedNO0
 

Description of fields ​

guildid ​

references guild.guildid.  

TabId ​

The TabId this permission belongs to.  

rid ​

the guild rank this permission belongs to. (Range: 0 – 9)  

gbright ​

enum GuildBankRights

ValueFlagNameComment
10x01GUILD_BANK_RIGHT_VIEW_TAB
20x02GUILD_BANK_RIGHT_PUT_ITEM
40x04GUILD_BANK_RIGHT_UPDATE_TEXTupdate item name shown when navigating the tab
30x03GUILD_BANK_RIGHT_DEPOSIT_ITEM
2550xFFGUILD_BANK_RIGHT_FULL

 

SlotPerDay ​

The number of items that a player can withdraw per day (if permissions give him the right to withdraw items).