跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
数据库:characters数据库:account_tutorial
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== account_tutorial 表 ====== ---- [[数据库:characters数据库:首页|<-返回:Characters 数据库]] This table is used to store the tutorial state of all the accounts. **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#accountId|accountId]]|INT|UNSIGNED|PRI|NO|0|Unique|Account Identifier| |[[#tut0|tut0]]|INT|UNSIGNED| |NO|0| | | |[[#tut1|tut1]]|INT|UNSIGNED| |NO|0| | | |[[#tut2|tut2]]|INT|UNSIGNED| |NO|0| | | |[[#tut3|tut3]]|INT|UNSIGNED| |NO|0| | | |[[#tut4|tut4]]|INT|UNSIGNED| |NO|0| | | |[[#tut5|tut5]]|INT|UNSIGNED| |NO|0| | | |[[#tut6|tut6]]|INT|UNSIGNED| |NO|0| | | |[[#tut7|tut7]]|INT|UNSIGNED| |NO|0| | | ===== 字段说明 ===== ---- ==== guid ==== Account of the player. See account.id. ==== tut0 ==== field-no-description|2 ==== tut1 ==== field-no-description|3 ==== tut2 ==== field-no-description|4 ==== tut3 ==== field-no-description|5 ==== tut4 ==== field-no-description|6 ==== tut5 ==== field-no-description|7 ==== tut6 ==== field-no-description|8 ==== tut7 ==== 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.
数据库/characters数据库/account_tutorial.txt
· 最后更改: 2023/09/24 09:52 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部