Update playerbots.conf

This commit is contained in:
bash
2025-08-11 20:04:00 +02:00
committed by GitHub
parent b0e452ab07
commit ebc6ed1efa

View File

@@ -34,15 +34,15 @@ AiPlayerbot.DisabledWithoutRealPlayerLogoutDelay = 300
#--------------------------------------------------------------------------------------------------------------------
#--------------------------------------------------------------------------------------------------------------------
AiPlayerbot.MinRandomBots = 3000
AiPlayerbot.MaxRandomBots = 3000
AiPlayerbot.MinRandomBots = 8000
AiPlayerbot.MaxRandomBots = 8000
AiPlayerbot.RandomBotMinLevel = 1
AiPlayerbot.RandomBotMaxLevel = 80
AiPlayerbot.DisableDeathKnightLogin = 0
AiPlayerbot.RandomBotAllianceRatio = 50
AiPlayerbot.RandomBotHordeRatio = 50
AiPlayerbot.EnableRotation = 0
AiPlayerbot.RandomBotAccountCount = 0
#AiPlayerbot.RandomBotAccountCount = 500
@@ -72,7 +72,7 @@ AiPlayerbot.RandomBotMaxLevelChance = 0.1
# Randombots will behave more like real players (experimental)
# This option will override AiPlayerbot.AutoDoQuests, RandomBotTeleLowerLevel, and RandomBotTeleHigherLevel
# Default: 1 (enabled)
AiPlayerbot.EnableNewRpgStrategy = 1
AiPlayerbot.EnableNewRpgStrategy = 0
# WanderRandom (Default: 15 Move randomly nearby to find and kill mobs)
# WanderNpc (Default: 20 Randomly interact with nearby NPCs)
@@ -82,10 +82,10 @@ AiPlayerbot.EnableNewRpgStrategy = 1
# TravelFlight (Default: 15 Go to the nearest flightmaster and fly to a level-appropriate area)
# Rest (Default: 5 Take a break for a while and do nothing)
AiPlayerbot.RpgStatusProbWeight.WanderRandom = 10
AiPlayerbot.RpgStatusProbWeight.WanderNpc = 15
AiPlayerbot.RpgStatusProbWeight.GoGrind = 75
AiPlayerbot.RpgStatusProbWeight.WanderNpc = 10
AiPlayerbot.RpgStatusProbWeight.GoGrind = 35
AiPlayerbot.RpgStatusProbWeight.GoCamp = 10
AiPlayerbot.RpgStatusProbWeight.DoQuest = 10
AiPlayerbot.RpgStatusProbWeight.DoQuest = 55
AiPlayerbot.RpgStatusProbWeight.TravelFlight = 15
AiPlayerbot.RpgStatusProbWeight.Rest = 5
@@ -157,8 +157,8 @@ AiPlayerbot.SayWhenCollectingItems = 0
#--------------------------------------------------------------------------------------------------------------------
#--------------------------------------------------------------------------------------------------------------------
#AiPlayerbot.RandomBotUpdateInterval = 20
AiPlayerbot.RandomBotUpdateInterval = 1
AiPlayerbot.RandomBotUpdateInterval = 20
#AiPlayerbot.RandomBotUpdateInterval = 1
AiPlayerbot.RandomBotCountChangeMinInterval = 1800
AiPlayerbot.RandomBotCountChangeMaxInterval = 7200
AiPlayerbot.MinRandomBotInWorldTime = 3600