Yea I'm one of the ones to make a Howto On AHBot, Its has been 2 years so just was wondering how you do it now, cuas its not working so far this is what I did.
I got mangos with the GitBash command. So what I did is make a folder called MangosCompile I right click that folder and Selected GitBash Here, After the command Window comes up
I type
git://github.com/mangos/mangos.git
Next I made a folder called ScriptDev2 in MangosCompile\\src\\bindings I right click that folder and Selected SVN Checkout, After the Window comes up
I type
https://scriptdev2.svn.sourceforge.net/svnroot/scriptdev2
Next Step Time to apply Patches So what I did is follow this
====>I`m not git guru, so i made only patch file for everyone who want.
Patch was created from AHBot Xeross' Branch - no funcional modification, only compatibility with actual ManGOS.
Compatible MaNGOS revision: 10206+
Tested today, compile OK, Server running and AHBot works.
Way to apply patch:
Go to MaNGOS git repository and use commnad:
git apply "PATH TO PATCH"\\AHBot.patch<====
Download patch
So After I Downloaded that I put it in MangosCompile after that I used the PatchCommand on MangosCompile Folder. I right click that folder and Selected GitBash Here
After the command Window comes up I type
patch -p1 < AHBot.patch
"So it patches it."
The Version of Mangos I have is 10227
I compiles it with no errors, I added the sql to database and the AHBot one too. I edited the configs and all.
Now I made Account for the AHbot, I got the Account # and GUID of the player in the config.
Started the server logged in as the AHBot got in game exited.
So got my reg player in there works great!!! But with one Problem nothing in the Auctionhouse.
So I'm Stuck no compile errors nothing server works great but it like the AHBot is not Writing to the Auctionhouse in the Database.
Any Fixed or Ideas would be Great thanks.