Barb bot failing to kill physical immunes

Hey guys. Me and my m8 tried to run several bots, but barb bot skips any physical immune.

All skips are disabled:

// Monster skip config
// Skip immune monsters. Possible options: “fire”, “cold”, “lightning”, “poison”, “physical”, “magic”.
// You can combine multiple resists with “and”, for example - “fire and cold”, “physical and cold and poison”
// Config.SkipImmune = [];
// Skip enchanted monsters. Possible options: “extra strong”, “extra fast”, “cursed”, “magic resistant”, “fire enchanted”, “lightning enchanted”, “cold enchanted”, “mana burn”, “teleportation”, “spectral hit”, “stone skin”, “multiple shots”.
// You can combine multiple enchantments with “and”, for example - “cursed and extra fast”, “mana burn and extra strong and lightning enchanted”
// Config.SkipEnchant = [];
// Skip monsters with auras. Possible options: “fanaticism”, “might”, “holy fire”, “blessed aim”, “holy freeze”, “holy shock”. Conviction is bugged, don’t use it.
// Config.SkipAura = [];
// Uncomment the following line to always attempt to kill these bosses despite immunities and mods
//Config.SkipException = [getLocaleString(2851), getLocaleString(2852), getLocaleString(2853)]; // vizier, de seis, infector

Can’t really figure out why he does so…

Attacks:

Config.AttackSkill[0] = -1; // Preattack skill.
Config.AttackSkill[1] = 151; // Primary skill for bosses.
Config.AttackSkill[2] = 151; // Backup/Immune skill for bosses.
Config.AttackSkill[3] = 151; // Primary skill for others.
Config.AttackSkill[4] = 152; // Backup/Immune skill for others.

Help pls mr. pro-programmer :slight_smile:

Don’t comment those variables. They are disabled with no text between

Thx mf22! :slight_smile: Will try this immediatly!

just checked it out but bot still doesn’t attack with secondary (berserk) skill :confused: It’s strange… He just stands in front of mob as if waiting for it to die by itself…

edit: berserk attack converts phys to magic.

Checked the mob and its only phys+light immune

Should be 152 so you use berserk on phys immune bosses, right?