The `reputation_reward_rate` table
Holds reputation multipliers for specific factions.
Table Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
faction | MEDIUMINT | UNSIGNED | PRI | NO | 0 | ||
quest_rate | FLOAT | SIGNED | NO | 1 | |||
creature_rate | FLOAT | SIGNED | NO | 1 | |||
spell_rate | FLOAT | SIGNED | NO | 1 |
Description of the fields
The ID of the faction these rates apply to.
The rate for reputation gain from quests.
The rate for reputation gain from creatures.
The rate for reputation gain from spells.