Skip to content
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

AH Bot not posting Auctions for sell #144

Open
Stroobie opened this issue Mar 5, 2025 · 0 comments
Open

AH Bot not posting Auctions for sell #144

Stroobie opened this issue Mar 5, 2025 · 0 comments

Comments

@Stroobie
Copy link

Stroobie commented Mar 5, 2025

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:

Image

If any other files are requested, please let me know. Thanks!

AzerothCore Build Version

  • f332b0714077d7578e9bbe18951cefb330ec5052 (Playerbots Branch)

Modules Installed

  • Eluna LUA
  • AHBot
  • PlayerBots

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

  • Verified that mod_auctionhousebot.conf exists (not .dist).
  • Seller and Buyer options are enabled.
  • Verified the correct AuctionHouseBot.Account and AuctionHouseBot.GUID configurations.

✅ Verified Database Entries

  • mod_auctionhousebot table contains correct values.
  • auctionhousebot_professionItems contains 3,660 entries (items available to sell).
  • Seller inventory displays 7 rows.

✅ Checked Logs

  • No INSERT or EXECUTE operations for AHBot found in worldserver.log.
  • Error observed:

AHBot: No items are disabled or in whitelist! Selling will be disabled!

  • Despite this, auctionhousebot_professionItems contains items to sell.

✅ Tested Manually Adding Auctions

  • Manually inserted an auction into acore_characters.auctionhouse.
  • The manually inserted auction appeared in-game, confirming that auctions can be listed.

✅ Tested AHBot Commands In-Game

  • .ahbotoptions seller
  • .ahbotoptions ahexpire
  • .ahbotoptions update
  • No change—still no bot-created auctions appearing.

✅ MySQL Adjustments

  • Increased max_connections from 100 → 1024 (no effect).
  • Re-ran SOURCE auctionhousebot_professionItems.sql to ensure database integrity.

✅ Restarted Server After Every Change

  • worldserver & authserver restarted after every config/database change.
  • No change observed.

Additional Observations & Findings

❓ Auction House Selection Issue

  • Debugging shows "Begin Sell for Neutral", but no auctions appear in any auction house (Alliance, Horde, or Neutral).
  • The database query:
SELECT houseid, COUNT(*) AS total_auctions FROM acore_characters.auctionhouse GROUP BY houseid;
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

No branches or pull requests

1 participant