Applying a single patch

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Menuval
Posts: 42
Joined: Sat Feb 02, 2008 11:44 pm

Applying a single patch

Post 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,
lishawj
Posts: 253
Joined: Thu Apr 30, 2009 12:29 am

Re: Applying a single patch

Post 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.
Menuval
Posts: 42
Joined: Sat Feb 02, 2008 11:44 pm

Re: Applying a single patch

Post by Menuval »

anymore suggestions ?
Menuval
Posts: 42
Joined: Sat Feb 02, 2008 11:44 pm

Re: Applying a single patch

Post by Menuval »

bump
Post Reply