跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
数据库:world数据库:spell_group_stack_rules
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== spell_group_stack_rules 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] Table defines if auras in one spell_group can't stack with each other. Notes: The table doesn't affect persistent area auras stacking or passive auras stacking (they can stack always) or spells belonging to same spell_rank (they are always subject of SPELL_GROUP_STACK_RULE_EXCLUSIVE rule) **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#group_id|group_id]]|INT|UNSIGNED|PRI|NO|0| | | |[[#stack_rule|stack_rule]]|TINYINT|SIGNED| |NO|0| | | |[[#description|description]]|VARCHAR(150)| | |NO| | | | ===== 字段说明 ===== ---- ==== group_id ==== Id of group in spell_group table. The spell_group may contain another spell_groups inside, if so stacking rule needs to be defined for these groups separately. ==== stack_rule ==== Enum SpellGroupStackFlags in core: ^Id^ ^Stack Rule Name^Description^ |0|0x00|SPELL_GROUP_STACK_RULE_DEFAULT|No stacking rule defined - placeholder| |1|0x01|SPELL_GROUP_STACK_RULE_EXCLUSIVE|Auras from group can't stack with each other| |2|0x02|SPELL_GROUP_STACK_FLAG_NOT_SAME_CASTER| | |4|0x04|SPELL_GROUP_STACK_FLAG_FLAGGED| | |8|0x08|SPELL_GROUP_STACK_FLAG_NEVER_STACK| | |10|0x10|SPELL_GROUP_STACK_FLAG_EFFECT_EXCLUSIVE| | |20|0x20|SPELL_GROUP_STACK_FLAG_MAX| | | | |Internal use| | |100|0x100|SPELL_GROUP_STACK_FLAG_FORCED_STRONGEST| | |200|0x200|SPELL_GROUP_STACK_FLAG_FORCED_WEAKEST| | ==== description ==== A short description of what type of spells are in the group and what rule is applied.
数据库/world数据库/spell_group_stack_rules.txt
· 最后更改: 2023/10/03 22:59 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部