Game event creature data

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

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `game_event_model_equip` table'''</big> Contains all creature…»)
Строка 2: Строка 2:
| __TOC__
| __TOC__
|}
|}
-
Back to [[mangosdb_struct|world database]] list of tables.
+
К описанию таблиц [[mangosdb_struct|базы данных mangos]].

Версия 12:35, 26 июля 2010

Содержание

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


The `game_event_model_equip` table

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


Structure

Field Type Null Key Default Extra
guid int(11) unsigned NO PRI
modelid int(11) unsigned NO 0
equipment_id int(11) unsigned NO 0
event mediumint(9) 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.

event

Entry of the event (game_event.entry)

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