Creature model info

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

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `creature_model_info` table'''</big> This table contains all …»)
Строка 7: Строка 7:
<big>'''The `creature_model_info` table'''</big>
<big>'''The `creature_model_info` table'''</big>
-
This table contains all models of mobs, their gender and other information that are model related. This means that when a creature uses another model, this information will change as well.
+
Эта таблица содержит все модели мобов, их пол и другую информацию, связанную с моделями. Это означает, что, когда существо использует другую модель, эта информация также должна меняться.
Строка 58: Строка 58:
<big>'''Description of the fields'''</big>
<big>'''Description of the fields'''</big>
====modelid====
====modelid====
-
Display ID from CreatureDisplayInfo.dbc
+
Display ID. Идентификатор модели существа, отображаемой в мире. См.  [[CreatureDisplayInfo.dbc]]
====bounding_radius====
====bounding_radius====
-
This is the distance the creature stands from the player to attack him while in melee.
+
Расстояние, на котором существо остановится перед игроком чтобы атаковать его в ближнем бою.
====combat_reach====
====combat_reach====
-
This is the maximum distance the creature can reach the player in ranged attack.
+
Расстояние, на котором существо остановится перед игроком чтобы атаковать его в дальнем бою.
====gender====
====gender====
-
Gender of the creature
+
Пол существа
-
* 0: Male
+
0: Мужской
-
* 1: Female
+
1: Женский
-
* 2: None
+
2: Нет
====modelid_other_gender====
====modelid_other_gender====
Point to [[Creature_model_info#modelid|Creature_model_info.modelid]].
Point to [[Creature_model_info#modelid|Creature_model_info.modelid]].
When the entry is gender male (0) or female (1), this value can point to the display id of the other gender.
When the entry is gender male (0) or female (1), this value can point to the display id of the other gender.

Версия 08:19, 17 февраля 2010

Содержание

Back to world database list of tables.


The `creature_model_info` table

Эта таблица содержит все модели мобов, их пол и другую информацию, связанную с моделями. Это означает, что, когда существо использует другую модель, эта информация также должна меняться.


Structure

Field Type Null Key Default Extra
modelid mediumint(8) unsigned NO PRI 0
bounding_radius float NO 0
combat_reach float NO 0
gender tinyint(3) unsigned NO 2
modelid_other_gender mediumint(8) unsigned NO 0


Description of the fields

modelid

Display ID. Идентификатор модели существа, отображаемой в мире. См. CreatureDisplayInfo.dbc

bounding_radius

Расстояние, на котором существо остановится перед игроком чтобы атаковать его в ближнем бою.

combat_reach

Расстояние, на котором существо остановится перед игроком чтобы атаковать его в дальнем бою.

gender

Пол существа 0: Мужской 1: Женский 2: Нет

modelid_other_gender

Point to Creature_model_info.modelid. When the entry is gender male (0) or female (1), this value can point to the display id of the other gender.

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