NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'reputation_reward_rate' table for MaNGOSThree
Holds reputation multipliers for specific factions.
Setting a rate to 0 disables reputation gain to the faction by the defined way completely.
NOTE: For the low level kills/quests, the rate values are combined with the config file settings Rate.Reputation.LowLevel.Kill/Quest by multiplying.
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
faction | mediumint(8) unsigned | NO | PRI | '0' | Faction [See Faction.dbc]. | |
quest_rate | float | NO | '1' | Rate for quest reputation. | ||
creature_rate | float | NO | '1' | Rate for creature kill reputation. | ||
spell_rate | float | NO | '1' | Rate for reputation spells. |
Description of the fields
faction mediumint(8) unsigned
Faction [See Faction.dbc] reputation gain to which is modified.
quest_rate float
Rate for the reputation gained from quests.
creature_rate float
Rate for the reputation gained from creature killing.
spell_rate float
Rate for the reputation gained by spells with SPELL_EFFECT_REPUTATION=103.
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now