kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
345 stars 334 forks source link

Battle Order Setting Problem #2049

Open naderox opened 4 years ago

naderox commented 4 years ago

Hi Guys im having trouble with getting my barb to bo my other chars they both go to catacombs and wait my barb doesn´t go there he just bo's himself and starts diablo helper script

// 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. ^ soso is leader

// 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 = []; // ^ pala follower

// 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 = [""];

This is BO'er

what seems to be the problem ?

5noop commented 4 years ago

Config.BattleOrders.Getters = [""]; should not be empty in your boer config.