Hey thanks, you rock! And here I was thinking it was just using that as a base and then referencing the .conf file for the correct values I'd set up there!
Ran this on the characters table and everything seems to work great! (updated)
REPLACE INTO `auctionhousebot` VALUES
('2', 'Alliance', '79000', '88000', '8', '24', '1', '8', '8', '4', '4', '0', '0', '1', '8', '45', '9', '12', '0', '0', '100', '150', '150', '250', '250', '450', '450', '850', '850', '1700', '1700', '3400', '3400', '6800', '70', '100', '70', '100', '80', '100', '75', '100', '80', '100', '80', '100', '80', '100', '0', '0', '0', '0', '0', '0', '0', '1', '1', '5', '12', '15', '20', '22', '10', '200');
REPLACE INTO `auctionhousebot` VALUES
('6', 'Horde', '79000', '88000', '8', '24', '1', '8', '8', '4', '4', '0', '0', '1', '8', '45', '9', '12', '0', '0', '100', '150', '150', '250', '250', '450', '450', '850', '850', '1700', '1700', '3400', '3400', '6800', '70', '100', '70', '100', '80', '100', '75', '100', '80', '100', '80', '100', '80', '100', '0', '0', '0', '0', '0', '0', '0', '1', '1', '5', '12', '15', '20', '22', '10', '200');
REPLACE INTO `auctionhousebot` VALUES
('7', 'Neutral', '79000', '88000', '8', '24', '1', '8', '8', '4', '4', '0', '0', '1', '8', '45', '9', '12', '0', '0', '100', '150', '150', '250', '250', '450', '450', '850', '850', '1700', '1700', '3400', '3400', '6800', '70', '100', '70', '100', '80', '100', '75', '100', '80', '100', '80', '100', '80', '100', '0', '0', '0', '0', '0', '0', '0', '1', '1', '5', '12', '15', '20', '22', '10', '200');
Now I just have to tweak the values a bit more. =)
*EDIT: I noticed with the shared AH enabled in mangos conf the bot wasn’t posting a min-max number of items to each auction house (alliance, horde, and neutral) and then showing the results of all three combined. Instead it seemed only to do it once for all three, so my previous settings felt way too low with a max of only 15000 auctions. I also tweaked the price ratios for item qualities to something which tends to match the wowhead going rates more closely, as well as offset the ratios of item preference so less useless stuff is posted and more variety at various levels emerges.
Man I love stuff like this!