AzerothCore
Pages :

spell_target_position

<-Volver a: World

Tabla `spell_target_position`

Esta tabla contiene la informaci贸n de coordenadas de a d贸nde debe teletransportarse el jugador cuando un hechizo tiene el tipo de objetivo: TARGET_DST_DB(17).

Estructura

Field Type Attributes Key Null Default Extra Comment
id MEDIUMINT UNSIGNED PRI NO 0 Identifier
target_map SMALLINT 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

El ID del hechizo. Ver Spell.dbc

target_map

Mapa al que debe teletransportarse el jugador. Ver Map.dbc.

target_position_x

Coordenada X del destino objetivo del hechizo.

target_position_y

Coordenada Y del destino objetivo del hechizo.

target_position_z

Coordenada Z del destino objetivo del hechizo.

target_orientation

Orientaci贸n que tendr谩 el jugador al aparecer en esta ubicaci贸n