Game event creature data

Материал из YTDB DataBase

(Различия между версиями)
Перейти к: навигация, поиск
Строка 21: Строка 21:
|-
|-
|[[#guid|guid]]
|[[#guid|guid]]
-
|int(11)
+
|int(10)
|unsigned
|unsigned
|NO
|NO
|PRI
|PRI
|
|
-
|
+
|0
|-
|-
|[[#modelid|modelid]]
|[[#modelid|modelid]]
-
|int(11)
+
|mediumint(8)
|unsigned
|unsigned
|NO
|NO
Строка 37: Строка 37:
|-
|-
|[[#equipment_id|equipment_id]]
|[[#equipment_id|equipment_id]]
-
|int(11)
+
|mediumint(8)
|unsigned
|unsigned
|NO
|NO
Строка 45: Строка 45:
|-
|-
|[[#event|event]]
|[[#event|event]]
-
|mediumint(9)
+
|smallint(5)
|unsigned
|unsigned
|NO
|NO

Версия 15:53, 17 августа 2010

Содержание

К описанию таблиц базы данных mangos.


Таблица `game_event_model_equip`

Contains all creature instances that need to change display id and/or equipment during defined game events.


Структура

Field Type Attributes Null Key Default Extra
guid int(10) unsigned NO PRI 0
modelid mediumint(8) unsigned NO 0
equipment_id mediumint(8) unsigned NO 0
event smallint(5) unsigned NO 0


Описание полей

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.

event

Entry of the event (game_event.entry)

  • In this table, event entry can only be positive
Личные инструменты