From d844de7483ec12a7055bcd6eea2aa18f9c317114 Mon Sep 17 00:00:00 2001 From: bash Date: Wed, 24 Jul 2024 11:42:16 +0000 Subject: [PATCH] updated config --- config/modules/mod_ahbot.conf | 5 +++++ config/modules/playerbots.conf | 19 +++++++++++++++---- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/config/modules/mod_ahbot.conf b/config/modules/mod_ahbot.conf index 5d14e14..41c8c3f 100644 --- a/config/modules/mod_ahbot.conf +++ b/config/modules/mod_ahbot.conf @@ -2,17 +2,21 @@ # START: custom mod_ahbot.conf settings ################################################################################################# + #----------------------------------------------------------------------------------------------- # Use helper/find-character.sh to locate your newly created ah account and character GUID #----------------------------------------------------------------------------------------------- +# ah-bot account and character AuctionHouseBot.Account = 0 AuctionHouseBot.GUID = 0 +# enable AuctionHouseBot.EnableSeller = 0 AuctionHouseBot.EnableBuyer = 0 AuctionHouseBot.ItemsPerCycle = 5000 +# type of items being offered AuctionHouseBot.VendorItems = 1 AuctionHouseBot.VendorTradeGoods = 1 AuctionHouseBot.LootItems = 1 @@ -34,6 +38,7 @@ AuctionHouseBot.DisableKeys = 0 AuctionHouseBot.DisableDuration = 0 AuctionHouseBot.DisableBOP_Or_Quest_NoReqLevel = 0 + ################################################################################################# # END: custom mod_ahbot.conf settings ################################################################################################# diff --git a/config/modules/playerbots.conf b/config/modules/playerbots.conf index cdf011a..714ed62 100644 --- a/config/modules/playerbots.conf +++ b/config/modules/playerbots.conf @@ -2,38 +2,49 @@ # START: custom playerbots.conf settings ################################################################################################# + AiPlayerbot.Enabled = 1 -# world bots + +# randombots (maps: 0=Eastern 1=Kingdoms, Kalimdor, 530=Outland, 571=Northrend) AiPlayerbot.MinRandomBots = 2825 AiPlayerbot.MaxRandomBots = 2900 AiPlayerbot.RandomBotMinLevel = 1 -AiPlayerbot.RandomBotMaxLevel = 60 +AiPlayerbot.RandomBotMaxLev = 60 AiPlayerbot.RandomBotMaxLevelChance = 0.1 AiPlayerbot.RandomBotFixedLevel = 0 -AiPlayerbot.AggroDistance = 30 -# teleport randombots (0=Eastern 1=Kingdoms, Kalimdor, 530=Outland, 571=Northrend) AiPlayerbot.RandomBotMaps = 0,1 +AiPlayerbot.RandomBotTeleLowerLevel = 3 +AiPlayerbot.RandomBotTeleHigherLevel = 1 +AiPlayerbot.AutoTeleportForLevel = 1 + +AiPlayerbot.AggroDistance = 30 + # world account bots and rotation AiPlayerbot.EnableRotation = 1 AiPlayerbot.RotationPoolSize = 3000 AiPlayerbot.RandomBotAccountCount = 350 + # bots gear level limits AiPlayerbot.AutoGearQualityLimit = 3 + AiPlayerbot.LimitEnchantExpansion = 60 AiPlayerbot.LimitGearExpansion = 60 + # player summoned group/raid bots limits AiPlayerbot.MaxAddedBots = 40 AiPlayerbot.MaxAddedBotsPerClass = 10 + # performance related PlayerbotsDatabase.WorkerThreads = 1 PlayerbotsDatabase.SynchThreads = 100 + ################################################################################################# # END: custom playerbots.conf settings #################################################################################################