Jump to content

xphxchas

Members
  • Posts

    4
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by xphxchas

  1. i did everything blueboy told me but it wont patch it..

    First make a script for GIT bash

    #!/bin/bash -x
    git clone git://github.com/blueboy/mangos.git playerbot
    cd playerbot
    git fetch git://github.com/mangos/mangos.git master:mangos
    HASH=`git log --pretty=oneline | grep -m 1 '\\[9[0-9]\\{3\\}]' | cut -d " " -f 1`
    git checkout mangos
    git diff $HASH master > ../playerbot.patch
    

    did this one too after patch was made

    > git clone git://github.com/mangos/mangos.git
    > cd mangos
    

    tryed both but none of them will patch. got everything installed ok

    once done do

    > git checkout -b 9668 0520c6c8733b6b50e9126505c2072c60f909d70b
    > git apply --whitespace=fix playerbot.patch
    

    it just comes up with loads of errors and and wont patch. any help

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