I hope this is a good place to ask this, but: I've managed to compile mangos, and got a server up and running, but I don't have a clue how to take your patch, and apply it to the code (which is what I figure I need to do to have an AH bot).
So, I've downloaded a source tarball from here: https://github.com/antiroot/mangos/tree/new_ahbot_finetune
My guess is that I need to somehow take this, and merge it with the mangos source, and then compile the whole thing. Is that correct? If so, how do I do that?
Finally, how do I know which revision of mangos this is compatible with?
EDIT: Ah! You just compile it. Well, never mind then, I figured it out :-)
Now I have a new question. I've got it compiled, configured, and running. However, only one item actually showed up on the AH. I bought it, and that was that. It did populate the Auction table in the Characters with around 7000 items, but I guess that doesn't make them show up? Have I done something wrong?
I noticed that I didn't find anything about needing to update the database. Is there some database entry I need to make for the bot? I assume since SOMETHING showed up on the AH, it must at least somewhat be working.
EDIT Again: Aaaand maybe I should have read above in this thread more closely, as perhaps this question was just recently answered. Is this the same deal as Rog360's question? If so, how long should I have to wait before the AH becomes useful? And am I correct in not messing with the database at all when adding the bot?
Yet another edit: I am seeing a fairly frequent error in the server log: "SQL ERROR: Out of range value for column 'moneyTime' at row 1" Should I be concerned by this?
Edit again: Ok, so I noticed that the itemowner for all of the auction entries is '4294967295', which is obviously not the guid of any characters on the server. Is this just the way it works? When it needs to look at the item's owner, does the server redirect that request to some AH Bot code or something?