Jump to content

xphxchas

Members
  • Posts

    4
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by xphxchas

  1. Mangos Rev : 9728 When ever i try and delete an item off a vendor Mangos Crashes Command is .npc delitem <id> and mangos just crashes. not sure if its only me or the core itself.
  2. Did every step you posted and it just makes a blank patch file called playerbot.patch with 0kb size. and nothing inside that file.
  3. http://img229.imageshack.us/img229/3047/95849533.jpg thats the errors ^^
  4. 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