Back to 'calendar_invites' Return to characters Go to 'character_account_data'
Information and settings for ingame, player-based chat channels (not affecting the default system channels)
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
name | varchar(128) | PRI | NO | ||||
team | int | unsigned | PRI | NO | |||
announce | tinyint | unsigned | NO | 1 | |||
ownership | tinyint | unsigned | NO | 1 | |||
password | varchar(32) | YES | NULL | ||||
bannedList | text | YES | NULL | ||||
lastUsed | int | unsigned | NO |
Name of the channel.
team id - Allow access to channel from specified player faction ID
For multirace channels, two (or more) separate entries must exist with the EXACT same settings for all fields apart from this (it needs a different team id)
Horde -> 67
Alliance -> 469
Channel announce (0/1)
0 = Channel join/part actions will not be sent
1 = Channel join/part actions will be sent
Channel ownership (0/1)
0 = No one will ever be an owner.
1 = Ownership is the first person in the channel.
Channel password
Empty, or a standard string-based password (no spaces allowed)
Channel banlist
List of banned player names, separated by spaces
Used for automated cleaning of unused channels from database. Time is in unixtime.
Back to 'calendar_invites' Return to characters Go to 'character_account_data'