post the attack section of your config file found at kolbot>libs>config> Sorceress.yourname.js
look near the bottom for
Config.AttackSkill[0] = -1; // Preattack skill.
Config.AttackSkill[1] = 56; // Primary skill to bosses.
Config.AttackSkill[2] = 47; // Primary untimed skill to bosses.
Config.AttackSkill[3] = 56; // Primary skill to others.
Config.AttackSkill[4] = 47; // Primary untimed skill to others.
Config.AttackSkill[5] = 64; // Secondary skill if monster is immune to primary.
Config.AttackSkill[6] = 55; // Secondary untimed skill if monster is immune to primary untimed.
That is the setup for my Meteor / Fireball / Frozen Orb sorc, not sure what kind yours is.
Also - it looks like you are running “UserAddon” which needs to be disabled if you’re trying to run bosses. Im my file it is line 17 but I think I’m running a somewhat out of date version and that may have changed
You have to set some boss/area scripts for your char.
Scripts.UserAddon = **false**; // !!!YOU MUST SET THIS TO FALSE IF YOU WANT TO RUN BOSS/AREA SCRIPTS!!!
check
https://github.com/blizzhackers/documentation/blob/master/kolbot/CharacterConfig.md