Creature linking template

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

(Различия между версиями)
Перейти к: навигация, поиск
Строка 17: Строка 17:
|'''Key'''
|'''Key'''
|'''Default'''
|'''Default'''
 +
|'''Extra'''
|'''Comments'''
|'''Comments'''
|-
|-
Строка 25: Строка 26:
|PRI
|PRI
|
|
 +
|auto_increment
|creature_template.entry of the slave mob that is linked
|creature_template.entry of the slave mob that is linked
|-
|-
Строка 32: Строка 34:
|NO
|NO
|PRI
|PRI
 +
|
|
|
|Id of map of the mobs
|Id of map of the mobs
Строка 39: Строка 42:
|unsigned
|unsigned
|NO
|NO
 +
|
|
|
|
|
Строка 47: Строка 51:
|unsigned
|unsigned
|NO
|NO
 +
|
|
|
|
|

Версия 13:49, 16 октября 2011

Содержание

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


Таблица `creature_linking_template`


Структура

Field Type Attributes Null Key Default Extra Comments
entry int(10) unsigned NO PRI auto_increment creature_template.entry of the slave mob that is linked
map mediumint(8) unsigned NO PRI Id of map of the mobs
master_entry int(10) unsigned NO master to trigger events
flag mediumint(8) unsigned NO flag - describing what should happen when

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

entry

Идентификатор существа(подчиненное), которое участвует в действии. См. creature_template.entry.

map

Идентификатор карты, на которой происходит действие. См. Maps.dbc.

master_entry

Идентификатор существа(главное), которое начинает действие. См. creature_template.entry.

flag

Значение флага действия.

Личные инструменты