Character tutorial

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

Перейти к: навигация, поиск

Содержание

К описанию таблиц базы данных characters.


Таблица `character_tutorial`

Таблица содержит информацию о всплывающих подсказках в игре для каждого персонажа.


Структура

Field Type Attributes Null Key Default Extra Comments
account bigint(20) unsigned NO PRI auto_increment Account Identifier
tut0 int(11) unsigned NO 0
tut1 int(11) unsigned NO 0
tut2 int(11) unsigned NO 0
tut3 int(11) unsigned NO 0
tut4 int(11) unsigned NO 0
tut5 int(11) unsigned NO 0
tut6 int(11) unsigned NO 0
tut7 int(11) unsigned NO 0


Описание полей

account

Идентификатор аккаунта игрока. Смотри account.id.

tut0-7

These values 32bits flags. So 8 x 32bits values makes 256 bits available to store 256 tutorial messages status.

Each bit means:

  0  -  Not yet shown
  1  -  Shown

This is used to diplay only tutorial messages the character did not see before.

Unselecting the "Show tutorial" option in game, makes all bits to be set, so all tutX columns will contain then 11111111111111111111111111111111 binary = 4294967295 in decimal after this option is changed.

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