“reputation_reward_rate” table¶
The reputation_reward_rate
table holds multipliers for reputation
awarded to specific factions.
Table structure¶
Field | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|
faction | mediumint(8) unsigned | NO | PRI | 0 | |
quest_rate | float | NO | 1 | ||
creature_rate | float | NO | 1 | ||
spell_rate | float | NO | 1 |
Fields¶
faction¶
A faction for which reputation is awarded. The value has to match with a faction identifier defined in Faction.dbc.
quest_rate¶
The rate for reputation gain from quests.
creature_rate¶
The rate for reputation gain from creatures.
spell_rate¶
The rate for reputation gain from spells.