The barbarian will not use concentrate. If I change attack skill to bash (126), or normal attack (0), those work.
Here is my attack config section for concentrate.
// Wereform setup. Make sure you read Templates/Attacks.txt for attack skill format.
Config.Wereform = false; // 0 / false - don't shapeshift, 1 / "Werewolf" - change to werewolf, 2 / "Werebear" - change to werebear
Config.AttackSkill[0] = -1; // Preattack skill.
Config.AttackSkill[1] = 144; // Primary skill for bosses.
Config.AttackSkill[2] = -1; // Backup/Immune skill for bosses.
Config.AttackSkill[3] = 144; // Primary skill for others.
Config.AttackSkill[4] = -1; // Backup/Immune skill for others.
// Low mana skills - these will be used if main skills can't be cast.
Config.LowManaSkill[0] = 0; // Low mana skill.
/* Advanced Attack config. Allows custom skills to be used on custom monsters.
* Format: "Monster Name": [timed skill id, untimed skill id]
* Example: "Baal": [38, -1] to use charged bolt on Baal
* Multiple entries are separated by commas
*/
Config.CustomAttack = {
//"Monster Name": [-1, -1]
};
The barbarian will not use concentrate. If I change attack skill to bash (126), or normal attack (0), those work.
Here is my attack config section for concentrate.