Diferencia entre revisiones de «Spell target position»
Ir a la navegación
Ir a la búsqueda
(Página creada con «<strong><big>La tabla `spell_target_position`</big></strong> ''Esta tabla contiene las coordenadas de los lugares a los que serán teletransportados los jugadores con un hechizo con tipo de objetivo: TARGET_DST_DB(17).''<br><br> [[]] == Estructura == {| class="wikitable" ! Field !! Type !! Attributes !! KEY !! NULL !! Default !! Extra !! Comment |- |id||mediumint(8)||unsigned||PRI||NO||0||||Identifier |- |target_map||smallint(5)||unsigned||||NO||0|||| |- |target_…») |
(Sin diferencias)
|
Revisión actual - 12:44 2 jun 2025
La tabla `spell_target_position`
Esta tabla contiene las coordenadas de los lugares a los que serán teletransportados los jugadores con un hechizo con tipo de objetivo: TARGET_DST_DB(17).
[[]]
Estructura
Field | Type | Attributes | KEY | NULL | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
id | mediumint(8) | unsigned | PRI | NO | 0 | Identifier | |
target_map | smallint(5) | unsigned | NO | 0 | |||
target_position_x | float | signed | NO | 0 | |||
target_position_y | float | signed | NO | 0 | |||
target_position_z | float | signed | NO | 0 | |||
target_orientation | float | signed | NO | 0 |
Descripción de los campos
id
ID del hechizo.
target_map
ID del mapa donde se teletransportará. Ver Maps.dbc.
target_position_x
Coordenada X donde se teletransportará.
target_position_y
Coordenada Y donde se teletransportará.
target_position_z
Coordenada Z donde se teletransportará.
target_orientation
Orientación con la que aparecerá al ser teletransportado. (Norte = 0.0; Sur = PI (3.14159)).