So, when you click Search at the Armory, what happens?
If, and I'm assuming you didn't read, the ReadmeAHBOT.txt file in the Cumulative Update Pack you would set your min and max items for the Auction House...
Here's my settings:
Code:
UPDATE auctionhousebot SET minitems = "100" WHERE name = "Alliance";
UPDATE auctionhousebot SET maxitems = "500" WHERE name = "Alliance";
UPDATE auctionhousebot SET minitems = "100" WHERE name = "Horde";
UPDATE auctionhousebot SET maxitems = "500" WHERE name = "Horde";
UPDATE auctionhousebot SET minitems = "100" WHERE name = "Neutral";
UPDATE auctionhousebot SET maxitems = "500" WHERE name = "Neutral";
I put the Readme files there for a reason.
You should get something like this when you click Search:
And, since I'm actually now CERTAIN you did not bother to read it... I'll post the portion you should have read.