Core Patch
Posted: Wed Mar 09, 2011 4:09 pm
How does it install?


Zoey76 wrote:Eclipse allow you to compile the new code, this new compiled version will reflect the changes you've made to it.
The changes in the code are shared in the form of patches, a patch or a diff file is a file that contains the code that could be removed and the code that could be added, the lines where the changes will be done are set in the header of the patches and the lines that should be removed are marked with - and the new lines are marked with +.
Eclipse also allow you to apply patches, without guessing anything.
It's important that you read about Java if you want to learn something about programming and how new things you are adding to your server will work.
It'd be good if you check this:
http://www.l2jserver.com/wiki/index.php ... se_and_SVN
http://www.l2jserver.com/wiki/index.php ... ly_a_Patch
In forum use the following tagsCode: Select all
[code][/b] to post a formatted patch/diff.[/quote]