Is your AH bot not working or no really populating the Auction House?
This must related to a poor setting.
The following setting is a demo, showing what parameters we may need to take care.
# dont forget to enable AH bot seller AuctionHouseBot.Seller.Enabled = 1 # initial 1000 items for an empty auction house is OK, so keep default setting. AuctionHouseBot.ItemsPerCycle.Boost = 1000 # after intitial, 20 items/refill is fast enough, AH bot will refill auction house really quick. So keep default setting. AuctionHouseBot.ItemsPerCycle.Normal = 20 # IMPORTANT: following settings are relating to how many items AH bot would refill to auction house. AuctionHouseBot.Items.Amount.Gray = 0 AuctionHouseBot.Items.Amount.White = 2000 AuctionHouseBot.Items.Amount.Green = 2500 AuctionHouseBot.Items.Amount.Blue = 1500 AuctionHouseBot.Items.Amount.Purple = 1000 AuctionHouseBot.Items.Amount.Orange = 1 AuctionHouseBot.Items.Amount.Yellow = 0 # price is another big thing we need to condiser AuctionHouseBot.Items.Gray.Price.Ratio = 100 AuctionHouseBot.Items.White.Price.Ratio = 350 AuctionHouseBot.Items.Green.Price.Ratio = 750 AuctionHouseBot.Items.Blue.Price.Ratio = 1500 AuctionHouseBot.Items.Purple.Price.Ratio = 3500 AuctionHouseBot.Items.Orange.Price.Ratio = 7500 AuctionHouseBot.Items.Yellow.Price.Ratio = 7500
Happy Wowing, haha.
You may find the setting in server_world.conf for singleCore_AC_1.2, or your world server config file, I think most setting is similar.