reputation_spillover_template - Schmoozerd/mangos-wotlk GitHub Wiki
Back to world database list of tables.
This table holds infos about menu options a gossip NPC can have. Examples of options : "Train me!", "I want to unlearn my talents", …
| Field | Type | Attributes | Key | Null | Default |
| faction | smallint(6) | unsigned | PRI | NO | 0 |
| faction1 | smallint(6) | unsigned | NO | 0 | |
| rate_1 | float(0) | signed | NO | 0 | |
| rank_1 | tinyint(3) | unsigned | NO | 0 | |
| faction2 | smallint(6) | unsigned | NO | 0 | |
| rate_2 | float(0) | signed | NO | 0 | |
| rank_2 | tinyint(3) | unsigned | NO | 0 | |
| faction3 | smallint(6) | unsigned | NO | 0 | |
| rate_3 | float(0) | signed | NO | 0 | |
| rank_3 | tinyint(3) | unsigned | NO | 0 |
| Value | Rank |
|---|---|
| 0 | Hated |
| 1 | Hostil |
| 2 | Unfriendly |
| 3 | Neutral |
| 4 | Friendly |
| 5 | Honored |
| 6 | Revered |
| 7 | Exalted |