Problem with BO Getters

Hello,

somehow kolbot git version is bugged idk why.
my barb dont wait for getters to bo them all, he just goes into area and start boing.

also sometimes he dont proceed with script, he just stand there and do nothing.

this is really strange, i didnt change anything in the battleorders script.
any help? please

i use this version: GitHub - blizzhackers/kolbot: d2bs: core + d2bot (noah) + kolbot libs (kolton) | January 2020's clone of https://github.com/kolton/d2bot-with-kolbot/

Can you confirm you are using the most recent download? Also what are your config settings for BattleOrders? On both the giver and getter

hello!
thank you for your reply.

yes i think i use the most recent download, since i downloaded it via SVN.

my settings are:

getters:
Scripts.BattleOrders = true;
Config.BattleOrders.Mode = 1;
Config.BattleOrders.Idle = false;
Config.BattleOrders.Getters = ;
Config.BattleOrders.QuitOnFailure = true;
Config.BattleOrders.SkipIfTardy = false;
Config.BattleOrders.Wait = 10;

giver:
Scripts.BattleOrders = true;
Config.BattleOrders.Mode = 0;
Config.BattleOrders.Idle = false;
Config.BattleOrders.Getters = [“nameofcharacter1”, “nameofcharacter2”, “nameofcharacter3”];
Config.BattleOrders.QuitOnFailure = false;
Config.BattleOrders.SkipIfTardy = false;
Config.BattleOrders.Wait = 10;

It’s not my first time i use kolbot so i am somehow familiar with it. but this really never happened to me. barb goes into area and initially starts bo’ing, then move on with scripts or just stand in place and does nothing. sorces which come late, dont get any bo and also stand there and do nothing, because they wait for bo - which they don’t get anymore. really strange.

what value have you there?

Config.BattleOrders.Getters = [“nameofcharacter1”, “nameofcharacter2”, “nameofcharacter3”];

i got my charnames in there.

I saw the clarifications posted on https://github.com/blizzhackers/kolbot/issues/324