Ir al final de los metadatos
Ir al inicio de los metadatos

Estás viendo una versión antigua de esta página. Ve a la versión actual.

Comparar con el actual Ver el historial de la página

« Anterior Versión 4 Siguiente »

Back-to:Characters

The `guild` table

This table holds the main guild information. All created guilds or all guilds in the process of being created have a record in this table.

Structure

Field

Type

Attributes

Key

Null

Default

Extra

Comment

guildid

int(6)

unsigned

PRI

NO

0

 

 

name

varchar(255)

signed

 

NO

NULL

 

 

leaderguid

int(6)

unsigned

 

NO

0

 

 

EmblemStyle

int(5)

signed

 

NO

0

 

 

EmblemColor

int(5)

signed

 

NO

0

 

 

BorderStyle

int(5)

signed

 

NO

0

 

 

BorderColor

int(5)

signed

 

NO

0

 

 

BackgroundColor

int(5)

signed

 

NO

0

 

 

info

text

signed

 

NO

NULL

 

 

motd

varchar(255)

signed

 

NO

NULL

 

 

createdate

bigint(20)

signed

 

NO

0

 

 

BankMoney

bigint(20)

signed

 

NO

0

 

 

Description of the fields

guildid

The ID of the guild. This number is unique to each guild and is the main method to identify a guild.

name

The guild name.

leaderguid

The GUID of the character who created the guild. See characters.guid

EmblemStyle

The emblem style of the guild tabard.

EmblemColor

The emblem color of the guild tabard.

BorderStyle

The border style of the guild tabard.

BorderColor

The border color of the guild tabard.

BackgroundColor

The background color of the guild tabard.

info

The text message that appears in the Guild Information box.

motd

The text that appears in the Message Of The Day box.

createdate

The date when the guild was created.

BankMoney

The total money, in copper, that is currently in the guild's guild bank.

  • Sin etiquetas