04-02-2010, 07:59 AM
balthazarluz Wrote:Good afternoon everyone. will be that someone can help me? im using d2nt 3.0 and it works perfectly.
but to set my paladin that uses holy bolt skill if some monster is immune. what happens when I do baal and appear immune to magic monsters, my paladin NOT TRADING HAMMER FOR THE HOLY BOLT ! so I can not kill these monsters. already modified the configuration but does not work at all! can someone tell me where I fix this problem?
Thank you all!
NTConfig_AttackSkill[0] = 112; // 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] = 0; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 0; // Secondary aura. Set to 0 if you won't
NTConfig_ClearPosition = false; // Set to true if you want to clear area after killing boss.