Game tele

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

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `game_tele` table'''</big> This table contains a list of tele…»)
 
(2 промежуточные версии не показаны)
Строка 2: Строка 2:
| __TOC__
| __TOC__
|}
|}
-
Back to [[mangosdb_struct|world database]] list of tables.
+
[[Category: Mangos world database tables]]
 +
К описанию таблиц [[mangosdb_struct|базы данных mangos]].
-
<big>'''The `game_tele` table'''</big>
+
<big>'''Таблица `game_tele`'''</big>
This table contains a list of teleport locations that can be used with the .tele command in-game. Entries in this table can be added/deleted manually or with the .addtele/.deltele commands.
This table contains a list of teleport locations that can be used with the .tele command in-game. Entries in this table can be added/deleted manually or with the .addtele/.deltele commands.
-
<big>'''Structure'''</big>
+
<big>'''Структура'''</big>
{| border="1"
{| border="1"
|'''Field'''
|'''Field'''
Строка 70: Строка 71:
-
<big>'''Description of the fields'''</big>
+
<big>'''Описание полей'''</big>
====id====
====id====
The ID of the teleport location. This number is unique to every location added.
The ID of the teleport location. This number is unique to every location added.

Текущая версия на 17:20, 10 декабря 2010

Содержание

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


Таблица `game_tele`

This table contains a list of teleport locations that can be used with the .tele command in-game. Entries in this table can be added/deleted manually or with the .addtele/.deltele commands.


Структура

Field Type Null Key Default Extra
id int(10) unsigned NO PRI None auto_increment
position_x float NO 0
position_y float NO 0
position_z float NO 0
orientation float NO 0
map int(10) unsigned NO 0
name varchar(100) NO


Описание полей

id

The ID of the teleport location. This number is unique to every location added.

position_x

The X position where the location exists.

position_y

The Y position where the location exists.

position_z

The Z position where the location exists.

orientation

The orientation to face after teleport. (North = 0, South = 3.14159)

map

The map ID of the location. See Maps.dbc

name

The name given to the location. The name must not have a space as this will be read in from the .tele command.

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