azerothcore / mod-ah-bot

AHBot for AzerothCore
http://azerothcore.org/
71 stars 85 forks source link

Cannot increase amount of auctions. #54

Closed Scortas closed 2 years ago

Scortas commented 2 years ago

There has been two ways to do this.

Either with the modules own config file, which has the value off 250 items in AH per cycle by default. According to other this setting has never seemed to work actually.

Other option some have mentioned as working. Going into the database directory in your MySQL server and looking into world --> mod-auctionhousebot and editing the values there which have been set to 250.

Neither of these are working and I'm wondering is there some other cap somewhere? Are my values somehow too big? Trying to do the following.

Settings in DB Items in Alliance ah: min 1 max 1 Items in Horde ah: min 10 000 max 11 000 Items in Neutral ah: min 250 max 250

Settings in Config.txt Items per cycle in AH 8000

Any ideas? Has anybody succeeded recently in increasing the amount of items the bot sells?

Also is there any idea how long a cycle takes? Is there a way to increase the speed of a cycle?

Scortas commented 2 years ago

Found a fix I had enabled the auctionhouse to be usable by either side in worldserver.conf and as such only neutral settings mattered apparently (which as you can see are at 250 item max)

Scortas commented 2 years ago

Recommend adding the database editing requirement for increasing the amount of items in AH to readme