mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-02-03 09:33:47 +00:00
Configured for vanilla, limited the AH quality abit lower
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# ah-bot account and character
|
# ah-bot account and character
|
||||||
AuctionHouseBot.Account = 2
|
AuctionHouseBot.Account = 1
|
||||||
AuctionHouseBot.GUID = 1
|
AuctionHouseBot.GUID = 1
|
||||||
|
|
||||||
|
|
||||||
@@ -41,6 +41,18 @@ AuctionHouseBot.DisableDuration = 0
|
|||||||
AuctionHouseBot.DisableBOP_Or_Quest_NoReqLevel = 0
|
AuctionHouseBot.DisableBOP_Or_Quest_NoReqLevel = 0
|
||||||
|
|
||||||
|
|
||||||
|
# items for vanilla races only
|
||||||
|
AuctionHouseBot.DisableDKItems = 1
|
||||||
|
|
||||||
|
|
||||||
|
# vanilla items only
|
||||||
|
AuctionHouseBot.DisableItemsAboveLevel = 60
|
||||||
|
AuctionHouseBot.DisableTGsAboveLevel = 60
|
||||||
|
AuctionHouseBot.DisableItemsAboveReqLevel = 60
|
||||||
|
AuctionHouseBot.DisableTGsAboveReqLevel = 60
|
||||||
|
AuctionHouseBot.DisableItemsAboveReqSkillRank = 300
|
||||||
|
AuctionHouseBot.DisableTGsAboveReqSkillRank = 300
|
||||||
|
|
||||||
#################################################################################################
|
#################################################################################################
|
||||||
# END: custom mod_ahbot.conf settings
|
# END: custom mod_ahbot.conf settings
|
||||||
#################################################################################################
|
#################################################################################################
|
||||||
|
|||||||
@@ -10,12 +10,15 @@ AiPlayerbot.Enabled = 1
|
|||||||
AiPlayerbot.MinRandomBots = 2250
|
AiPlayerbot.MinRandomBots = 2250
|
||||||
AiPlayerbot.MaxRandomBots = 2300
|
AiPlayerbot.MaxRandomBots = 2300
|
||||||
AiPlayerbot.RandomBotMinLevel = 1
|
AiPlayerbot.RandomBotMinLevel = 1
|
||||||
AiPlayerbot.RandomBotMaxLevel = 80
|
AiPlayerbot.RandomBotMaxLevel = 40
|
||||||
AiPlayerbot.RandomBotMaxLevelChance = 0.1
|
AiPlayerbot.RandomBotMaxLevelChance = 0.1
|
||||||
AiPlayerbot.RandomBotFixedLevel = 0
|
AiPlayerbot.RandomBotFixedLevel = 0
|
||||||
AiPlayerbot.DisableRandomLevels = 0
|
AiPlayerbot.DisableRandomLevels = 0
|
||||||
|
AiPlayerbot.SyncLevelWithPlayers = 0
|
||||||
|
|
||||||
AiPlayerbot.RandomBotMaps = 0,1,530,571
|
#AiPlayerbot.RandomBotMaps = 0,1,530,571
|
||||||
|
AiPlayerbot.RandomBotMaps = 0,1
|
||||||
|
AiPlayerbot.DisableDeathKnightLogin = 1
|
||||||
AiPlayerbot.RandomBotTeleLowerLevel = 3
|
AiPlayerbot.RandomBotTeleLowerLevel = 3
|
||||||
AiPlayerbot.RandomBotTeleHigherLevel = 1
|
AiPlayerbot.RandomBotTeleHigherLevel = 1
|
||||||
AiPlayerbot.AutoTeleportForLevel = 1
|
AiPlayerbot.AutoTeleportForLevel = 1
|
||||||
@@ -29,9 +32,10 @@ AiPlayerbot.RotationPoolSize = 2400
|
|||||||
AiPlayerbot.RandomBotAccountCount = 300
|
AiPlayerbot.RandomBotAccountCount = 300
|
||||||
|
|
||||||
|
|
||||||
# bots gear level limits
|
# bots gear level limits (1 = normal, 2 = uncommon, 3 = rare, 4 = epic, 5 = legendary)
|
||||||
AiPlayerbot.AutoGearQualityLimit = 3
|
AiPlayerbot.AutoGearQualityLimit = 2
|
||||||
|
AiPlayerbot.AutoGearCommand = 1
|
||||||
|
AiPlayerbot.MaintenanceCommand = 1
|
||||||
|
|
||||||
# player summoned group/raid bots limits
|
# player summoned group/raid bots limits
|
||||||
AiPlayerbot.MaxAddedBots = 40
|
AiPlayerbot.MaxAddedBots = 40
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
#################################################################################################
|
#################################################################################################
|
||||||
|
|
||||||
# world server config (Expansion 0 = classic, 1 = bc, 2 = wotlk)
|
# world server config (Expansion 0 = classic, 1 = bc, 2 = wotlk)
|
||||||
Expansion = 2
|
Expansion = 0
|
||||||
MaxPlayerLevel = 80
|
MaxPlayerLevel = 60
|
||||||
GameType = 1
|
GameType = 1
|
||||||
PlayerLimit = 0
|
PlayerLimit = 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user