Jump to content

WhiteCrow

Members
  • Posts

    4
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by WhiteCrow

  1. I wanted to make a fresh_git.bat but failed until i used call, wich forces git not to close the .bat but to return. Anyways, here is the.bat wich works fine. cd mangos_upd call git init call git remote add origin git://github.com/mangos/mangos.git call git pull origin master cd.. pause
  2. Git is super windows-unfriendly, thumbs down for this decision.
  3. Actually whats easy about your patch, it showed me how you circumvent the levelcap (sorta) So i did a find and replace in Visual studio with player.cpp: find if (level>GT_MAX_LEVEL) level = GT_MAX_LEVEL; replace with if (level>70) level = 70; Should work with every revision
  4. Everytime i copy/paste a patch from the forum, my tortoise svn says "unkown line type on line 5!", anyone got an idea how to correctly copy paste ?
×
×
  • 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