Db_script_string_(2.4.3) - Schmoozerd/mangos-wotlk GitHub Wiki
Back to world database list of tables.
Holds all texts used for DB Scripts (2.4.3).
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 |
The ID to identify the text. Referenced by event_scripts (2.4.3)#dataint, gameobject_scripts (2.4.3)#dataint, quest_start_scripts (2.4.3)#dataint, quest_end_scripts (2.4.3)#dataint, spell_scripts (2.4.3)#dataint and creature_movement (2.4.3)#text.
Entries must be between 2000000000 and 2000010000.
The text for default language. TBC-DB only provides English Texts.
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) |