mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Fix rated arena and battleground bot autojoining
This commit is contained in:
@@ -654,6 +654,19 @@ AiPlayerbot.RandomBotJoinBG = 1
|
||||
# Enable Auto join BG - bots randomly join WSG and 2v2 Arena if server is not lagging
|
||||
AiPlayerbot.RandomBotAutoJoinBG = 0
|
||||
|
||||
# Required for RandomBotAutoJoinBG
|
||||
# Currently you can select 1 bracket (level range) for bots to auto join.
|
||||
# Brackets for warsong 0:10-19, 1:20-29, 2:30-39, 3:40-49 etc. Default: 7 (level 80)
|
||||
# Brackets for rated arena: 0:10-14, 1:15-19 etc. Default: 14 (80-84)
|
||||
# For lower level ranges to work in Rated Arena, custom code changes need to be made.
|
||||
# Count = amount of games Bots auto fill. (Count 1 for WSG = 20 bots).
|
||||
AiPlayerbot.RandomBotAutoJoinWarsongBracket = 7
|
||||
AiPlayerbot.RandomBotAutoJoinArenaBracket = 14
|
||||
AiPlayerbot.RandomBotAutoJoinBGWarsongCount = 0
|
||||
AiPlayerbot.RandomBotAutoJoinBGRatedArena2v2Count = 0
|
||||
AiPlayerbot.RandomBotAutoJoinBGRatedArena3v3Count = 0
|
||||
AiPlayerbot.RandomBotAutoJoinBGRatedArena5v5Count = 0
|
||||
|
||||
# Random bot arena team count
|
||||
# Teams are created when bots are initialized on server restart.
|
||||
# You may need to first delete all arena teams, then reinitialize bots.
|
||||
|
||||
Reference in New Issue
Block a user