blizzhackers / kolbot

d2bs: core + d2bot (noah) + kolbot libs (kolton) | January 2020's clone of https://github.com/kolton/d2bot-with-kolbot/ + further development
245 stars 158 forks source link

my bot will not attack runs though then open portal and leaves #101

Closed StrokeEmUp closed 4 years ago

StrokeEmUp commented 4 years ago

I have checked and setup config 100 million times but still errors

ghost commented 4 years ago

Post your Character Config on Pastebin and post it here Do you get any errors in-game ? You can open the in-game console by pressing the Home Key

StrokeEmUp commented 4 years ago

Config.AttackSkill[0] = -1; // Preattack skill. Not implemented yet. 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] = 101; // Secondary skill if monster is immune to primary. Config.AttackSkill[6] = 124; // Secondary aura.

StrokeEmUp commented 4 years ago

what is a a pasterbin?

StrokeEmUp commented 4 years ago

/ Paladin config file

/* Brief instructions:

function LoadConfig() { /* Sequence config

sersh commented 4 years ago

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] = -101; // Secondary skill if monster is immune to primary. Config.AttackSkill[6] = -124; // Secondary aura.

Remove the - on the skills, so it's just 112, 113, 101 and 124.

StrokeEmUp commented 4 years ago

well i am noobie lol thanks for the help!! i been at this all day.. that worked Sersh

Fa-b commented 4 years ago

answered