Game graveyard zone
Материал из YTDB DataBase
(Различия между версиями)
NeatElves (Обсуждение | вклад) |
NeatElves (Обсуждение | вклад) |
||
Строка 5: | Строка 5: | ||
- | <big>''' | + | <big>'''Таблица `game_graveyard_zone`'''</big> |
Contains informations about zones connected to world's graveyards. | Contains informations about zones connected to world's graveyards. | ||
Строка 14: | Строка 14: | ||
- | <big>''' | + | <big>'''Структура'''</big> |
{| border="1" | {| border="1" | ||
|'''Field''' | |'''Field''' | ||
Строка 46: | Строка 46: | ||
- | <big>''' | + | <big>'''Описание полей'''</big> |
====id==== | ====id==== | ||
Версия 18:33, 29 июля 2010
|
К описанию таблиц базы данных mangos.
Таблица `game_graveyard_zone`
Contains informations about zones connected to world's graveyards.
This table set if character die in zone ghost_zone and graveyard with id accept his team (HORDE or ALIANCE or both) and this is nearest graveyard then character's ghost will be teleported to graveyard id.
For a list of all existing graveyard zones and their respective IDs, check out WorldSafeLocs.dbc
Структура
Field | Type | Null | Key | Default | Extra |
id | int(10) unsigned | NO | 0 | ||
ghost_zone | int(10) unsigned | NO | 0 | ||
faction | int(10) unsigned | NO | 0 |
Описание полей
id
Graveyard's ID. See WorldSafeLocs.dbc
ghost_zone
Zone's Id of ghost position before teleportation to graveyard. See AreaTable.dbc
faction
Graveyard's team.
0 - Any team's accepted
469 - ALLIANCE team accepted only
67 - HORDE team accepted only