-
Notifications
You must be signed in to change notification settings - Fork 104
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
Bug: Missing items on AH under several categories #74
Comments
I am having a similar issue and got to digging. Based on the query I see in AuctionHouseBot.cpp (see below), it's only pulling items that show up in loot tables. Sure enough, the item IDs mentioned by @ChrisFredriksson are not in the results. I was looking for more projectiles in AH, but there are very few in the loot tables.
If I add I am still digging into the database, but I can't seem to find anything else that would identify items that are crafted by players. Edit: I noticed after posting this that |
@ChrisFredriksson, #73 is getting some attention and this issue appears to have the same cause. I think you could close this one as a duplicate so it doesn't cause any confusion. |
a large number of herbs (basically anything past most classic herbs, but even then, there's a good number that are missing) never appear. heavy leather is never present either. |
Current Behaviour
Missing items under
None of these are listed in the DB table "mod_auctionhousebot_disabled_items".
Expected Behaviour
These items should be possible to find on the AH.
Steps to reproduce the problem
Launch server with AHBot module
Extra Notes
I have set minitems to 140 000 and maxitems to 150 000.
None of these are listed in the DB table "mod_auctionhousebot_disabled_items".
AC rev. hash/commit
AzerothCore rev. 1209d61565cb+ 2023-08-11 22:20:06 +0000 (master branch)
Operating system
Debian 12 x64
Custom changes or Modules
AutoBalance
IndividualProgression
SoloLFG
NPCBots
The text was updated successfully, but these errors were encountered: