跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
数据库:world数据库:creature_text_locale
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== creature_text_locale 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] This table is used to provide to localized clients with localized string for creatures texts. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#CreatureID|CreatureID]]|MEDIUMINT|UNSIGNED|PRI|NO|0| | | |[[#GroupID|GroupID]]|TINYINT|UNSIGNED|PRI|NO|0| | | |[[#ID|ID]]|TINYINT|UNSIGNED|PRI|NO|0| | | |[[#Locale|Locale]]|VARCHAR(4)| |PRI|NO| | | | |[[#Text|Text]]|TEXT| | |YES|NULL| | | ===== 字段说明 ===== ---- ==== 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: ^ID^Language^ |1|koKR| |2|frFR| |3|deDE| |4|zhCN| |5|zhTW| |6|esES| |7|esMX| |8|ruRU| ==== Text ==== The translated text the creature will say.
数据库/world数据库/creature_text_locale.txt
· 最后更改: 2023/09/24 18:39 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部