Jump to content

Merlinium

Members
  • Posts

    35
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Posts posted by Merlinium

  1. I didn't need a patch, here's is what I did (I use PuTTy on a headless Ubuntu server):

    git clone git://github.com/mangos/mangos.git (this grabs the latest mangos master branch)

    cd mangos (changes directory to mangos folder)

    git pull git://github.com/xeross/mangos.git ahbot (this patches the mangos master branch you cloned and adds in the abhot files)

    mkdir src/bindings/ScriptDev2 (creates the SD2 directory)

    svn co https://scriptdev2.svn.sourceforge.net/svnroot/scriptdev2/ src/bindings/ScriptDev2 (downloads the scriptdev2 files)

    git apply src/bindings/ScriptDev2/patches/MaNGOS-9519-ScriptDev2.patch (patches scriptdev2 files into master branch)

    then continue on with the rest of the installation procedures

  2. xeross155: Why have you removed the soap (and all the files assoc with soap) that was added back in February?

    From what I can tell, the reason it is failing is because the script patch is looking for a certain line which no longer is available in your version, but is available in the master mangos version.

    OK the patch worked fine with a clone of master and a pull from xeross's branch

    git clone git:// githib.com/mangos/mangos.git

    git pull git://github.com/xeross/mangos.git ahbot

    then applied the SD2 patch and had no errors.

×
×
  • 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