vmangos / core

Progressive Vanilla Core aimed at all versions from 1.2 to 1.12
GNU General Public License v2.0
679 stars 487 forks source link

🐛 [Bug][AutoJoin] BattleBots start bg without people. #2302

Closed gajet5 closed 9 months ago

gajet5 commented 11 months ago

🐛 Bug report

image

Somehow, an additional pool of battlebots appeared. When registering a new participant, an additional BG starts without people.

Expected behavior

Battlebots do not start BG without people. We need a check. If there are no people on BG, delete battlebots or disallow going to BG with playerbots.

Steps to reproduce

  1. Add partybot.
  2. Register as a group on BG.
  3. Go to BG.

Version & Environment

Client Version: 1.12.1.5875

Commit Hash: No

OS Client: Windows OS Server: Ubuntu

Crashlog

gajet5 commented 11 months ago

We found the reason. The problem is that with partybots you can go to BG, then an excess of battlebots get into the queue.

leechunlung commented 11 months ago

We found the reason. The problem is that with partybots you can go to BG, then an excess of battlebots get into the queue.

I think you should turn off battlefield balance in the mangosd.conf

gajet5 commented 10 months ago

The problem with BG is still present, bots are starting to be added. You need to check for the presence of real players or something else.

image

after .battlebot removeall image

gajet5 commented 10 months ago

After executing the command .battlebot removeall, this is a bug. In fact, all bots are deleted, but they continue to be displayed in the statistics.

gajet5 commented 10 months ago

Screenshot_3

We have no idea how it works :(

gajet5 commented 10 months ago

I think you should turn off battlefield balance in the mangosd.conf

As a workaround, it worked. I changed this setting during server maintenance today.

gajet5 commented 9 months ago

image