mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 08:37:17 +00:00
initial setup after some tweaking
This commit is contained in:
40
config/modules/mod_ahbot.conf
Normal file
40
config/modules/mod_ahbot.conf
Normal file
@@ -0,0 +1,40 @@
|
||||
#################################################################################################
|
||||
# START: custom mod_ahbot.conf settings
|
||||
#################################################################################################
|
||||
|
||||
#-----------------------------------------------------------------------------------------------
|
||||
# Use helper/find-character.sh to locate your newly created ah account and character GUID
|
||||
#-----------------------------------------------------------------------------------------------
|
||||
|
||||
AuctionHouseBot.Account = 0
|
||||
AuctionHouseBot.GUID = 0
|
||||
|
||||
AuctionHouseBot.EnableSeller = 0
|
||||
AuctionHouseBot.EnableBuyer = 0
|
||||
AuctionHouseBot.ItemsPerCycle = 5000
|
||||
|
||||
AuctionHouseBot.VendorItems = 1
|
||||
AuctionHouseBot.VendorTradeGoods = 1
|
||||
AuctionHouseBot.LootItems = 1
|
||||
AuctionHouseBot.LootTradeGoods = 1
|
||||
AuctionHouseBot.OtherItems = 0
|
||||
AuctionHouseBot.OtherTradeGoods = 0
|
||||
AuctionHouseBot.No_Bind = 1
|
||||
AuctionHouseBot.Bind_When_Picked_Up = 0
|
||||
AuctionHouseBot.Bind_When_Equipped = 1
|
||||
AuctionHouseBot.Bind_When_Use = 1
|
||||
AuctionHouseBot.Bind_Quest_Item = 0
|
||||
AuctionHouseBot.DisablePermEnchant = 0
|
||||
AuctionHouseBot.DisableConjured = 0
|
||||
AuctionHouseBot.DisableGems = 1
|
||||
AuctionHouseBot.DisableMoney = 0
|
||||
AuctionHouseBot.DisableMoneyLoot = 0
|
||||
AuctionHouseBot.DisableLootable = 0
|
||||
AuctionHouseBot.DisableKeys = 0
|
||||
AuctionHouseBot.DisableDuration = 0
|
||||
AuctionHouseBot.DisableBOP_Or_Quest_NoReqLevel = 0
|
||||
|
||||
#################################################################################################
|
||||
# END: custom mod_ahbot.conf settings
|
||||
#################################################################################################
|
||||
|
||||
35
config/modules/playerbots.conf
Normal file
35
config/modules/playerbots.conf
Normal file
@@ -0,0 +1,35 @@
|
||||
#################################################################################################
|
||||
# START: custom playerbots.conf settings
|
||||
#################################################################################################
|
||||
|
||||
AiPlayerbot.Enabled = 1
|
||||
|
||||
# world bots
|
||||
AiPlayerbot.MinRandomBots = 2250
|
||||
AiPlayerbot.MaxRandomBots = 2300
|
||||
AiPlayerbot.RandomBotMinLevel = 1
|
||||
AiPlayerbot.RandomBotMaxLevel = 60
|
||||
AiPlayerbot.RandomBotMaxLevelChance = 0.05
|
||||
AiPlayerbot.RandomBotFixedLevel = 0
|
||||
|
||||
# world account bots and rotation
|
||||
AiPlayerbot.EnableRotation = 1
|
||||
AiPlayerbot.RotationPoolSize = 2500
|
||||
AiPlayerbot.RandomBotAccountCount = 300
|
||||
|
||||
# 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
|
||||
#################################################################################################
|
||||
7
config/modules/progression_system.conf
Normal file
7
config/modules/progression_system.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
#################################################################################################
|
||||
# START: custom progression_system.conf settings
|
||||
#################################################################################################
|
||||
|
||||
#################################################################################################
|
||||
# END: custom progression_system.conf settings
|
||||
#################################################################################################
|
||||
Reference in New Issue
Block a user