Update playerbots.conf

This commit is contained in:
bash
2025-08-11 01:54:17 +02:00
committed by GitHub
parent 19c6e7babf
commit 1d74645e12

View File

@@ -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 = 20
AiPlayerbot.RpgStatusProbWeight.GoGrind = 40
AiPlayerbot.RpgStatusProbWeight.WanderNpc = 15
AiPlayerbot.RpgStatusProbWeight.GoGrind = 55
AiPlayerbot.RpgStatusProbWeight.GoCamp = 10
AiPlayerbot.RpgStatusProbWeight.DoQuest = 40
AiPlayerbot.RpgStatusProbWeight.DoQuest = 30
AiPlayerbot.RpgStatusProbWeight.TravelFlight = 15
AiPlayerbot.RpgStatusProbWeight.Rest = 5