-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AHBOT not populating number of items based on conf file #64
Comments
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 |
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
<#64 (comment)>,
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. |
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.
The text was updated successfully, but these errors were encountered: