跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
数据库:characters数据库:character_aura
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== character_aura 表 ====== ---- [[数据库:characters数据库:首页|<-返回: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. **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#guid|guid]]|INT|UNSIGNED|PRI|NO|0| |Global Unique Identifier| |[[#casterGuid|casterGuid]]|BIGINT|UNSIGNED|PRI|NO|0| |Full Global Unique Identifier| |[[#itemGuid|itemGuid]]|BIGINT|UNSIGNED|PRI|NO|0| | | |[[#spell|spell]]|MEDIUMINT|UNSIGNED|PRI|NO|0| | | |[[#effectMask|effectMask]]|TINYINT|UNSIGNED|PRI|NO|0| | | |[[#recalculateMask|recalculateMask]]|TINYINT|UNSIGNED| |NO|0| | | |[[#stackCount|stackCount]]|TINYINT|UNSIGNED| |NO|1| | | |[[#amount|amount0]]|INT|SIGNED| |NO|0| | | |[[#amount|amount1]]|INT|SIGNED| |NO|0| | | |[[#amount|amount2]]|INT|SIGNED| |NO|0| | | |[[#base_amount0|base_amount0]]|INT|SIGNED| |NO|0| | | |[[#base_amount1|base_amount1]]|INT|SIGNED| |NO|0| | | |[[#base_amount2|base_amount2]]|INT|SIGNED| |NO|0| | | |[[#maxDuration|maxDuration]]|INT|SIGNED| |NO|0| | | |[[#remainTime|remainTime]]|INT|SIGNED| |NO|0| | | |[[#remainCharges|remainCharges]]|TINYINT|UNSIGNED| |NO|0| | | ===== 字段说明 ===== ---- ==== 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
页面工具
显示页面
修订记录
反向链接
回到顶部