Pet aura

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

(Различия между версиями)
Перейти к: навигация, поиск
 
(2 промежуточные версии не показаны)
Строка 55: Строка 55:
|[[#stackcount|stackcount]]
|[[#stackcount|stackcount]]
|int(11)
|int(11)
-
|
+
|unsigned
|NO
|NO
|
|
Строка 63: Строка 63:
|[[#remaincharges|remaincharges]]
|[[#remaincharges|remaincharges]]
|int(11)
|int(11)
-
|
+
|unsigned
|NO
|NO
|
|
Строка 93: Строка 93:
|
|
|-
|-
-
|[[#maxduration|maxduration0]]
+
|[[#periodictime|periodictime0]]
|int(11)
|int(11)
-
|
+
|unsigned
|NO
|NO
|
|
Строка 101: Строка 101:
|
|
|-
|-
-
|[[#maxduration|maxduration1]]
+
|[[#periodictime|periodictime1]]
|int(11)
|int(11)
-
|
+
|unsigned
|NO
|NO
|
|
Строка 109: Строка 109:
|
|
|-
|-
-
|[[#maxduration|maxduration2]]
+
|[[#periodictime|periodictime2]]
|int(11)
|int(11)
-
|
+
|unsigned
|NO
|NO
|
|
Строка 117: Строка 117:
|
|
|-
|-
-
|[[#remaintime|remaintime0]]
+
|[[#maxduration|maxduration]]
|int(11)
|int(11)
|
|
Строка 125: Строка 125:
|
|
|-
|-
-
|[[#remaintime|remaintime1]]
+
|[[#remaintime|remaintime]]
-
|int(11)
+
-
|
+
-
|NO
+
-
|
+
-
|0
+
-
|
+
-
|-
+
-
|[[#remaintime|remaintime2]]
+
|int(11)
|int(11)
|
|
Строка 143: Строка 135:
|[[#effIndexMask|effIndexMask]]
|[[#effIndexMask|effIndexMask]]
|int(11)
|int(11)
-
|
+
|unsigned
|NO
|NO
|
|
Строка 163: Строка 155:
====remaincharges====
====remaincharges====
====basepoints====
====basepoints====
 +
====periodictime====
====maxduration====
====maxduration====
====remaintime====
====remaintime====
====effIndexMask====
====effIndexMask====

Текущая версия на 11:36, 1 апреля 2011

Содержание

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


Таблица `pet_aura`

Contains aura information that is loaded when a pet is loaded, so the auras that were on the pet when the owner character logged out are still kept when they log back in. A spell can have up to three auras, one in each of its effects.


Структура

Field Type Attributes Null Key Default Comments
guid int(11) unsigned NO PRI 0 Global Unique Identifier
caster_guid bigint(20) unsigned NO PRI 0 Full Global Unique Identifier
item_guid int(11) unsigned NO PRI 0
spell int(11) unsigned NO PRI 0
stackcount int(11) unsigned NO 1
remaincharges int(11) unsigned NO 0
basepoints0 int(11) NO 0
basepoints1 int(11) NO 0
basepoints2 int(11) NO 0
periodictime0 int(11) unsigned NO 0
periodictime1 int(11) unsigned NO 0
periodictime2 int(11) unsigned NO 0
maxduration int(11) NO 0
remaintime int(11) NO 0
effIndexMask int(11) unsigned NO 0


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

guid

The GUID of the target affected by the aura. See characters.guid.

caster_guid

The GUID of the player or creature who casted the aura. See characters.guid.

item_guid

spell

The spell from which the aura was applied. See Spell.dbc column 1.

stackcount

remaincharges

basepoints

periodictime

maxduration

remaintime

effIndexMask

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