Creature ai texts

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

(Различия между версиями)
Перейти к: навигация, поиск
(content_loc)
Строка 20: Строка 20:
|-
|-
|[[#entry|entry]]
|[[#entry|entry]]
-
|int(11)
+
|mediumint(8)
-
|signed
+
|
|NO
|NO
|0
|0
Строка 29: Строка 29:
|text
|text
|
|
-
|YES
+
|
-
|NULL
+
|
|Default Locale Text
|Default Locale Text
|-
|-
Строка 36: Строка 36:
|text
|text
|
|
-
|YES
+
|
-
|NULL
+
|
|Locale 1 Text
|Locale 1 Text
|-
|-
Строка 43: Строка 43:
|text
|text
|
|
-
|YES
+
|
-
|NULL
+
|
|Locale 2 Text
|Locale 2 Text
|-
|-
Строка 50: Строка 50:
|text
|text
|
|
-
|YES
+
|
-
|NULL
+
|
|Locale 3 Text
|Locale 3 Text
|-
|-
Строка 57: Строка 57:
|text
|text
|
|
-
|YES
+
|
-
|NULL
+
|
|Locale 4 Text
|Locale 4 Text
|-
|-
Строка 64: Строка 64:
|text
|text
|
|
-
|YES
+
|
-
|NULL
+
|
|Locale 5 Text
|Locale 5 Text
|-
|-
Строка 71: Строка 71:
|text
|text
|
|
-
|YES
+
|
-
|NULL
+
|
|Locale 6 Text
|Locale 6 Text
|-
|-
Строка 78: Строка 78:
|text
|text
|
|
-
|YES
+
|
-
|NULL
+
|
|Locale 7 Text
|Locale 7 Text
|-
|-
Строка 85: Строка 85:
|text
|text
|
|
-
|YES
+
|
-
|NULL
+
|
|Locale 8 Text
|Locale 8 Text
|-
|-
Строка 120: Строка 120:
|text
|text
|
|
-
|YES
+
|
-
|NULL
+
|
|Comment
|Comment
|}
|}

Версия 16:28, 5 сентября 2010

Содержание

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


Таблица `eventai_texts`

This table holds all the texts used within the eventai (ACID) scripts. This table handles the actual text, display type (say/yell/emote) and corresponding sounds or emote (if any).


Структура

Field Type Attributes Null Default Comments
entry mediumint(8) NO 0 Text Entry
content_default text Default Locale Text
content_loc1 text Locale 1 Text
content_loc2 text Locale 2 Text
content_loc3 text Locale 3 Text
content_loc4 text Locale 4 Text
content_loc5 text Locale 5 Text
content_loc6 text Locale 6 Text
content_loc7 text Locale 7 Text
content_loc8 text Locale 8 Text
sound int(11) unsigned NO 0 Sound Id
type int(11) unsigned NO 0 Text Type
language int(11) unsigned NO 0 Text Language
emote int(11) unsigned NO 0 Emote Id
comment text Comment


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

entry

This is the entry of the text. It corresponds to a script using Action 1 (ACTION_T_SAY) in the eventai_scripts table. This number is always negative.

content_default

This is the actual text presented in the default language (English).

content_loc

Перевод текста под локализацию X. См. localization languages.

sound

This is the sound Id that will play with along with the corresponding text. All sounds are from sounds.dbc.

type

This is the method the text is displayed.

Value Type
0 Say
1 Yell
2 Text Emote
3 Boss Emote
4 Whisper
5 Boss Whisper

language

This is the in-game language of the text. Languages are from Languages.dbc.

emote

This is the emote that the creature performs along with the corresponding text.

comment

This field allows you to label a text entry.

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