|
NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'gossip_texts' table for MaNGOSTwo
This table defines textes for gossip menu items, used by native ScriptDev3 C++ scripts.
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
| Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
|---|---|---|---|---|---|---|
| entry | mediumint(8) | NO | PRI | NULL | Menu item ID text, referred by SD2 scripts. | |
| content_default | text | NO | NULL | Contains the text presented in the default language English. | ||
| content_loc1 | text | YES | NULL | Korean localization of content_default. | ||
| content_loc2 | text | YES | NULL | French localization of content_default. | ||
| content_loc3 | text | YES | NULL | German localization of content_default. | ||
| content_loc4 | text | YES | NULL | Chinese localization of content_default. | ||
| content_loc5 | text | YES | NULL | Taiwanese localization of content_default. | ||
| content_loc6 | text | YES | NULL | Spanish (Spain) localization of content_default | ||
| content_loc7 | text | YES | NULL | Spanish (Latin America) localization of content_default | ||
| content_loc8 | text | YES | NULL | Russian localization of content_default | ||
| comment | text | YES | NULL | Textual comment. |
Description of the fields
entry mediumint(8)
ID of the text of a menu item, generated by SD2 scripts.
Numbered starting from -3000000 in arithmetically decreasing order (i.e. to more negative values).
content_default text
Contains the text presented in the default language English. Strings may contain special variables which are replaced with creature or character data. The following table lists available variables.
| Value | Description |
|---|---|
| %s | Creature name |
| $n | Character name |
| $r | Character race |
| $c | Character class |
content_loc1 text
Korean localization of content_default
content_loc2 text
French localization of content_default
content_loc3 text
German localization of content_default
content_loc4 text
Chinese localization of content_default
content_loc5 text
Taiwanese localization of content_default
content_loc6 text
Spanish (Spain) localization of content_default
content_loc7 text
Spanish (Latin America) localization of content_default
content_loc8 text
Russian localization of content_default
comment text
Textual comment, ignored by the core. Usually should contain the named constant by which this text is referred within the C++ sources.
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now