updated config

This commit is contained in:
bash
2024-07-24 11:42:16 +00:00
parent 6fbffdb433
commit d844de7483
2 changed files with 20 additions and 4 deletions

View File

@@ -2,17 +2,21 @@
# START: custom mod_ahbot.conf settings # START: custom mod_ahbot.conf settings
################################################################################################# #################################################################################################
#----------------------------------------------------------------------------------------------- #-----------------------------------------------------------------------------------------------
# Use helper/find-character.sh to locate your newly created ah account and character GUID # Use helper/find-character.sh to locate your newly created ah account and character GUID
#----------------------------------------------------------------------------------------------- #-----------------------------------------------------------------------------------------------
# ah-bot account and character
AuctionHouseBot.Account = 0 AuctionHouseBot.Account = 0
AuctionHouseBot.GUID = 0 AuctionHouseBot.GUID = 0
# enable
AuctionHouseBot.EnableSeller = 0 AuctionHouseBot.EnableSeller = 0
AuctionHouseBot.EnableBuyer = 0 AuctionHouseBot.EnableBuyer = 0
AuctionHouseBot.ItemsPerCycle = 5000 AuctionHouseBot.ItemsPerCycle = 5000
# type of items being offered
AuctionHouseBot.VendorItems = 1 AuctionHouseBot.VendorItems = 1
AuctionHouseBot.VendorTradeGoods = 1 AuctionHouseBot.VendorTradeGoods = 1
AuctionHouseBot.LootItems = 1 AuctionHouseBot.LootItems = 1
@@ -34,6 +38,7 @@ AuctionHouseBot.DisableKeys = 0
AuctionHouseBot.DisableDuration = 0 AuctionHouseBot.DisableDuration = 0
AuctionHouseBot.DisableBOP_Or_Quest_NoReqLevel = 0 AuctionHouseBot.DisableBOP_Or_Quest_NoReqLevel = 0
################################################################################################# #################################################################################################
# END: custom mod_ahbot.conf settings # END: custom mod_ahbot.conf settings
################################################################################################# #################################################################################################

View File

@@ -2,38 +2,49 @@
# START: custom playerbots.conf settings # START: custom playerbots.conf settings
################################################################################################# #################################################################################################
AiPlayerbot.Enabled = 1 AiPlayerbot.Enabled = 1
# world bots
# randombots (maps: 0=Eastern 1=Kingdoms, Kalimdor, 530=Outland, 571=Northrend)
AiPlayerbot.MinRandomBots = 2825 AiPlayerbot.MinRandomBots = 2825
AiPlayerbot.MaxRandomBots = 2900 AiPlayerbot.MaxRandomBots = 2900
AiPlayerbot.RandomBotMinLevel = 1 AiPlayerbot.RandomBotMinLevel = 1
AiPlayerbot.RandomBotMaxLevel = 60 AiPlayerbot.RandomBotMaxLev = 60
AiPlayerbot.RandomBotMaxLevelChance = 0.1 AiPlayerbot.RandomBotMaxLevelChance = 0.1
AiPlayerbot.RandomBotFixedLevel = 0 AiPlayerbot.RandomBotFixedLevel = 0
AiPlayerbot.AggroDistance = 30
# teleport randombots (0=Eastern 1=Kingdoms, Kalimdor, 530=Outland, 571=Northrend)
AiPlayerbot.RandomBotMaps = 0,1 AiPlayerbot.RandomBotMaps = 0,1
AiPlayerbot.RandomBotTeleLowerLevel = 3
AiPlayerbot.RandomBotTeleHigherLevel = 1
AiPlayerbot.AutoTeleportForLevel = 1
AiPlayerbot.AggroDistance = 30
# world account bots and rotation # world account bots and rotation
AiPlayerbot.EnableRotation = 1 AiPlayerbot.EnableRotation = 1
AiPlayerbot.RotationPoolSize = 3000 AiPlayerbot.RotationPoolSize = 3000
AiPlayerbot.RandomBotAccountCount = 350 AiPlayerbot.RandomBotAccountCount = 350
# bots gear level limits # bots gear level limits
AiPlayerbot.AutoGearQualityLimit = 3 AiPlayerbot.AutoGearQualityLimit = 3
AiPlayerbot.LimitEnchantExpansion = 60 AiPlayerbot.LimitEnchantExpansion = 60
AiPlayerbot.LimitGearExpansion = 60 AiPlayerbot.LimitGearExpansion = 60
# player summoned group/raid bots limits # player summoned group/raid bots limits
AiPlayerbot.MaxAddedBots = 40 AiPlayerbot.MaxAddedBots = 40
AiPlayerbot.MaxAddedBotsPerClass = 10 AiPlayerbot.MaxAddedBotsPerClass = 10
# performance related # performance related
PlayerbotsDatabase.WorkerThreads = 1 PlayerbotsDatabase.WorkerThreads = 1
PlayerbotsDatabase.SynchThreads = 100 PlayerbotsDatabase.SynchThreads = 100
################################################################################################# #################################################################################################
# END: custom playerbots.conf settings # END: custom playerbots.conf settings
################################################################################################# #################################################################################################