Spell target position

Материал из YTDB DataBase

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `spell_teleport` table'''</big> This table holds coordinate i…»)
Строка 2: Строка 2:
| __TOC__
| __TOC__
|}
|}
-
Back to [[mangosdb_struct|world database]] list of tables.
+
К описанию таблиц [[mangosdb_struct|базы данных mangos]].
-
<big>'''The `spell_teleport` table'''</big>
+
<big>'''Таблица`spell_teleport`'''</big>
-
This table holds coordinate information on where the player should be teleported to when a spell with effect SPELL_EFFECT_TELEPORT_UNITS.
+
Эта таблица содержит информацию о координатах, куда игрок должен быть телепортирован при использовании заклинаний с эффектом SPELL_EFFECT_TELEPORT_UNITS.
-
<big>'''Structure'''</big>
+
<big>'''Структура'''</big>
{| border="1"
{| border="1"
|'''Field'''
|'''Field'''
Строка 63: Строка 63:
-
<big>'''Description of the fields'''</big>
+
<big>'''Описание таблиц'''</big>
====id====
====id====
-
The spell ID. See Spell.dbc
+
Номер (id) заклинания. Смотрите в Spell.dbc.
====target_map====
====target_map====
-
Map where the player should be teleported to. (See [[Maps.dbc]])
+
Карта, на которую игрок будет телепортирован. (See [[Maps.dbc]])
====target_position_x====
====target_position_x====
-
X coordinate for the target destination of the spell.
+
Координата X для назначения цели заклинания.
====target_position_y====
====target_position_y====
-
Y coordinate for the target destination of the spell.
+
Координата Y для назначения цели заклинания.
====target_position_z====
====target_position_z====
-
Z coordinate for the target destination of the spell.
+
Координата Z для назначения цели заклинания.
====target_orientation====
====target_orientation====
-
Orientation the player will get when appearing at this location
+
Поворот игрока при появлении на конечной локации.

Версия 08:08, 7 марта 2010

Содержание

К описанию таблиц базы данных mangos.


Таблица`spell_teleport`

Эта таблица содержит информацию о координатах, куда игрок должен быть телепортирован при использовании заклинаний с эффектом SPELL_EFFECT_TELEPORT_UNITS.


Структура

Field Type Null Key Default Extra
id int(11) unsigned NO PRI 0
target_map int(11) unsigned NO 0
target_position_x float NO 0
target_position_y float NO 0
target_position_z float NO 0
target_orientation float NO 0


Описание таблиц

id

Номер (id) заклинания. Смотрите в Spell.dbc.

target_map

Карта, на которую игрок будет телепортирован. (See Maps.dbc)

target_position_x

Координата X для назначения цели заклинания.

target_position_y

Координата Y для назначения цели заклинания.

target_position_z

Координата Z для назначения цели заклинания.

target_orientation

Поворот игрока при появлении на конечной локации.

Личные инструменты