10-14-2010, 11:14 AM
Primarily you just set the skills you want to use. For my lightning sorc I set static field to 2% over whatever the limit is for the difficulty im running, then set the primary skill to use as chain lightning with nova as backup like below. Unless you really know what you are doing, you don't want to mess with the attack code itself.
Code:
NTConfig_AttackSkill[0] = 53; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 53; // Primary skill to boss.
NTConfig_AttackSkill[2] = 20; // Primary untimed skill to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 53; // Primary skill to others.
NTConfig_AttackSkill[4] = 20; // Primary untimed skill to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 53; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 53; // Secondary untimed skill. Set to 0 if you won't