Versiones comparadas

Clave

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

...

Field

Type

Attributes

Key

Null

Default

Extra

Comment

Game event model equip tc2eventEntry

tinyint(3)

signed

 

NO

0

 

Entry of the game event.

Game event model equip tc2guid

int(10)

unsigned

PRI

NO

0

Unique

 

Game event model equip tc2modelid

mediumint(8)

unsigned

 

NO

0

 

 Game event model equip tc2

equipment_id

mediumint(8)

unsigned

 

NO

0

 

 

Description of the fields

guid

Guid of the creature participating in the event (creature.guid)

modelid

New model to be used while the event is active (Refers to creature_model_info.modelid)
Use 0 if only the equipment is to be changed during event.

equipment_id

New equipment to be used during the event (Refers to creature_equip_template.entry))
Use 0 if only the model is to be changed during event.

eventEntry

Entry of the event (game_event.eventEntry)

...