跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
数据库:characters数据库:character_reputation
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== character_reputation 表 ====== ---- [[数据库:characters数据库:首页|<-返回:Characters 数据库]] This table holds the reputation information for each character. **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#guid|guid]]|INT|UNSIGNED|PRI|NO|0| |Global Unique Identifier| |[[#faction|faction]]|SMALLINT|UNSIGNED|PRI|NO|0| | | |[[#standing|standing]]|INT|SIGNED| |NO|0| | | |[[#flags|flags]]|SMALLINT|UNSIGNED| |NO|0| | | ===== 字段说明 ===== ---- ==== guid ==== The character guid. See characters.guid. ==== faction ==== The faction ID that the character has the given reputation in. See Faction.dbc. ==== standing ==== The current reputation value that the character has. ==== flags ==== This field is a bitmask containing flags that apply to the faction and how it's displayed to the character. Just like any flag field, you can combine flags by adding them together. If this field is 0, then it is not shown in the reputation list in-game. ^Flag^Name^Comments^ |1|FACTION_FLAG_VISIBLE|Displayed in the reputation tab| |2|FACTION_FLAG_AT_WAR|Active when the player sets the at war checkbox| |4|FACTION_FLAG_HIDDEN|Hidden faction from reputation pane in client| |8|FACTION_FLAG_INVISIBLE_FORCED|Always overwrites FACTION_FLAG_VISIBLE and hide faction in rep.list| |16|FACTION_FLAG_PEACE_FORCED|Always overwrites FACTION_FLAG_AT_WAR| |32|FACTION_FLAG_INACTIVE| | |64|FACTION_FLAG_RIVAL|Flag for the two competing outland factions| |128|FACTION_FLAG_SPECIAL|Horde and alliance home cities and their northrend allies have this flag|
数据库/characters数据库/character_reputation.txt
· 最后更改: 2023/09/24 11:17 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部