From a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:24:20 +0100 Subject: Import DB wiki from TC 335 --- docs/game_event_creature.md | 71 +++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 66 insertions(+), 5 deletions(-) (limited to 'docs/game_event_creature.md') diff --git a/docs/game_event_creature.md b/docs/game_event_creature.md index e4a9ce3..1e97a75 100644 --- a/docs/game_event_creature.md +++ b/docs/game_event_creature.md @@ -1,6 +1,67 @@ -[Database Structure](Database-Structure) > [World-Database](World-Database) > [game_event_creature](game_event_creature) +# game\_event\_creature -Column | Type | Description ---- | --- | --- -EventEntry | tinyint(4) | -Guid | int(10) unsigned | +`Back-to:World` + +**The \`game\_event\_creature\` table** + +Contains all creature instances that have to be spawned/unspawned during defined game events. + +**Structure** + + ++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field

Type

Attributes

Key

Null

Default

Extra

Comment

eventEntry

tinyint(3)

signed

 

NO

 

 

Entry of the game event. Put negative entry to remove during event.

guid

int(10)

unsigned

PRI

NO

 

Unique

 

+ +**Description of the fields** + +### eventEntry + +Entry of the event (game\_event.entry) + +**Use**+\*entry to have the creature added during the event +**Use**-\*entry to have it removed during the event + +### guid + +Guid of the creature participating in the event (creature.guid) -- cgit