Diferencia entre revisiones de «Creature onkill reputation»
Ir a la navegación
Ir a la búsqueda
(Página creada con «<strong><big>La tabla `creature_onkill_reputation`</big></strong> ''Esta tabla controla la reputación que se gana al matar criaturas.'' == Estructura == {| class="wikitable" ! Field ! Type ! Attributes ! Key ! Null ! Default ! Extra ! Comment |- | creature_id | mediumint(8) | unsigned | PRI | NO | 0 | | Creature Identifier |- | RewOnKillRepFaction1 | smallint(6) | signed | | NO | 0 | | |- | RewOnKillRepFaction2 | smallint(6) | signed | | NO | 0 | | |- | Max…») |
(Sin diferencias)
|
Revisión del 21:17 14 may 2025
La tabla `creature_onkill_reputation`
Esta tabla controla la reputación que se gana al matar criaturas.
Estructura
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| creature_id | mediumint(8) | unsigned | PRI | NO | 0 | Creature Identifier | |
| RewOnKillRepFaction1 | smallint(6) | signed | NO | 0 | |||
| RewOnKillRepFaction2 | smallint(6) | signed | NO | 0 | |||
| MaxStanding1 | tinyint(4) | signed | NO | 0 | |||
| IsTeamAward1 | tinyint(4) | signed | NO | 0 | |||
| RewOnKillRepValue1 | mediumint(9) | signed | NO | 0 | |||
| MaxStanding2 | tinyint(4) | signed | NO | 0 | |||
| IsTeamAward2 | tinyint(4) | signed | NO | 0 | |||
| IsTeamAward2 | mediumint(9) | signed | NO | 0 | |||
| TeamDependent | tinyint(3) | signed | NO | 0 |
Descripción de los campos ===
creature_id
La ID de la criatura. Ver entry de creature_template.
RewOnKillRepFaction
La ID de la facción con la que el jugador ganará o perderá reputación. Ver Faction.dbc.
MaxStanding
El nivel de reputación máximo que se alcanzará matando a esa criatura. A partir de ahí ya no dará más reputación.
| ID | RANGO |
|---|---|
| 0 | Odiado |
| 1 | Hostil |
| 2 | Adverso |
| 3 | Neutral |
| 4 | Amistoso |
| 5 | Honorable |
| 6 | Venerado |
| 7 | Exaltado |