Item text
Материал из YTDB DataBase
(Различия между версиями)
Neggod (Обсуждение | вклад) (Новая страница: «{| align="right" | __TOC__ |} Back to the characters database list of tables. <big>'''The `item_text` table'''</big> This table is part of…») |
Lightunit (Обсуждение | вклад) (перевел) |
||
Строка 2: | Строка 2: | ||
| __TOC__ | | __TOC__ | ||
|} | |} | ||
- | + | Список таблиц базы [[Charactersdb_struct|characters]] | |
- | <big>''' | + | <big>'''Таблица `item_text`'''</big> |
- | + | Таблица содержит текст писем, которые игроки получают по почте. | |
- | <big>''' | + | <big>'''Структура'''</big> |
{| border="1" | {| border="1" | ||
|'''Field''' | |'''Field''' | ||
Строка 35: | Строка 35: | ||
- | <big>''' | + | <big>'''Описание полей'''</big> |
====id==== | ====id==== | ||
The text entry ID. This number is unique to every text entry in this table. | The text entry ID. This number is unique to every text entry in this table. |
Версия 09:52, 8 апреля 2010
|
Список таблиц базы characters
Таблица `item_text`
Таблица содержит текст писем, которые игроки получают по почте.
Структура
Field | Type | Null | Key | Default | Extra |
id | int(11) | NO | PRI | 0 | |
text | longtext | YES | None |
Описание полей
id
The text entry ID. This number is unique to every text entry in this table.
text
The actual text that was sent as mail using the mail system. There are some special messages that are sent through the mail and therefore use this table but have a special format to them:
- Auction won (sent to bidder): "<owner's GUID as hex>:<winning bid in copper>:<buyout price in copper>"
- Auction successful (sent to owner): "<bidder's GUID as hex>:<winning bid in copper>:0:<deposit in copper>:<auction cut in copper>"
(c)udbwiki