From 5077944d85cd2069958bbf1dd761311f92ea1b95 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:50:48 +0200 Subject: [PATCH] Update playerbots.conf --- config/modules/playerbots.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index d1de699..f10569c 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -24,6 +24,7 @@ AiPlayerbot.DisabledWithoutRealPlayer = 0 AiPlayerbot.DisabledWithoutRealPlayerLoginDelay = 30 AiPlayerbot.DisabledWithoutRealPlayerLogoutDelay = 300 + #-------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------- # randombots @@ -101,6 +102,7 @@ AiPlayerbot.RpgStatusProbWeight.Rest = 5 # "raid" (bots use cheats implemented into raid strategies) AiPlayerbot.BotCheats = "taxi,raid" + #-------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------- # command @@ -136,6 +138,7 @@ AiPlayerbot.MaxAddedBots = 40 AiPlayerbot.MaxAddedBotsPerClass = 10 AiPlayerbot.AddClassAccountPoolSize = 50 + #-------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------- # chat and broadcast (default; RepeatDelay = 2000) @@ -154,6 +157,7 @@ AIPlayerbot.GuildFeedback = 0 AiPlayerbot.RandomBotSayWithoutMaster = 0 AiPlayerbot.SayWhenCollectingItems = 0 + #-------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------- # intervals @@ -175,6 +179,7 @@ AiPlayerbot.MinRandomBotTeleportInterval = 3600 AiPlayerbot.MaxRandomBotTeleportInterval = 18000 AiPlayerbot.RandomBotInWorldWithRotationDisabled = 31104000 + #-------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------- # timers @@ -199,6 +204,7 @@ AiPlayerbot.SitDelay = 10000 AiPlayerbot.ReturnDelay = 2000 AiPlayerbot.LootDelay = 1000 + #-------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------- # distance @@ -223,6 +229,7 @@ AiPlayerbot.AoeRadius = 10 AiPlayerbot.RpgDistance = 200 AiPlayerbot.AggroDistance = 22 + #-------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------- # performance related @@ -246,13 +253,13 @@ AiPlayerbot.botActiveAloneSmartScaleWhenMaxLevel = 80 PlayerbotsDatabase.WorkerThreads = 1 PlayerbotsDatabase.SynchThreads = 1 + #-------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------- # custom strategies #-------------------------------------------------------------------------------------------------------------------- #-------------------------------------------------------------------------------------------------------------------- - ################################################################################################# # END: custom playerbots.conf settings #################################################################################################