i have it setup right but for example when it runs into a light immune elite mob it focuses the thing thats light immune with lightning and i want it to use chain lightning to kill everything around it so my merc can 1v1 it ez.
Config.AttackSkill[0] = -1; // Preattack skill.
Config.AttackSkill[1] = 49; // Primary skill to bosses.
Config.AttackSkill[2] = -1; // Primary untimed skill to bosses. Keep at -1 if Config.AttackSkill[1] is untimed skill.
Config.AttackSkill[3] = 53; // Primary skill to others.
Config.AttackSkill[4] = -1; // Primary untimed skill to others. Keep at -1 if Config.AttackSkill[3] is untimed skill.
Config.AttackSkill[5] = 53; // Secondary skill if monster is immune to primary.
Config.AttackSkill[6] = 53; // Secondary untimed skill if monster is immune to primary untimed.