Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

Back-to:World

The `game_event` table

This table is contains definitions for all game events that are activated or deactivated automatically by the Game Event System in the core.

...

Field

Type

Attributes

Key

Null

Default

Extra

Comment eventEntry

Game event tc2

tinyint(3)

unsigned

PRI

NO

 

Unique

Entry of the game event

start_time Game event tc2

timestamp

signed

 

NO

0000-00-00 00:00:00

 

Absolute start date, the event will never start before

end_time Game event tc2

timestamp

signed

 

NO

0000-00-00 00:00:00

 

Absolute end date, the event will never start after

occurence Game event tc2

bigint(20)

unsigned

 

NO

5184000

 

Delay in minutes between occurences of the event

length Game event tc2

bigint(20)

unsigned

 

NO

2592000

 

Length in minutes of the event

holiday Game event tc2

mediumint(8)

unsigned

 

NO

0

 

Client side holiday id

description Game event tc2

varchar(255)

signed

 

YES

NULL

 

Description of the event displayed in console

world_Game event tc2

tinyint(3)

unsigned

 

NO

0

 

0 if normal event, 1 if world event

...