Jump to content

power12

Members
  • Posts

    9
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by power12

  1. hmm u could update to 10254 and try this patch...ahbot_10254.zip

    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. not sure if it´s just me but...

    Does anyone else have any problems with the "Return Mail" feature after installing ahbot?

    and no i´m not saying to hit "Return Mail" on a mail sent from the auction house, but i mean normal usage

    like player A to player B, then return back to player A

    i´ve had some random crashes, but with no errors in the logs or anything..just plain old segmentation fault

    can others test this and see if they get this problem? thank you in advance

    also used different compiles with different DBs and it still happens, so i wanna know if it´s AHBot...

    btw if this is in the wrong area, Im sorry in advance

    nvm, user error on my behalf xP

    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.

  4. 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.

  5. 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