kolton / d2bot-with-kolbot

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

chat not functioning properly #1350

Closed Blitz28 closed 5 years ago

Blitz28 commented 5 years ago

Hey guys, one thing ive noticed is when im doing public runs, at some points the bots will stop "chatting" people with relevant info like "Hot TP", "Safe TP", "Dont touch Seal", "Welcome to game", "Next game is", ect... this is happening in my enchant games and my cBaal games and didnt start happening until i updated my older bot to the newest release.

Things that i have noticed: Sometimes i can chat with participants without problem. Sometimes i will type a message, hit enter and it never appears on screen. Sometimes my bots are muted from the very moment i turn them on Sometimes my bots can "chat" with participants for a short while before becoming muted Sometimes i notice that they were muted previously but became unmuted


Config.LocalChat.Enabled = false; // enable the LocalChat system Config.LocalChat.Toggle = false; // optional, set to KEY value to toggle through modes 0, 1, 2 Config.LocalChat.Mode = 0; // 0 = disabled, 1 = chat from 'say' (recommended), 2 = all chat (for manual play)

This wasnt in my previous version, i have played with it a bit but noticed that turning it on only allows bots to talk to themselves and no one else can read what they say or what i manually say.

What is shown is the current setting for ALL of my bots.

oband2 commented 5 years ago

Do u have welcome greetings when people joins game? i happend to get muted sometimes because i was spamming the chat when 4-5 players joined fast right after eachother because i had this welcome greeting.

Blitz28 commented 5 years ago

yes i do. i suppose i will remove it and try that however my previous version of this bot used a welcome greetings aswell and it never got muted

DarkHorseDre commented 5 years ago

you will get muted now for spamming or using certain key words - disable chats

Blitz28 commented 5 years ago

well im just saying i just upgraded from my older version to the newest one out, last week. last week i wasnt getting muted for greeting players so its definitely something to do with this newest version

5noop commented 5 years ago

This has nothing to do with the d2bs version, you get muted if you spam too many times the same word sequence with or without any third-party software. It's just that Blizzard doesn't scan everything you type so you might have had a free pass for a few weeks.

Blitz28 commented 5 years ago

ive taken your advice and removed the greetings message and it has returned to working properly. Perhaps it was coincidence that it waited for me to update to tag me :P

thanks guys!