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,
Applying a single patch
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 253
- Joined: Thu Apr 30, 2009 12:29 am
Re: Applying a single patch
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.
-
- Posts: 42
- Joined: Sat Feb 02, 2008 11:44 pm
Re: Applying a single patch
anymore suggestions ?