用户工具

站点工具


数据库:characters数据库:character_aura

character_aura 表


<-返回:Characters 数据库

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

表结构

FieldTypeAttributesKeyNullDefaultextraComment
guidINTUNSIGNEDPRINO0 Global Unique Identifier
casterGuidBIGINTUNSIGNEDPRINO0 Full Global Unique Identifier
itemGuidBIGINTUNSIGNEDPRINO0
spellMEDIUMINTUNSIGNEDPRINO0
effectMaskTINYINTUNSIGNEDPRINO0
recalculateMaskTINYINTUNSIGNED NO0
stackCountTINYINTUNSIGNED NO1
amount0INTSIGNED NO0
amount1INTSIGNED NO0
amount2INTSIGNED NO0
base_amount0INTSIGNED NO0
base_amount1INTSIGNED NO0
base_amount2INTSIGNED NO0
maxDurationINTSIGNED NO0
remainTimeINTSIGNED NO0
remainChargesTINYINTUNSIGNED NO0

字段说明


guid

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

casterGuid

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

itemGuid

The GUID of the item which casted the aura. See item_instance.guid.

spell

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

effectMask

The effect index of the spell from which the aura came from. A spell has up to three effects, with the index being 0, 1, or 2.

recalculateMask

field-no-description|5

stackcount

Determines how many stacks of the spell the character has.

amount

The modifier value associated with the aura.

base_amount0

field-no-description|11

base_amount1

field-no-description|12

base_amount2

field-no-description|13

maxduration

The maximum duration of the aura in ms.

remaintime

The time remaining in ms on the aura. -1 means that the aura is indefinite.

remaincharges

The number of charges remaining on the aura.

数据库/characters数据库/character_aura.txt · 最后更改: 2023/09/24 10:28 由 admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki