|
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 'creature_onkill_reputation' table for MaNGOSTwo
This table controls the reputation given by creatures when killed by other players.
Table Notes
This table uses the 'InnoDB' DB Engine
The Field definitions follow:
| Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
|---|---|---|---|---|---|---|
| creature_id | mediumint(8) unsigned | NO | PRI | '0' | The template ID of the creature [See creature_template.entry]. | |
| RewOnKillRepFaction1 | smallint(6) | NO | '0' | The faction ID of the faction that the player will gain or lose points in. | ||
| RewOnKillRepFaction2 | smallint(6) | NO | '0' | The faction ID of the faction that the player will gain or lose points in. | ||
| MaxStanding1 | tinyint(4) | NO | '0' | The maximum standing that the creature will award reputation until. | ||
| IsTeamAward1 | tinyint(4) | NO | '0' | controls if the player receives the reputation | ||
| RewOnKillRepValue1 | mediumint(9) | NO | '0' | The reputation value that the player gains (or loses if it&s negative). | ||
| MaxStanding2 | tinyint(4) | NO | '0' | The maximum standing that the creature will award reputation until. | ||
| IsTeamAward2 | tinyint(4) | NO | '0' | controls if the player receives the reputation | ||
| RewOnKillRepValue2 | mediumint(9) | NO | '0' | The reputation value that the player gains (or loses if it&s negative). | ||
| TeamDependent | tinyint(3) unsigned | NO | '0' | Gender |
Description of the fields
creature_id mediumint(8) unsigned
The template ID of the creature [See creature_template.entry].
RewOnKillRepFaction1 smallint(6)
The faction ID of the faction that the player will gain or lose points in [See Faction.dbc]
RewOnKillRepFaction2 smallint(6)
The faction ID of the faction that the player will gain or lose points in [See Faction.dbc].
MaxStanding1 tinyint(4)
The maximum standing that the creature will award reputation until. If the player achieves standing higher than this, the creature will not award any reputation.
| Value | Gender |
|---|---|
| 0 | Hated |
| 1 | Hostile |
| 2 | Unfriendly |
| 3 | Neutral |
| 4 | Friendly |
| 5 | Honored |
| 6 | Revered |
| 7 | Exalted |
IsTeamAward1 tinyint(4)
| Value | Gender |
|---|---|
| 0 | Player receives reputation only for the faction. |
| 1 | Player receives reputation both for the faction and the faction's team. |
RewOnKillRepValue1 mediumint(9)
The reputation value that the player gains (or loses if it&s negative) by killing the creature.
MaxStanding2 tinyint(4)
The maximum standing that the creature will award reputation until. If the player achieves standing higher than this, the creature will not award any reputation.
| Value | Gender |
|---|---|
| 0 | Hated |
| 1 | Hostile |
| 2 | Unfriendly |
| 3 | Neutral |
| 4 | Friendly |
| 5 | Honored |
| 6 | Revered |
| 7 | Exalted |
IsTeamAward2 tinyint(4)
| Value | Gender |
|---|---|
| 0 | Player receives reputation only for the faction. |
| 1 | Player receives reputation both for the faction and the faction's team. |
RewOnKillRepValue2 mediumint(9)
The reputation value that the player gains (or loses if it&s negative) by killing the creature.
TeamDependent tinyint(3) unsigned
| Value | Gender |
|---|---|
| 0 | The creature will give reputation to the any player from both fields (RewOnKillRepFaction1 and RewOnKillRepFaction2) if both fields are non-zero. |
| 1 | The creature will award alliance players the reputation from RewOnKillRepFaction1 and will award horde players the reputation from RewOnKillRepFaction2. |
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