AHBOT not populating number of items based on conf file
i tested the bot on our server set AuctionHouseBot.ItemsPerCycle = 10000. There is not 10000 items listed in auction house in game. not even 1000. Maybe a 100 but not even close to 1000 or more. here is my conf file https://paste-bin.xyz/76600 screenshot of world server console https://prnt.sc/CFnb1JGdx8_p can i get confirmation on this please? To Test: use my conf file above. load world server go in game to auction house tell me what you see. Do you see anything close to 1000 or more total items listed? Go through each category one at a time.
AuctionHouseBot.ItemsPerCycle is used to modify how many items are added during a single batch operation. What you are looking for is in the SQL database: column maxItems in the mod_auctionhousebot table.
Thanks
On Sat, Oct 1, 2022 at 6:20 PM Mickaël Mauger @.***> wrote:
AuctionHouseBot.ItemsPerCycle is used to modify how many items are added during a single batch operation. What you are looking for is in the SQL database: column maxItems in the mod_auctionhousebot table.
— Reply to this email directly, view it on GitHub https://github.com/azerothcore/mod-ah-bot/issues/64#issuecomment-1264506466, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2UAYSXZIWRVTQ7KFZFUHMDWBDBLPANCNFSM57ROFIPQ . You are receiving this because you authored the thread.Message ID: @.***>
You can use ahbotoptions minitems/maxitems to increase the number in the Auction Houses. Use .ahbotoptions help to see list of options. As I recall, you can type into console .ahbotoptions minitems AH_NUMBER 10000 (or any other number you desire). Otherwise, AHbot will usually populate it with around 249 items and be stuck at it. Further options help you determine the quality and type of items which can be usefull too if you are going for more armor than consumables etc.