Open jordankvz opened 3 years ago
Take away the minus when it is a skill. It should look like this:
Config.AttackSkill[1] = 112; // Primary skill to bosses.
I would also recommend using Holy Bolt (skill 101) against immune monsters:
Config.AttackSkill[5] = 101; // Secondary skill if monster is immune to primary.
I did try all the things that are suppose to fix this issue I could find.
Config.AttackSkill[0] = -1; // Preattack skill. Config.AttackSkill[1] = -112; // Primary skill to bosses. Config.AttackSkill[2] = -113; // Primary aura to bosses Config.AttackSkill[3] = -112; // Primary skill to others. Config.AttackSkill[4] = -113; // Primary aura to others. Config.AttackSkill[5] = -112; // Secondary skill if monster is immune to primary. Config.AttackSkill[6] = -113; // Secondary aura.
This is my script but I am still getting bad attack configs. On side note I am getting the red ! on the file for d2bs. Everything loads into game correctly, but kicks the bad config once in.