Extrukistoravon
Trial Member
- 3
- 2026
- 0
The Auction house Bot is broken. Bad GUID coded in for the auctioneer (23442) and the character GUID is bad too (279). Only 249 Items appear in the 3 auction houses, horde, Neutral, and alliance. The item cycle refresh is non working probably because of the bad GUIDs of the auctioneer. I was able to at least get the 249 Items to appear by changing the sql fields to 274539 for the auctioneer and 300 for the Emucoach character that was already created. But there should be burst value in world.config to flood the auction house with items then a cycle refresh amount to continue the flow. Im also getting the character GUID overflow crash with the bots and pets. I had to disable their ability to summon pets and then reduce the amount of bots from server default of 300 to 50. I'm really bummed about the auction house tho.
AUCTION HOUSE BOT - SQL Configuration (outside the worldserver.conf)
If you do not have an AH Bot Account yet, create one via worldserver cmd, in the worldserver window after it is running type this and hit enter:
.account create AHBot 1234
You now have a Account named "AHBot" with Password "1234".
Log into it and make a level 1 Character. Login. Logout. proceed.
The Auctionhouse Bot must also be configured in the worldserver.conf file.
It had a missmatching GUID for the character to use, after setting it to an existing character on a non player account (used heidi sql to acess the Database) it worked.
Example:
AuctionHouseBot.Account = 3 (this account must exist find it unter SQL DB: MOP--auth--account)
AuctionHouseBot.GUID = 44068 (this GUID must exist find it under SQL DB: MOP--characters--characters look for account you used above in 2nd row, use this guid)
The Account needs 1 Character, the Level does not matter, the faction or race does not matter, it does not need gold or gm level.
Item Number and Quality
You need to do more configuration if you want more items or specific perentage of grey to blue to epic.
GUIDE:
Open the Database in for example HeidiSQL
-MOP
--Characters
---auctionhousebot
Change MAXITEMS to whatever maximum items you want on each auctionhouse
OPTIONAL % Changes for the # of items per quality level:
TRADEGOODS: Change the corresponding "percentagewhitetradegoods" and "percentagegreentradegoods" to whatever percentage you want to be in the auctionhouse, do this for all of them grey, white, green, blue, purple - caution by adding orange and yellow (default is =0, better keep this way)
ITEMS: Change the corresponding "percentagewhiteitems" and "percentagegreenitems" to whatever percentage you want to be in the auctionhouse, do this for all of them grey, white, green, blue, purple - DO NOT add orange and yellow (default is =0) this will add items that do not belong in the auction house like Kael'thas temporary weapons.
Enjoy.
Last edited: