Creature ai texts

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

(Различия между версиями)
Перейти к: навигация, поиск
Строка 23: Строка 23:
|
|
|NO
|NO
-
|0
+
|
-
|Text Entry
+
|
|-
|-
|[[#content_default|content_default]]
|[[#content_default|content_default]]
Строка 31: Строка 31:
|
|
|
|
-
|Default Locale Text
+
|
|-
|-
|[[#content_loc|content_loc1]]
|[[#content_loc|content_loc1]]
Строка 38: Строка 38:
|
|
|
|
-
|Locale 1 Text
+
|
|-
|-
|[[#content_loc|content_loc2]]
|[[#content_loc|content_loc2]]
Строка 45: Строка 45:
|
|
|
|
-
|Locale 2 Text
+
|
|-
|-
|[[#content_loc|content_loc3]]
|[[#content_loc|content_loc3]]
Строка 52: Строка 52:
|
|
|
|
-
|Locale 3 Text
+
|
|-
|-
|[[#content_loc|content_loc4]]
|[[#content_loc|content_loc4]]
Строка 59: Строка 59:
|
|
|
|
-
|Locale 4 Text
+
|
|-
|-
|[[#content_loc|content_loc5]]
|[[#content_loc|content_loc5]]
Строка 66: Строка 66:
|
|
|
|
-
|Locale 5 Text
+
|
|-
|-
|[[#content_loc|content_loc6]]
|[[#content_loc|content_loc6]]
Строка 73: Строка 73:
|
|
|
|
-
|Locale 6 Text
+
|
|-
|-
|[[#content_loc|content_loc7]]
|[[#content_loc|content_loc7]]
Строка 80: Строка 80:
|
|
|
|
-
|Locale 7 Text
+
|
|-
|-
|[[#content_loc|content_loc8]]
|[[#content_loc|content_loc8]]
Строка 87: Строка 87:
|
|
|
|
-
|Locale 8 Text
+
|
|-
|-
|[[#sound|sound]]
|[[#sound|sound]]
Строка 94: Строка 94:
|NO
|NO
|0
|0
-
|Sound Id
+
|
|-
|-
|[[#type|type]]
|[[#type|type]]
Строка 101: Строка 101:
|NO
|NO
|0
|0
-
|Text Type
+
|
|-
|-
|[[#language|language]]
|[[#language|language]]
Строка 108: Строка 108:
|NO
|NO
|0
|0
-
|Text Language
+
|
|-
|-
|[[#emote|emote]]
|[[#emote|emote]]
Строка 115: Строка 115:
|NO
|NO
|0
|0
-
|Emote Id
+
|
|-
|-
|[[#comment|comment]]
|[[#comment|comment]]
Строка 122: Строка 122:
|
|
|
|
-
|Comment
+
|
|}
|}

Версия 16:29, 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
content_default text
content_loc1 text
content_loc2 text
content_loc3 text
content_loc4 text
content_loc5 text
content_loc6 text
content_loc7 text
content_loc8 text
sound int(11) unsigned NO 0
type int(11) unsigned NO 0
language int(11) unsigned NO 0
emote int(11) unsigned NO 0
comment text


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

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.

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