Jump to content

power12

Members
  • Posts

    9
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

power12's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Conpiled with:VC++ 2010 [mangosdVC100.sln] 6> AuctionHouseBot.cpp 6>..\\..\\src\\game\\AuctionHouseBot.cpp(434): error C2039: 'auctioneer' : is not a member of 'AuctionEntry' 6> c:\\mangoscompile\\src\\game\\AuctionHouseMgr.h(48) : see declaration of 'AuctionEntry' 6> AuctionHouseHandler.cpp 6>..\\..\\src\\game\\AuctionHouseHandler.cpp(267): error C2039: 'auctioneer' : is not a member of 'AuctionEntry' 6> c:\\mangoscompile\\src\\game\\AuctionHouseMgr.h(48) : see declaration of 'AuctionEntry' 6>..\\..\\src\\game\\AuctionHouseHandler.cpp(287): error C2039: 'auctioneer' : is not a member of 'AuctionEntry' ========== Build: 7 succeeded, 1 failed, 4 up-to-date, 0 skipped ==========
  2. 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.
  3. What I mean by all details is how to fix the code like you showed and how did you apply the patch with git. Pleas state: how to get AHBOT to work start to finish like how to use git to get it and fix cod and apply the patch and then compile like that.
  4. Hello Everyone! has anyone got AHBOT to work with MaNGOS:Revision 10227 If so pleas give a Step by step how you got it to work with all details, so we can learn by doing it and following how you did it. Thanks!!!
  5. Testing Testing I just checked that for you, I'm running MaNGOS [8325] and applyed the AHBOT Mail is working fine here had some one sent me mail and I clicked the Return Mail button. No Errors at all and thay got there mail back. by the way what version of MaNGOS you useing? I just seen this===> nvm, user error on my behalf. But just to clear the air mail is working fine.
  6. Just Compiled MaNGOS [8325] and applyed the AHBOT like my windows tutorial shows. No errors. So as of right now you don't have to revert MaNGOS and it runs smooth as butter.
  7. Thanks for the comment on the windows tutorial.
  8. So earlier I asked how to apply the .patch file to the latest Mangos . First: I use the git gui program for Windows. So what I do is copy this git clone git://github.com/Naicisum/mangos.git ahbot cd ahbot git checkout origin/ahbot git checkout -b ahbot git diff master ahbot > auctionhousebot.patch Second: I make a folder called ahbot on c drive. After I make that folder, I right click on that folder and select Git Bash Here. A command window will pop up. I right click the top bar and Select edit past, it will past what we coped above. It should start download all the files to the folder we right clicked on. after its done, Close command window. Third: So open the folder you made I'll call it ahbot from now own out. In that folder it makes another folder with the same name, and all the files are there. I cut all the files out of that folder and past theme all to the first folder ahbot. I delete the other ahbot folder after I cut the files out of it. Forth: So now I have the files in c:\\ahbot folder in that folder there is a .patch file That's the file we use to patch Mangos. Right click the folder The one you will be compiling Mangos in. Should have all the files in this folder from the Mangos Git the latest version. select Git Bash Here. Command window will pop up like befor this time all you need to do is type This command in git apply c:/ahbot/auctionhousebot.patch After you type that in press your Enter key. after the next line comes up it will be doen its fast. Close the command window. That's it your Mangos now has the ahbot applyed to it. Compile it like you regularly do and set up ahbot after wards have funn!!!! That's how you use git for windows to apply the ahbot patch to the latest Mangos. "Note Just Compiled MaNGOS [8325] and applyed the AHBOT like my windows tutorial shows. No errors. So as of right now you don't have to revert MaNGOS and it runs smooth as butter.
  9. Sorry but I'm a little lost how do I get just the patch to patch mangos I use git GUI, can you just type what I would put in the Source Location field to get just the Auction house bot patch. Also how do I apply the patch, I use to use svn check out and update the patches like that to mangos
×
×
  • 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