|
5#
![](static/image/common/ico_lz.png)
楼主 |
发表于 2014-7-8 23:53:35
|
只看该作者
[quote=maxpower,100345]那因該是你PAL的職業設定檔出問題了[/quote] 我只改了這些
NTConfig_Columns[0] = [1,1,1,1,1,1,0,0,0,0];
NTConfig_Columns[1] = [1,1,1,1,1,1,0,0,0,0];
NTConfig_Columns[2] = [1,1,1,1,1,1,0,0,0,0];
NTConfig_Columns[3] = [1,1,1,1,1,1,0,0,0,0];
和技能的前兩個
NTConfig_AttackSkill[0] = -1; // First skill. Set to 0 if you won\'t
NTConfig_AttackSkill[1] = 112; // Primary skill to boss.
NTConfig_AttackSkill[2] = 113; // Primary aura to boss. Set to 0 if you won\'t
NTConfig_AttackSkill[3] = -1; // Primary skill to others.
NTConfig_AttackSkill[4] = -1; // Primary aura to others. Set to 0 if you won\'t
NTConfig_AttackSkill[5] = -1; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won\'t
NTConfig_AttackSkill[6] = -1; // Secondary aura. Set to 0 if you won\'t
NTConfig_AttackSkill[7] = -1; // Tertiary skill in case monster is immune to primary skill. Set to 0 if you won\'t
NTConfig_AttackSkill[8] = -1; // Tertiary aura. Set to 0 if you won\'t |
|