Ok, finally it doesn't work at all.
I copied db from my production server to my test server, that's why I had 20000 items in db and only 4000 then 3000 in game (expired items).
Config file was wrong, i kept old one:
Old:
AuctionHouseBot.EnableSeller = 1
AuctionHouseBot.EnableBuyer = 0
AuctionHouseBot.Account = 5
AuctionHouseBot.GUID = 4511
AuctionHouseBot.VendorItems = 0
AuctionHouseBot.LootItems = 1
AuctionHouseBot.OtherItems = 0
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
New:
AuctionHouseBot.Seller.Enabled = 1
AuctionHouseBot.Buyer.Enabled = 0
AuctionHouseBot.Account = 5
AuctionHouseBot.Character = 4511
AuctionHouseBot.Items.Vendor = 0
AuctionHouseBot.Items.Loot = 1
AuctionHouseBot.Items.Misc = 0
AuctionHouseBot.Bind.No = 1
AuctionHouseBot.Bind.Pickup = 0
AuctionHouseBot.Bind.Equip = 1
AuctionHouseBot.Bind.Use = 1
AuctionHouseBot.Bind.Quest = 0
AuctionHouseBot.ItemsPerCycle = 200
AuctionHouseBot.BuyPrice.Seller = 0
AuctionHouseBot.BuyPrice.Buyer = 0
I activated debug mode with:
AuctionHouseBot.DEBUG = 1
Game loads config from DB but nothing happens. auctionhouse table is empty.
Output log:
09:58:09 Initialize AuctionHouseBot...
minItems = 20000
maxItems = 20000
minTime = 8
maxTime = 24
percentGreyTradeGoods = 0
percentWhiteTradeGoods = 27
percentGreenTradeGoods = 12
percentBlueTradeGoods = 10
percentPurpleTradeGoods = 1
percentOrangeTradeGoods = 0
percentYellowTradeGoods = 0
percentGreyItems = 0
percentWhiteItems = 10
percentGreenItems = 30
percentBlueItems = 8
percentPurpleItems = 2
percentOrangeItems = 0
percentYellowItems = 0
minPriceGrey = 100
maxPriceGrey = 150
minPriceWhite = 150
maxPriceWhite = 250
minPriceGreen = 800
maxPriceGreen = 1400
minPriceBlue = 1250
maxPriceBlue = 1750
minPricePurple = 2250
maxPricePurple = 4550
minPriceOrange = 3250
maxPriceOrange = 5550
minPriceYellow = 5250
maxPriceYellow = 6550
minBidPriceGrey = 70
maxBidPriceGrey = 100
minBidPriceWhite = 70
maxBidPriceWhite = 100
minBidPriceGreen = 80
maxBidPriceGreen = 100
minBidPriceBlue = 75
maxBidPriceBlue = 75
minBidPricePurple = 80
maxBidPricePurple = 100
minBidPriceOrange = 80
maxBidPriceOrange = 100
minBidPriceYellow = 80
maxBidPriceYellow = 100
maxStackGrey = 0
maxStackWhite = 0
maxStackGreen = 3
maxStackBlue = 2
maxStackPurple = 1
maxStackOrange = 1
maxStackYellow = 1
09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 09:58:09 ========AuctionHouseBot========
09:58:09 loaded 5 grey trade goods
09:58:09 loaded 256 white trade goods
09:58:09 loaded 28 green trade goods
09:58:09 loaded 8 blue trade goods
09:58:09 loaded 2 purple trade goods
09:58:09 loaded 0 orange trade goods
09:58:09 loaded 0 yellow trade goods
09:58:09 loaded 1004 grey items
09:58:09 loaded 533 white items
09:58:09 loaded 3047 green items
09:58:09 loaded 907 blue items
09:58:09 loaded 89 purple items
09:58:09 loaded 0 orange items
09:58:09 loaded 0 yellow items
09:58:09 AuctionHouseBot> [AHBot-x001] is now loaded
09:58:09 AuctionHouseBot> updated by Xeross (Original by Naicisum, ChrisK, Paradox)
09:58:09 AuctionHouseBot> Includes AHBuyer by Kerbe and Paradox
09:58:09 WORLD: World initialized
I don't understand why nothing appears