mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 00:28:33 +00:00
Update playerbots.conf
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user