Game graveyard zone
Материал из YTDB DataBase
(Различия между версиями)
KiriX (Обсуждение | вклад) (Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `game_graveyard_zone` table'''</big> Contains informations ab…») |
NeatElves (Обсуждение | вклад) |
||
Строка 2: | Строка 2: | ||
| __TOC__ | | __TOC__ | ||
|} | |} | ||
- | + | К описанию таблиц [[mangosdb_struct|базы данных mangos]]. | |
Версия 12:35, 26 июля 2010
|
К описанию таблиц базы данных mangos.
The `game_graveyard_zone` table
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
Structure
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 |
Description of the fields
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