Creature linking template

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

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «{| align="right" | __TOC__ |} Category: Mangos world database tables К описанию таблиц базы данных mangos. <big>''…»)
Строка 23: Строка 23:
|unsigned
|unsigned
|NO
|NO
 +
|PRI
|
|
-
|
+
|creature_template.entry of the slave mob that is linked
-
|
+
|-
|-
|[[#map|map]]
|[[#map|map]]
Строка 31: Строка 31:
|unsigned
|unsigned
|NO
|NO
-
|
+
|PRI
|
|
|Id of map of the mobs
|Id of map of the mobs
|-
|-
-
|[[#required_item|required_item2]]
+
|[[#master_entry|master_entry]]
-
|mediumint(8)
+
|int(10)
|unsigned
|unsigned
|NO
|NO
|
|
-
|0
 
|
|
 +
|master to trigger events
|-
|-
-
|[[#heroic_key|heroic_key]]
+
|[[#flag|flag]]
|mediumint(8)
|mediumint(8)
|unsigned
|unsigned
|NO
|NO
|
|
-
|0
 
-
|
 
-
|-
 
-
|[[#heroic_key|heroic_key2]]
 
-
|mediumint(8)
 
-
|unsigned
 
-
|NO
 
-
|
 
-
|0
 
-
|
 
-
|-
 
-
|[[#required_quest_done|required_quest_done]]
 
-
|int(11)
 
-
|unsigned
 
-
|NO
 
-
|
 
-
|0
 
-
|
 
-
|-
 
-
|[[#required_quest_done_heroic|required_quest_done_heroic]]
 
-
|int(11)
 
-
|unsigned
 
-
|NO
 
-
|
 
-
|0
 
-
|
 
-
|-
 
-
|[[#required_failed_text|required_failed_text]]
 
-
|text
 
-
|
 
-
|
 
-
|
 
-
|
 
-
|
 
-
|-
 
-
|[[#target_map|target_map]]
 
-
|smallint(5)
 
-
|unsigned
 
-
|NO
 
-
|
 
-
|0
 
-
|
 
-
|-
 
-
|[[#target_position_x|target_position_x]]
 
-
|float
 
-
|
 
-
|NO
 
-
|
 
-
|0
 
-
|
 
-
|-
 
-
|[[#target_position_y|target_position_y]]
 
-
|float
 
-
|
 
-
|NO
 
-
|
 
-
|0
 
-
|
 
-
|-
 
-
|[[#target_position_z|target_position_z]]
 
-
|float
 
-
|
 
-
|NO
 
-
|
 
-
|0
 
-
|
 
-
|-
 
-
|[[#target_orientation|target_orientation]]
 
-
|float
 
-
|
 
-
|NO
 
-
|
 
-
|0
 
|
|
 +
|flag - describing what should happen when
|}
|}

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

Содержание

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


Таблица `creature_linking_template`


Структура

Field Type Attributes Null Key Default Comments
entry int(10) unsigned NO PRI 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

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

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