diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index dfd789f..15a1ff3 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -108,7 +108,7 @@ AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000 #------------------------------------------------------------------- # timers #------------------------------------------------------------------- -AiPlayerbot.IterationsPerTick = 100 +AiPlayerbot.IterationsPerTick = 50 AiPlayerbot.GlobalCooldown = 500 AiPlayerbot.MaxWaitForMove = 5000 AiPlayerbot.DisableMoveSplinePath = 1 @@ -151,13 +151,13 @@ AiPlayerbot.AggroDistance = 22 #------------------------------------------------------------------- # performance related #------------------------------------------------------------------- -AiPlayerbot.BotActiveAlone = 100 +AiPlayerbot.BotActiveAlone = 10 AiPlayerbot.BotActiveFreezeDuringServerInit = 1 AiPlayerbot.BotActiveAloneForceWhenInRadius = 150 AiPlayerbot.BotActiveAloneForceWhenInZone = 1 AiPlayerbot.BotActiveAloneForceWhenInMap = 0 # BotActiveAloneForceWhenIsFriend = 1 # hasFriend logic can cause a crash -AiPlayerbot.BotActiveAloneForceWhenIsFriend = 1 +AiPlayerbot.BotActiveAloneForceWhenIsFriend = 0 AiPlayerbot.BotActiveAloneForceWhenInGuild = 1 AiPlayerbot.botActiveAloneSmartScale = 0 AiPlayerbot.botActiveAloneSmartScaleDiffLimitfloor = 50