Update playerbots.conf

This commit is contained in:
bash
2025-08-11 20:56:09 +02:00
committed by GitHub
parent d35b7090dc
commit fed5437d91

View File

@@ -74,6 +74,9 @@ AiPlayerbot.RandomBotMaxLevelChance = 0.1
# Default: 1 (enabled) # Default: 1 (enabled)
AiPlayerbot.EnableNewRpgStrategy = 1 AiPlayerbot.EnableNewRpgStrategy = 1
# Control probability weights for RPG status of bots. Takes effect only when the status meets its premise.
# Sum of weights need not be 100. Set to 0 to disable the status.
#
# WanderRandom (Default: 15 Move randomly nearby to find and kill mobs) # WanderRandom (Default: 15 Move randomly nearby to find and kill mobs)
# WanderNpc (Default: 20 Randomly interact with nearby NPCs) # WanderNpc (Default: 20 Randomly interact with nearby NPCs)
# GoGrind (Default: 15 Go to nearby level-appropriate locations to grind for killing mobs) # GoGrind (Default: 15 Go to nearby level-appropriate locations to grind for killing mobs)
@@ -81,12 +84,12 @@ AiPlayerbot.EnableNewRpgStrategy = 1
# DoQuest (Default: 60 Select quest from the quest log and head to the location to attempt completion) # DoQuest (Default: 60 Select quest from the quest log and head to the location to attempt completion)
# TravelFlight (Default: 15 Go to the nearest flightmaster and fly to a level-appropriate area) # 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) # Rest (Default: 5 Take a break for a while and do nothing)
AiPlayerbot.RpgStatusProbWeight.WanderRandom = 10 AiPlayerbot.RpgStatusProbWeight.WanderRandom = 5
AiPlayerbot.RpgStatusProbWeight.WanderNpc = 10 AiPlayerbot.RpgStatusProbWeight.WanderNpc = 5
AiPlayerbot.RpgStatusProbWeight.GoGrind = 35 AiPlayerbot.RpgStatusProbWeight.GoGrind = 30
AiPlayerbot.RpgStatusProbWeight.GoCamp = 10 AiPlayerbot.RpgStatusProbWeight.GoCamp = 5
AiPlayerbot.RpgStatusProbWeight.DoQuest = 55 AiPlayerbot.RpgStatusProbWeight.DoQuest = 40
AiPlayerbot.RpgStatusProbWeight.TravelFlight = 15 AiPlayerbot.RpgStatusProbWeight.TravelFlight = 10
AiPlayerbot.RpgStatusProbWeight.Rest = 5 AiPlayerbot.RpgStatusProbWeight.Rest = 5
# Enable/Disable cheats for bots # Enable/Disable cheats for bots