Jump to content

Dark Mike

Members
  • Posts

    5
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Dark Mike

  1. Earthwalker, Thanks again. My marbles appear to have been restored. I pulled AHBot (x004), Playerbot, and Mangos 10435 last night and built from that. All 3 auction houses are back to being populated again. Guess there was something between 10385 and 10435 that was tripping me up. For what it's worth, I'm also seeing the Item::AddToUpdateQueueOf - GetPlayer didn't find a player matching owner's guid (0)! errors, but as far as I can tell things are working. Thanks everyone -- I'm in a REALLY good mood now!
  2. Earthwalker, Guess we were typing at the same time . I'll try a newer revision soon. Thanks!
  3. DaViper, I think I see what's happening now -- though I could be mistaken. In AuctionHouseBot::addNewAuctions(), it calls GetAuctionHouseEntry() for the 'AHBplayer' (I assume this is the GUID set in mangosd.conf). AuctionHouseMgr::GetAuctionHouseEntry() determines the player's faction, and assigns the auction house number based on that. My configured auction house character happens to be Human, so the only auction house available is houseid 1. In other words, my Alliance auction house has items in it, but the Horde and Neutral houses are empty. Interesting... Do you (or anyone else) see similar behavior? Or have I finally lost the rest of my marbles ? Thanks again.
  4. DaViper, Thank you! Yes. I've actually had AuctionHouseBot configured and working for quite a while now -- just not this latest update (rev 10385). I used the SQL listed at http://github.com/xeross/mangos/blob/ahbot/sql/characters_auctionhousebot.sql to set up and populate the table, which looks identical to the SQL you posted. Just for grins, I set the 'minitems' to 100 for all three auction houses -- the 'maxitems' is still 3000. The total number of records in my 'auction' table is dropping again. I have a feeling it's going to bottom out at 100. Thanks again!
  5. Long time reader, first time poster (and I hope I'm doing this right). Comment and a question. I finally upgraded my core yesterday (with playerbot and xeross' ahbot patches, followed the merge and what have you -- I update rather infrequently) and I couldn't figure out why ahbot refused to add items to the auction houses. After much wailing and gnashing of teeth, I finally realized that thew new config library didn't agree with my configuration. I had this line in mangos.conf: AuctionHouseBot.Seller.Enabled = 1 # was 0 I guess putting a comment on the same line no longer works. So if anyone else is having the same problem, this might be worth a shot. And now the question: I have 'minitems' set to 0, and 'maxitems' set to 3000 for all three houses. My 'auction' table is sitting at a steady 3000 items, and it looks like everything's going into 'houseid' 1. Any ideas where I might have messed up here? Thanks!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use