kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
346 stars 332 forks source link

kolbot problem Dont attack #2550

Open anderbitz opened 4 years ago

anderbitz commented 4 years ago

hi guys, i have a problem with kolbot. At first my problem was that my config was wrong and i correct it, but now when i run the bot, only does teleport to bosses and dont attack. my sorc stopped and the conexion was interrupted. Could u help me with this?

hutber commented 4 years ago

Have you added the attacks to your config?

    Config.AttackSkill[0] = 53; // Preattack skill.
    Config.AttackSkill[1] = 49; // Primary skill to bosses.
    Config.AttackSkill[2] = 49; // 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] = 49; // Primary untimed skill to others. Keep at -1 if Config.AttackSkill[3] is untimed skill.
    Config.AttackSkill[5] = 49; // Secondary skill if monster is immune to primary.
    Config.AttackSkill[6] = 49; // Secondary untimed skill if monster is immune to primary untimed.
DarkHorseDre commented 4 years ago

connection interrupted usually occurs when bot tries to attack with skill it doesn't have

check the attack config @hutber referenced and check your character actually has those skills.