跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
数据库:world数据库:spell_ranks
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== spell_ranks 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] Table used by the core to group different ranks of spells (the gray text seen on ranked spells) into one "spell stem". This partly involves checks for aura stacking (e.g. different levels of the same spell). One spell can not be linked to multiple rank chains (they are "unique"). **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#first_spell_id|first_spell_id]]|INT|UNSIGNED|PRI|NO|0| | | |[[#spell_id|spell_id]]|INT|UNSIGNED| |NO|0| | | |[[#rank|rank]]|TINYINT|UNSIGNED|PRI|NO|0| | | ===== 字段说明 ===== ---- ==== first_spell_id ==== SpellId from Spell.dbc which is first rank of spell rank chain. It identifies the whole chain. ==== spell_id ==== SpellId from Spell.dbc. ==== rank ==== An integer which ranks the spell within the chain of spell ranks for the given `spell_id`. It can differ from the rank text in game (for example, some ranks in client start with level 0, while the server always starts from level 1 onward). Several conditions have to be fulfilled: * At least two levels are required * There can be no jumps between ranks (e.g. one spell being level 3 and one being level 5 while level 4 is missing altogether) * There can be no duplicates in ranks.
数据库/world数据库/spell_ranks.txt
· 最后更改: 2023/10/03 23:25 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部