kolton / d2bot-with-kolbot

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

D2BOTchannel.dbj rejoin after chicken #1805

Open timt3n opened 5 years ago

timt3n commented 5 years ago

i got an problem that follower on D2botchannel.dbj dont rejoin after chicken/muling. When i click by my self on connect they will fill gamename & password i obviously need something that they will restart the profile after chicken or muling.

they check friendlist for rejoin and they will rejoin when i restart the profile but not when they chickend or after mule. any solves on this ?

Spoofzor commented 5 years ago

If I'm not mistaken you could do this one of two ways. Inside D2BotChannel.dbj

You can set FirstJoinMessage: "/f l" and or FriendListQuery: 30

Occasionally, one of my sorcs will chicken. I use FriendListQuery: 30 and it works for me. It will rejoin and attempt to complete every script in the sequence. But, it usually doesn't take too long to error through all the previously completed scripts and get caught up.

HEAVY-CA commented 4 years ago

If I'm not mistaken you could do this one of two ways. Inside D2BotChannel.dbj

You can set FirstJoinMessage: "/f l" and or FriendListQuery: 30

Occasionally, one of my sorcs will chicken. I use FriendListQuery: 30 and it works for me. It will rejoin and attempt to complete every script in the sequence. But, it usually doesn't take too long to error through all the previously completed scripts and get caught up.

so I tried what Spoofzor posted above but the bot does not rejoin the game after it chickens. It will sit in the lobby and spam the "/f l" command, but it won't actually rejoin the game unless i manually click the games listing, then it will automatically type it in and rejoin. any ideas?

spligity commented 4 years ago

https://github.com/blizzhackers/documentation/blob/master/kolbot/MiscellaneousOptions.md#lifechicken-restart-profile I found this