Make sure you create a toon for the AHBot first, and log in atleast once with that toon.
The new mangosd.conf file contains the new information to be edited, here's my configuration:
Code:
AuctionHouseBot.EnableSeller = 1
AuctionHouseBot.EnableBuyer = 1
AuctionHouseBot.Account = 6
AuctionHouseBot.GUID = 2
AuctionHouseBot.VendorItems = 1
AuctionHouseBot.LootItems = 1
AuctionHouseBot.OtherItems = 1
AuctionHouseBot.No_Bind = 1
AuctionHouseBot.Bind_When_Picked_Up = 0
AuctionHouseBot.Bind_When_Equipped = 1
AuctionHouseBot.Bind_When_Use = 1
AuctionHouseBot.Bind_Quest_Item = 0
AuctionHouseBot.ItemsPerCycle = 200
AuctionHouseBot.UseBuyPriceForSeller = 0
AuctionHouseBot.UseBuyPriceForBuyer = 0
You'll have to go into your database to assign one of your toons as the AHBot, here's how to find the AuctionHouseBot.Account and AuctionHouseBot.GUID numbers.
1. Make sure MySQL is running
2. Download and install SQLYog from
http://code.google.com/p/sqlyog/downloads/list
3. Open SQLYog and make sure the connection looks like below
Click New, name the connection MaNGOS

username is
root password is
mangos
Now click
Connect
Click the
+ next to the
characters database on the left, then right-click on the
characters table and click
Open Table
Click to enlarge:
Look for the toon you created and note the guid and account numbers, as you can see from my AHBot config I used Loktar as my bot.
Now your Auction House should be populated when you start up the server.
Bookmarks