Pool creature

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

(Различия между версиями)
Перейти к: навигация, поиск
(guid)
 
(10 промежуточных версий не показаны.)
Строка 2: Строка 2:
| __TOC__
| __TOC__
|}
|}
 +
[[Category: Mangos world database tables]]
К описанию таблиц [[mangosdb_struct|базы данных mangos]].
К описанию таблиц [[mangosdb_struct|базы данных mangos]].
 +
<big>'''Таблица `pool_creature`'''</big>
<big>'''Таблица `pool_creature`'''</big>
-
Содержит данные о пулах НПС.
+
Содержит данные о пулах существ.
 +
 
<big>'''Структура'''</big>
<big>'''Структура'''</big>
Строка 12: Строка 15:
|'''Field'''
|'''Field'''
|'''Type'''
|'''Type'''
 +
|'''Attributes'''
|'''Null'''
|'''Null'''
|'''Key'''
|'''Key'''
|'''Default'''
|'''Default'''
-
|'''Extra'''
+
|'''Comments'''
|-
|-
|[[#guid|guid]]
|[[#guid|guid]]
-
|int(10) unsigned
+
|int(10)
 +
|unsigned
|NO
|NO
|PRI
|PRI
Строка 25: Строка 30:
|-
|-
|[[#pool_entry|pool_entry]]
|[[#pool_entry|pool_entry]]
-
|mediumint(8) unsigned
+
|mediumint(8)
 +
|unsigned
|NO
|NO
-
|PRI
+
|
|0
|0
|
|
|-
|-
|[[#chance|chance]]
|[[#chance|chance]]
-
|float unsigned
+
|float
 +
|unsigned
|NO
|NO
|
|
|0
|0
 +
|
 +
|-
 +
|[[#description|description]]
 +
|varchar(255)
 +
|
 +
|NO
 +
|
 +
|
|
|
|}
|}
Строка 43: Строка 58:
====guid====
====guid====
-
GUID НПС. см. [[Creature#guid|Creature]].
+
Идентификатор существа. См. [[creature#guid|creature.guid]].
====pool_entry====
====pool_entry====
-
ID пула. см. [[pool_template]]
+
Идентификатор пула. См. [[pool_template#entry|pool_template.entry]].
====chance====
====chance====
-
Шанс, что НПС будет заспавнен в данном пуле.
+
Шанс спавна существа в данном пуле.
 +
 
 +
====description====
 +
 
 +
Поле содержит описание данного пула.

Текущая версия на 09:36, 20 февраля 2011

Содержание

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


Таблица `pool_creature`

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


Структура

Field Type Attributes Null Key Default Comments
guid int(10) unsigned NO PRI 0
pool_entry mediumint(8) unsigned NO 0
chance float unsigned NO 0
description varchar(255) NO


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

guid

Идентификатор существа. См. creature.guid.

pool_entry

Идентификатор пула. См. pool_template.entry.

chance

Шанс спавна существа в данном пуле.

description

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

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