From 87b17ce8f4c178ac3c8c95ad2d0aa597895b3263 Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Fri, 23 Jun 2023 16:05:08 +0800 Subject: [PATCH] chore(conf): reduce default rndbot interval --- conf/playerbots.conf.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/playerbots.conf.dist b/conf/playerbots.conf.dist index c6ea7b98..cb578365 100644 --- a/conf/playerbots.conf.dist +++ b/conf/playerbots.conf.dist @@ -560,7 +560,7 @@ AiPlayerbot.RandomBotCountChangeMinInterval = 1800 AiPlayerbot.RandomBotCountChangeMaxInterval = 7200 AiPlayerbot.MinRandomBotInWorldTime = 3600 AiPlayerbot.MaxRandomBotInWorldTime = 1209600 -AiPlayerbot.MinRandomBotRandomizeTime = 7200 +AiPlayerbot.MinRandomBotRandomizeTime = 302400 AiPlayerbot.MaxRandomRandomizeTime = 1209600 AiPlayerbot.RandomBotsPerInterval = 500 AiPlayerbot.MinRandomBotsPriceChangeInterval = 7200