06-26-2011, 04:33 PM
What should i put for my Elemental Druid attack configuration this is what i have
NTConfig_AttackSkill[0] = -1; // First skill. Maybe slow missiles
NTConfig_AttackSkill[1] = -1; // Primary skill to super unique/champion.
NTConfig_AttackSkill[2] = -1; // Primary untimed skill to super unique/champion.
NTConfig_AttackSkill[3] = -1; // Primary skill to others.
NTConfig_AttackSkill[4] = -1; // Primary untimed skill to others.
NTConfig_AttackSkill[5] = -1; // Secondary skill in case monster is immune to primary skill.
NTConfig_AttackSkill[6] = -1; // Secondary untimed skill.
NTConfig_AttackSkill[7] = -1; // Tertiary skill to everything else in case monster is immune to both primary and secondary.
NTConfig_AttackSkill[8] = -1; // Tertiary untimed skill.
NTConfig_AttackSkill[9] = -1; // Primary skill to boss (diablo/baal/meph/etc) Not immune to spells I guess.
what should i put it as?
NTConfig_AttackSkill[0] = -1; // First skill. Maybe slow missiles
NTConfig_AttackSkill[1] = -1; // Primary skill to super unique/champion.
NTConfig_AttackSkill[2] = -1; // Primary untimed skill to super unique/champion.
NTConfig_AttackSkill[3] = -1; // Primary skill to others.
NTConfig_AttackSkill[4] = -1; // Primary untimed skill to others.
NTConfig_AttackSkill[5] = -1; // Secondary skill in case monster is immune to primary skill.
NTConfig_AttackSkill[6] = -1; // Secondary untimed skill.
NTConfig_AttackSkill[7] = -1; // Tertiary skill to everything else in case monster is immune to both primary and secondary.
NTConfig_AttackSkill[8] = -1; // Tertiary untimed skill.
NTConfig_AttackSkill[9] = -1; // Primary skill to boss (diablo/baal/meph/etc) Not immune to spells I guess.
what should i put it as?