kolton / d2bot-with-kolbot

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

AutoBuild system is not active! #1875

Closed ARkaine2 closed 5 years ago

ARkaine2 commented 5 years ago

Subj. Each time i start AutoBuild System i get this error message. What can be wrong?

I have: ...\KolBot\Libs\Config\Builds\Sorceress.Blizzard.js

In char config: // AUTOBUILD SYSTEM Config.AutoBuild.Enabled = true; Config.AutoBuild.Template = "Sorceress.Blizzard.js"; Config.AutoBuild.Verbose = false; Config.AutoBuild.DebugMode = true;

In this part of code (Config.AutoBuild.Template) i tried to set: Config.AutoBuild.Template = "Sorceress.Blizzard.js"; Config.AutoBuild.Template = "Sorceress.Blizzard"; Config.AutoBuild.Template = "Blizzard";

ARkaine2 commented 5 years ago

I read this topic (https://github.com/kolton/d2bot-with-kolbot/issues/156), but solution wasn't described there.

ARkaine2 commented 5 years ago

I got It. :)