kolton / d2bot-with-kolbot

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

Waiting in Line - Botting over 2 characters #431

Open mdt67 opened 6 years ago

mdt67 commented 6 years ago

Hello,

When i bot with 3 or 4 characters; all in different accounts but on same computer, after the first run i am getting that message and 3600 seconds suspension from creating / entering games.

My all files are updated kolbot files with minimum modification.

I already seen and read all issues offering no solution. Or it didn't work on me. (The only solution mentioned was modifying ToolsThread and adding quitGame. I also did that.)

My chars are not changing any cd key, and each runs are over 6 minutes without any trouble.

Would anyone up for helping us to solve that problem?

Thank you in advance.

noah- commented 6 years ago

Use the most recent kolbot files (redownload from repo), don't use quitGame, don't use "RD Block" option.

mdt67 commented 6 years ago

Dear Noah

Will redownload with your next seal update now. Thank you for the fix for that issue.

I currently don't use quitGame.

However i haven't seen "RD Block" option yet. Would you please guide me to find where the option is?

Thank you in advance.

krazy03 commented 6 years ago

you can't "solve" it since that's a way of blizzard temp banning you. The only real thing you can do is make games longer.. I have 8 running and i don't start them all at the same time, I start them about 5-10 mins one after the other. Half of them have make new game delay at 50 seconds while other half has them at 20 (in case they finish same time they don't make same time). Also they all do runs between 40-50 mins. ( i have them to 100% clear areas ) I don't get wait in line unless i'm really unlucky and they decide to chicken. But what i have done is change the order areas ( check where they are most likely to chicken and put those toward the end. I put easy areas and bosses first this way if they do chicken at least 10+ Minutes have passed in game. Also change min game time in lead file.

Of course in your case you don't have to be this extreme since its only 3~4. Look below and do the math.

Remember blizzard only allows 30 games per hour and or 100 games every 12 hours. I believe this is Cd-key and IP bound (might be wrong and only key bound)

If there is a fix for wait in line tho, let me know :)

edit: tl:dr... 30 games per hour (maybe you xfered or played before turning them back on). Don't let them all connect/join game same time. Same goes for leaving. Increase run times.

mdt67 commented 6 years ago

Thank you Krazy03 for your valuable comment but i am running way different than your style so doing 50 min runs not okay for my side. On the other hand, my runs are long enough 6-8 mins per char means approx 20 games/hour, even let's say %10 chicken : 22 games/h

Also please someone help us to handle "RD Block" option as Noah mentioned in the first comment.

All comments and tips are appreciated.

and, Happy Mother's Day!

krazy03 commented 6 years ago

https://github.com/kolton/d2bot-with-kolbot/wiki/D2Bot-%23-Manager-Setup

19 even has a picture.

dabnaps commented 6 years ago

noah does the new update fix the temp ban? do i need to use the realm down or do i just update and leave everything alone?

Kellen-Stuart commented 5 years ago

Yup... I'm 200,000 + waiting in line.

tylerqr commented 5 years ago

@krazy03 I figured out how to spread out all 6 of my runners joining the game over a 60 second period. But I can't find where to do that for leaving the game. I've disabled quitlist for all bots. Adding a delay before this.exit(); is called in ToolsThread.js like delay(15000); seems to make the delay for all the bots, so they all now exit at the same time after the 15000 delay lol.

Thoughts?

Thanks in advance!