Item text
Материал из YTDB DataBase
(Различия между версиями)
Lightunit (Обсуждение | вклад) (перевел) |
Lightunit (Обсуждение | вклад) (→id: перевел) |
||
Строка 37: | Строка 37: | ||
<big>'''Описание полей'''</big> | <big>'''Описание полей'''</big> | ||
====id==== | ====id==== | ||
- | + | Номер текста. Должен быть уникальным. | |
+ | |||
====text==== | ====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: | 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: |
Версия 09:53, 8 апреля 2010
|
Список таблиц базы characters
Таблица `item_text`
Таблица содержит текст писем, которые игроки получают по почте.
Структура
Field | Type | Null | Key | Default | Extra |
id | int(11) | NO | PRI | 0 | |
text | longtext | YES | None |
Описание полей
id
Номер текста. Должен быть уникальным.
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