kolton / d2bot-with-kolbot

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

bo barb dont follow #931

Open Mykolla opened 5 years ago

Mykolla commented 5 years ago

Hi guys, how can i set up baba to follow sorc?

sorc: // User addon script. Read the description in libs/bots/UserAddon.js Scripts.UserAddon = false; // !!!YOU MUST SET THIS TO FALSE IF YOU WANT TO RUN BOSS/AREA SCRIPTS!!!

// Battle orders script - Use this for 2+ characters (for example BO barb + sorc)
Scripts.BattleOrders = true;
    Config.BattleOrders.Mode = 1; // 0 = give BO, 1 = get BO
    Config.BattleOrders.Wait = false; // Idle until the player that received BO leaves.
    Config.BattleOrders.Getters = []; // List of players to wait for before casting Battle Orders (mode 0). All players must be in the same area as the BOer.

barb: // Battle orders script - Use this for 2+ characters (for example BO barb + sorc) Scripts.BattleOrders = true; Config.BattleOrders.Mode = 0; // 0 = give BO, 1 = get BO Config.BattleOrders.Wait = true; // Idle until the player that received BO leaves. Config.BattleOrders.Getters = ["xxx"]; // List of players to wait for before casting Battle Orders (mode 0). All players must be in the same area as the BOer.

I dont why baba is waiting in join game lobby :/

DarkHorseDre commented 5 years ago

baba not joining game wont be affected by the scripts it runs once it joins game (config.battleorders etc.)

try that and let us know