You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AHBot successfully loads and performs update cycles but does not generate auctions. The bot appears to be functional in terms of bidding on player-created auctions, but it does not post any items for sale. No SQL INSERT operations related to AHBot are observed in the logs.
If manually inserting an auction into acore_characters.auctionhouse, the auction appears in-game, confirming that the auction system itself is working correctly.
Steps Taken to Troubleshoot
✅ Checked Config & Enabled AHBot
Verified that mod_auctionhousebot.conf exists (not .dist).
Seller and Buyer options are enabled.
Verified the correct AuctionHouseBot.Account and AuctionHouseBot.GUID configurations.
I have tried everything I can think of, as well as community support could think of.
This image is the most I get now for logs:
If any other files are requested, please let me know. Thanks!
AzerothCore Build Version
f332b0714077d7578e9bbe18951cefb330ec5052
(Playerbots Branch)Modules Installed
Issue Summary
AHBot successfully loads and performs update cycles but does not generate auctions. The bot appears to be functional in terms of bidding on player-created auctions, but it does not post any items for sale. No SQL
INSERT
operations related to AHBot are observed in the logs.If manually inserting an auction into
acore_characters.auctionhouse
, the auction appears in-game, confirming that the auction system itself is working correctly.Steps Taken to Troubleshoot
✅ Checked Config & Enabled AHBot
mod_auctionhousebot.conf
exists (not.dist
).Seller
andBuyer
options are enabled.AuctionHouseBot.Account
andAuctionHouseBot.GUID
configurations.✅ Verified Database Entries
mod_auctionhousebot
table contains correct values.auctionhousebot_professionItems
contains 3,660 entries (items available to sell).✅ Checked Logs
INSERT
orEXECUTE
operations for AHBot found inworldserver.log
.AHBot: No items are disabled or in whitelist! Selling will be disabled!
auctionhousebot_professionItems
contains items to sell.✅ Tested Manually Adding Auctions
acore_characters.auctionhouse
.✅ Tested AHBot Commands In-Game
.ahbotoptions seller
.ahbotoptions ahexpire
.ahbotoptions update
✅ MySQL Adjustments
max_connections
from 100 → 1024 (no effect).SOURCE auctionhousebot_professionItems.sql
to ensure database integrity.✅ Restarted Server After Every Change
worldserver
&authserver
restarted after every config/database change.Additional Observations & Findings
❓ Auction House Selection Issue
The text was updated successfully, but these errors were encountered: