目录

character_reputation 表


<-返回:Characters 数据库

This table holds the reputation information for each character.

表结构

FieldTypeAttributesKeyNullDefaultextraComment
guidINTUNSIGNEDPRINO0 Global Unique Identifier
factionSMALLINTUNSIGNEDPRINO0
standingINTSIGNED NO0
flagsSMALLINTUNSIGNED NO0

字段说明


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.

FlagNameComments
1FACTION_FLAG_VISIBLEDisplayed in the reputation tab
2FACTION_FLAG_AT_WARActive when the player sets the at war checkbox
4FACTION_FLAG_HIDDENHidden faction from reputation pane in client
8FACTION_FLAG_INVISIBLE_FORCEDAlways overwrites FACTION_FLAG_VISIBLE and hide faction in rep.list
16FACTION_FLAG_PEACE_FORCEDAlways overwrites FACTION_FLAG_AT_WAR
32FACTION_FLAG_INACTIVE
64FACTION_FLAG_RIVALFlag for the two competing outland factions
128FACTION_FLAG_SPECIALHorde and alliance home cities and their northrend allies have this flag