目录

creature_text_locale 表


<-返回:World 数据库

This table is used to provide to localized clients with localized string for creatures texts.

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
CreatureIDMEDIUMINTUNSIGNEDPRINO0
GroupIDTINYINTUNSIGNEDPRINO0
IDTINYINTUNSIGNEDPRINO0
LocaleVARCHAR(4) PRINO
TextTEXT YESNULL

字段说明


CreatureID

This is the creature_template.entry to which the script is linked to.

GroupID

If there is more than one of the same entry (more than one text the creature says), this column is used to choose if it is a random say or an ordered list. If a creature has got more than one say text to be shown in a given order, it must be incremented for each new matching entry (ex. 0, 1, 2, 3…). If there is only one entry or only one group, this value should be 0. If there are multiple groups of texts, this value stays the same within the group while the id increments within the same group.

ID

Entry for each group of texts. This is the unique identifier when entry (creature) is the same and groupid is unchanged, it must be incremented (ex. 0, 1, 2, 3…). A creature say will be randomly selected from this list based on the groupid it belongs to.

Locale

It is the language in which you want to make the translation. You can choose from the following:

IDLanguage
1koKR
2frFR
3deDE
4zhCN
5zhTW
6esES
7esMX
8ruRU

Text

The translated text the creature will say.