Skip to content

Some Fix if UseBuyPriceForBuyer On and BuyPriceItem 0 #157

Closed
lotjib wants to merge 57 commits into
azerothcore:masterfrom
lotjib:master
Closed

Some Fix if UseBuyPriceForBuyer On and BuyPriceItem 0 #157
lotjib wants to merge 57 commits into
azerothcore:masterfrom
lotjib:master

Conversation

@lotjib

@lotjib lotjib commented Aug 12, 2025

Copy link
Copy Markdown

No description provided.

@biship

biship commented Sep 21, 2025

Copy link
Copy Markdown

@lotjib
Needs to be also changed?
Buy(&_AHBplayer, _neutralConfig, &_session);

@lotjib

lotjib commented Sep 21, 2025

Copy link
Copy Markdown
Author

@lotjib Needs to be also changed? Buy(&_AHBplayer, _neutralConfig, &_session);

  1. Try to increase the interval.
    UPDATE acore_world.mod_auctionhousebot SET buyerbidsperinterval=100 WHERE auctionhouse=2;
    UPDATE acore_world.mod_auctionhousebot SET buyerbidsperinterval=100 WHERE auctionhouse=6;
    UPDATE acore_world.mod_auctionhousebot SET buyerbidsperinterval=100 WHERE auctionhouse=7

  2. Check the config
    AuctionHouseBot.EnableSeller = 1
    AuctionHouseBot.EnableBuyer = 1
    AuctionHouseBot.UseBuyPriceForSeller = 0
    AuctionHouseBot.UseBuyPriceForBuyer = 1
    AuctionHouseBot.UseMarketPriceForSeller = 0

@biship

biship commented Sep 21, 2025

Copy link
Copy Markdown

@lotjib doesn't _session need to be changed to _ahbot_session in:

Buy(&_AHBplayer, _neutralConfig, &_session);

@lotjib lotjib closed this Sep 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants