01-24-2011, 04:52 AM
(This post was last modified: 01-24-2011, 05:08 AM by twisticals.)
3rd that. I set "boss" and trash "main skill" to hammer. I set "secondary when immune" to holy bolt. It seems bot likes to use BHammer 100% of the time?? Is it because wave 2 isnt 100% immune to hammer - if so, how can I make it us holy bolt on 2nd wave please?
FYI: (112=BHammer) (101=HolyBolt)
-T
FYI: (112=BHammer) (101=HolyBolt)
Code:
//------------------------------------------------------------------------------
// Attack configuration
//------------------------------------------------------------------------------
NTConfig_AttackSkill[0] = 112; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 112; // Primary skill to boss.
NTConfig_AttackSkill[2] = 0; // Primary aura to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 112; // Primary skill to others.
NTConfig_AttackSkill[4] = 0; // 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] = 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.