02-15-2012, 09:34 AM
pbanks Wrote:sorry but what about for hdin and the magic immunes what skill is usually used for swap to rid these fools? LOL
you would go like this
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] = 112; // Primary skill to others.
NTConfig_AttackSkill[4] = 113; // Primary aura to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 101; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 113; // 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