Dbscript string
Материал из YTDB DataBase
(Различия между версиями)
KiriX (Обсуждение | вклад) (Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `db_script_string` table'''</big> Holds texts for scripts. <…») |
Lightunit (Обсуждение | вклад) (Перевел) |
||
Строка 2: | Строка 2: | ||
| __TOC__ | | __TOC__ | ||
|} | |} | ||
- | + | Назад к списку таблиц [[mangosdb_struct|world database]]. | |
- | <big>''' | + | <big>'''Таблица `db_script_string`'''</big> |
- | + | Содержит текст для скриптов. | |
- | <big>''' | + | <big>'''Структура'''</big> |
{| border=1 cellpadding=3 cellspacing=0 | {| border=1 cellpadding=3 cellspacing=0 | ||
|'''Field''' | |'''Field''' | ||
Строка 89: | Строка 89: | ||
- | <big>''' | + | <big>'''Описание полей'''</big> |
====entry==== | ====entry==== | ||
The ID to identify the text. Referenced by [[event_scripts#dataint|event_scripts]], [[gameobject_scripts#dataint|gameobject_scripts]], [[quest_start_scripts#dataint|quest_start_scripts]], [[quest_end_scripts#dataint|quest_end_scripts]], [[spell_scripts#dataint|spell_scripts]] and [[creature_movement#text|creature_movement]]. | The ID to identify the text. Referenced by [[event_scripts#dataint|event_scripts]], [[gameobject_scripts#dataint|gameobject_scripts]], [[quest_start_scripts#dataint|quest_start_scripts]], [[quest_end_scripts#dataint|quest_end_scripts]], [[spell_scripts#dataint|spell_scripts]] and [[creature_movement#text|creature_movement]]. |
Версия 07:41, 23 февраля 2010
|
Назад к списку таблиц world database.
Таблица `db_script_string`
Содержит текст для скриптов.
Структура
Field | Type | Null | Key | Default | Extra |
entry | int(11) unsigned | NO | PRI | 0 | |
content_default | text | NO | |||
content_loc1 | text | YES | NULL | ||
content_loc2 | text | YES | NULL | ||
content_loc3 | text | YES | NULL | ||
content_loc4 | text | YES | NULL | ||
content_loc5 | text | YES | NULL | ||
content_loc6 | text | YES | NULL | ||
content_loc7 | text | YES | NULL | ||
content_loc8 | text | YES | NULL |
Описание полей
entry
The ID to identify the text. Referenced by event_scripts, gameobject_scripts, quest_start_scripts, quest_end_scripts, spell_scripts and creature_movement.
Entries must be between 2000000000 and 2000010000.
content_default
The text for default language. UDB provides english, see e.g. GMDB[1] for german support.
content_loc
The translation in another language depending on the locale ID of that language.
locale ID | language |
1 | Korean (koKR) |
2 | French (frFR) |
3 | German (deDE) |
4 | Chinese (zhCN) |
5 | Taiwan (zhTW) |
6 | Spanish (esES) / Mexico (esMX) |
7 | Russian (ruRU) |