Hello guys.
I’ve been stuck with this issue for a few days, and i can’t figure out whats going wrong.
I have several 4 bots running and automule normally, so i know the basics of D2bot.
My problem:
Im trying to set up a rusher, to rush 1-4 chars (level 1) from act 1 to 5, so i can manually find a gater and repeat on next level.
I’ve come so far that Rushee (Leader) creates game, everyone joins and each rushee says “Leader found”. (I’ve tried with 1-4 chars, same shit happening)
Rusher is saying “Waiting for party area info” - takes like 10 secs or so… And suddently saying “Bye -” … I’ve found that it means he quits and he thinks the run is over… He leaves the game and Rushees follow, and creates a new game and repeat.
I can from my “rushee” (leader) write… “Master” and the bot repeat - im your master… But he still leaves and saying “bye-”
.
So i guess i miss something checked off, so he dont think the rush is over, before its even begin.
All rushee are setup like this:
Scripts.UserAddon = false; // !!!YOU MUST SET THIS TO FALSE IF YOU WANT TO RUN BOSS/AREA SCRIPTS!!!
Config.Leader = “Rusher char name”; // Leader’s ingame character name. Leave blank to try auto-detection (works in AutoBaal, Wakka, MFHelper)
Scripts.Rushee = true; // Automatic rushee, works with Rusher. Set Rusher’s character name as Config.Leader
Config.Rushee.Quester = true; // Enter portals and get quest items.
Config.Rushee.Bumper = false; // Do Ancients and Baal. Minimum levels: 20 - norm, 40 - nightmare
I hope you can help me out, and see what im doing wrong