Hallo zusammen
Mein Problem: Mein barb greift niemanden an. Er öffnet Truhen und geht dann wieder in die Stadt. Das ganze sieht etwa so aus:
//------------------------------------------------------------------------------
//Attack Configuration
//------------------------------------------------------------------------------
NTConfig_AttackSkill[0] = 154; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 151; // Primary skill to boss.
NTConfig_AttackSkill[2] = 0; // Reserved
NTConfig_AttackSkill[3] = 151; // Primary skill to others.
NTConfig_AttackSkill[4] = 0; // Reserved
NTConfig_AttackSkill[5] = 152; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 0; // Reserved
NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.
// *************** Attack time limitation **************
// Every target will only be attacked for the time specified and is then skipped
MWConfig_AttackTimeLimit[0] = 20; // Maximum time in seconds to attack normal monsters
MWConfig_AttackTimeLimit[1] = 60; // Maximum time in seconds to attack super uniques
MWConfig_AttackTimeLimit[2] = 30; // Maximum time in seconds to attack champions
MWConfig_AttackTimeLimit[3] = 30; // Maximum time in seconds to attack bosses
MWConfig_AttackTimeLimit[4] = 30; // Maximum time in seconds to attack minions
weiss eigentlich nicht, was ich falsch gemacht habe, und hoffe, jemand von euch kann mir dabei helfen, das Problem zu lösen.
Vielen Dank!






