跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
数据库:world数据库:quest_template_locale
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== quest_template_locale 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] This table is used to provide to localized clients with localized string for quest templates. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#ID|ID]]|MEDIUMINT|UNSIGNED|PRI|NO|0| | | |[[#locale|locale]]|VARCHAR(4)| |PRI|NO| | | | |[[#Title|Title]]|text| | |YES| | | | |[[#Details|Details]]|text| | |YES| | | | |[[#Objectives|Objectives]]|text| | |YES| | | | |[[#EndText|EndText]]|text| | |YES| | | | |[[#CompletedText|CompletedText]]|text| | |YES| | | | |[[#ObjectiveText1|ObjectiveText1]]|text| | |YES| | | | |[[#ObjectiveText2|ObjectiveText2]]|text| | |YES| | | | |[[#ObjectiveText3|ObjectiveText3]]|text| | |YES| | | | |[[#ObjectiveText4|ObjectiveText4]]|text| | |YES| | | | |[[#VerifiedBuild|VerifiedBuild]]|SMALLINT| | |YES|0| | | ===== 字段说明 ===== ---- ==== ID ==== This is the ID of the quest to be translated. ==== locale ==== ID Language 0 enUS 1 koKR 2 frFR 3 deDE 4 zhCN 5 zhTW 6 esES 7 esMX 8 ruRU ==== Title ==== The title of the quest in the respective language. ==== Details ==== Detail of the quest. ==== Objectives ==== This is the text that is displayed when it is completed. ==== EndText ==== This is the text that is displayed until the quest is completed. ==== ObjectiveText1 ==== This is objective 1 of the search. In other words, it is the text that accompanies the counters. ==== ObjectiveText2 ==== This is objective 2 of the search. In other words, it is the text that accompanies the counters. ==== ObjectiveText3 ==== This is objective 3 of the search. In other words, it is the text that accompanies the counters. ==== ObjectiveText4 ==== This is objective 4 of the search. In other words, it is the text that accompanies the counters. ==== VerifiedBuild ==== ==== Example ==== <code>DELETE FROM `quest_template_locale` WHERE `ID`=62 AND `locale`="esES"; INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES (62, "esES", "La Mina Abisal", "¡La mina de Villanorte no es la única que tiene problemas! Según mis informes, la Mina Abisal de Elwynn también ha sido ocupada por los kóbolds.$B$BExplora la mina y comprueba la veracidad de mis informes. Luego vuelve aquí. La mina está hacia el sur de Villadorada, entre La Granja Pedregosa y la granja Maclure.", "Explora la Mina Abisal y vuelve junto al alguacil Dughan a Villadorada.", "Explora la Mina Abisal", "Vuelve con: Alguacil Dughan. Zona: Villadorada, Bosque de Elwynn.", "", "", "", "", 18019);</code>
数据库/world数据库/quest_template_locale.txt
· 最后更改: 2023/10/03 17:15 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部