Page 1 of 1

Applying a single patch

Posted: Thu Jul 23, 2009 12:58 pm
by Menuval
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:

howdy,

I'm trying to apply a single patch viewtopic.php?f=69&t=12262 this one for vitality.

thing is, my server is edited by hand and i upload minor fixes from the svn by hand.
i do not have an identical workspace on my pc that is exactly like my server.

two questions:

1. is there any chance that if i donwload my server files make it act like a workspace where i can apply patches and such ?

2. is there any way to apply the GS/DP patches on my current server ?

Thanks,

Re: Applying a single patch

Posted: Thu Jul 23, 2009 1:26 pm
by lishawj

Code: Select all

-Index: java/config/Character.properties
+Index:Character.properties
===================================================================
--- java/config/Character.properties   (revision 3241)
+++ Character.properties    (working copy)
@@ -171,7 +171,22 @@
 # Default: False
 AltSubClassWithoutQuests = False
 /code]

One method, you can change the index line to point directly to your specific file as outline in the example above. You can also edit the .java files if you really want to edit every file by hand.

Re: Applying a single patch

Posted: Thu Jul 23, 2009 5:34 pm
by Menuval
anymore suggestions ?

Re: Applying a single patch

Posted: Sat Jul 25, 2009 4:44 pm
by Menuval
bump