Pool template

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

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `pool_template` table'''</big> Contains all pool instances tha…»)
 
(5 промежуточных версий не показаны.)
Строка 2: Строка 2:
| __TOC__
| __TOC__
|}
|}
-
Back to [[mangosdb_struct|world database]] list of tables.
+
[[Category: Mangos world database tables]]
 +
К описанию таблиц [[mangosdb_struct|базы данных mangos]].
-
<big>'''The `pool_template` table'''</big>
 
-
Contains all pool instances that participate to any game event.
+
<big>'''Таблица `pool_template`'''</big>
-
<big>'''Structure'''</big>
+
Содержит данные о темплетах пулов.
-
{| border="1"
+
 
 +
 
 +
<big>'''Структура'''</big>
 +
{| border="1" cellspacing="1" cellpadding="3"
|'''Field'''
|'''Field'''
|'''Type'''
|'''Type'''
 +
|'''Attributes'''
|'''Null'''
|'''Null'''
|'''Key'''
|'''Key'''
|'''Default'''
|'''Default'''
-
|'''Extra'''
+
|'''Comments'''
|-
|-
|[[#entry|entry]]
|[[#entry|entry]]
-
|mediumint(8) unsigned
+
|mediumint(8)
 +
|unsigned
|NO
|NO
|PRI
|PRI
|0
|0
-
|
+
|Pool entry
|-
|-
|[[#max_limit|max_limit]]
|[[#max_limit|max_limit]]
-
|int(10) unsigned
+
|int(10)
 +
|unsigned
|NO
|NO
|
|
|0
|0
 +
|Max number of objects (0) is no limit
 +
|-
 +
|[[#description|description]]
 +
|varchar(255)
 +
|
 +
|NO
 +
|
 +
|
|
|
|}
|}
-
<big>'''Description of the fields'''</big>
+
<big>'''Описание полей'''</big>
====entry====
====entry====
-
Pool's ID. Must be larger than 0.
+
Идентификатор пула. Должно быть больше 0.
====max_limit====
====max_limit====
-
Max number of objects which should be spawned (0) is no limit.
+
Максимальное кол-во объектов которые должны быть заспавнены (0 без лимита).
 +
 
 +
====description====
 +
 
 +
Поле содержит описание данного пула.

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

Содержание

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


Таблица `pool_template`

Содержит данные о темплетах пулов.


Структура

Field Type Attributes Null Key Default Comments
entry mediumint(8) unsigned NO PRI 0 Pool entry
max_limit int(10) unsigned NO 0 Max number of objects (0) is no limit
description varchar(255) NO


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

entry

Идентификатор пула. Должно быть больше 0.

max_limit

Максимальное кол-во объектов которые должны быть заспавнены (0 без лимита).

description

Поле содержит описание данного пула.

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