数据库:characters数据库:character_aura
差别
这里会显示出您选择的修订版和当前版本之间的差别。
后一修订版 | 前一修订版 | ||
数据库:characters数据库:character_aura [2023/09/24 10:26] – 创建 admin | 数据库:characters数据库:character_aura [2023/09/24 10:28] (当前版本) – [character_aura 表] admin | ||
---|---|---|---|
行 7: | 行 7: | ||
**表结构** | **表结构** | ||
^Field^Type^Attributes^Key^Null^Default^extra^Comment^ | ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ | ||
- | |[[#id|id]]|INT|UNSIGNED|PRI|NO| | | | | + | |[[#guid|guid]]|INT|UNSIGNED|PRI|NO|0| |Global Unique Identifier| |
- | |[[#gmlevel|gmlevel]]|TINYINT|UNSIGNED| |NO| | | | | + | |[[#casterGuid|casterGuid]]|BIGINT|UNSIGNED|PRI|NO|0| |Full Global Unique Identifier| |
- | |[[#RealmID|RealmID]]|INT|SIGNED|PRI|NO|-1| | | | + | |[[# |
- | |[[#comment|comment]]|VARCHAR(255)|SIGNED| |YES|' '| | | | + | |[[# |
+ | |[[# | ||
+ | |[[#recalculateMask|recalculateMask]]|TINYINT|UNSIGNED| |NO|0| | | | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[#amount|amount1]]|INT|SIGNED| |NO|0| | | | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
行 16: | 行 29: | ||
---- | ---- | ||
- | guid | + | ==== guid ==== |
The GUID of the target affected by the aura. See characters.guid. | The GUID of the target affected by the aura. See characters.guid. | ||
- | casterGuid | + | ==== casterGuid |
The GUID of the player who casted the aura. See characters.guid. | The GUID of the player who casted the aura. See characters.guid. | ||
- | itemGuid | + | ==== itemGuid |
The GUID of the item which casted the aura. See item_instance.guid. | The GUID of the item which casted the aura. See item_instance.guid. | ||
- | spell | + | ==== spell ==== |
The spell from which the aura was applied. See Spell.dbc column 1. | The spell from which the aura was applied. See Spell.dbc column 1. | ||
- | effectMask | + | ==== 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. | 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 | + | ==== recalculateMask |
field-no-description|5 | field-no-description|5 | ||
- | stackcount | + | ==== stackcount |
Determines how many stacks of the spell the character has. | Determines how many stacks of the spell the character has. | ||
- | amount | + | ==== amount |
The modifier value associated with the aura. | The modifier value associated with the aura. | ||
- | base_amount0 | + | ==== base_amount0 |
field-no-description|11 | field-no-description|11 | ||
- | base_amount1 | + | ==== base_amount1 |
field-no-description|12 | field-no-description|12 | ||
- | base_amount2 | + | ==== base_amount2 |
field-no-description|13 | field-no-description|13 | ||
- | maxduration | + | ==== maxduration |
The maximum duration of the aura in ms. | The maximum duration of the aura in ms. | ||
- | remaintime | + | ==== remaintime |
The time remaining in ms on the aura. -1 means that the aura is indefinite. | The time remaining in ms on the aura. -1 means that the aura is indefinite. | ||
- | remaincharges | + | ==== remaincharges |
The number of charges remaining on the aura. | The number of charges remaining on the aura. |
数据库/characters数据库/character_aura.1695522395.txt.gz · 最后更改: 2023/09/24 10:26 由 admin