Item text

Материал из YTDB DataBase

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «{| align="right" | __TOC__ |} Back to the characters database list of tables. <big>'''The `item_text` table'''</big> This table is part of…»)
(перевел)
Строка 2: Строка 2:
| __TOC__
| __TOC__
|}
|}
-
Back to the [[charactersdb_struct|characters database]] list of tables.
+
Список таблиц базы [[Charactersdb_struct|characters]]
-
<big>'''The `item_text` table'''</big>
+
<big>'''Таблица `item_text`'''</big>
-
This table is part of the mail system and holds the text information of every letter.
+
Таблица содержит текст писем, которые игроки получают по почте.
-
<big>'''Structure'''</big>
+
<big>'''Структура'''</big>
{| border="1"
{| border="1"
|'''Field'''
|'''Field'''
Строка 35: Строка 35:
-
<big>'''Description of the fields'''</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

Личные инструменты