Adding new gameserver files.

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
Quibol
Posts: 6
Joined: Tue Mar 27, 2007 5:43 pm

Adding new gameserver files.

Post by Quibol »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4396:
L2JDP Revision 7646:

I got fresh server with wirking GMShop, NPC buffer and Luxury GK. I wanted to add Seed of Destruction Instance and i found those patch files:
http://l2jserver.com/forum/download/file.php?id=1815
but i dunno how to patch them. Inside this Zip pack are 2 files: SoDdb.patch and SoDGS.pach. I can manualy add datapack from first patch, but i got problem when trying to serch where to add files from the second one (Config.java, gameserver.java, GraciaSeedManager.java, GraciaSeeds.properties). I got Eclipse but i dunno how to work on it.
Ty for any help with that.
Quibol
Posts: 6
Joined: Tue Mar 27, 2007 5:43 pm

Re: Adding new gameserver files.

Post by Quibol »

y i read that already but still idk where to find this:( "workspace" / L2_GameServer / java / net / sf / l2j / where ever.) i dont have any of this path in my PC.
Oh and i think i should have something like this: "workspace"/gameserver/java/com/l2jserver - but i dont have something like this.
Last edited by Quibol on Fri Aug 06, 2010 10:02 am, edited 1 time in total.
User avatar
Aikimaniac
L2j Inner Circle
L2j Inner Circle
Posts: 3048
Joined: Sun Aug 07, 2005 11:42 pm
Location: Slovakia

Re: Adding new gameserver files.

Post by Aikimaniac »

Quibol wrote:y i read that already but still idk where to find this:( "workspace" / L2_GameServer / java / net / sf / l2j / where ever.) i dont have any of this path in my PC.
o.O you must apply any patch in eclipse or tortoise (i recommend eclipse) where you can see source files of DP or core..
Image
Quibol
Posts: 6
Joined: Tue Mar 27, 2007 5:43 pm

Re: Adding new gameserver files.

Post by Quibol »

Aikimaniac wrote:
Quibol wrote:y i read that already but still idk where to find this:( "workspace" / L2_GameServer / java / net / sf / l2j / where ever.) i dont have any of this path in my PC.
o.O you must apply any patch in eclipse or tortoise (i recommend eclipse) where you can see source files of DP or core..
Is that mean that eclipse will create me this path somewhere on my PC? And it will be work with this path?
User avatar
Aikimaniac
L2j Inner Circle
L2j Inner Circle
Posts: 3048
Joined: Sun Aug 07, 2005 11:42 pm
Location: Slovakia

Re: Adding new gameserver files.

Post by Aikimaniac »

Quibol wrote:
Aikimaniac wrote:
Quibol wrote:y i read that already but still idk where to find this:( "workspace" / L2_GameServer / java / net / sf / l2j / where ever.) i dont have any of this path in my PC.
o.O you must apply any patch in eclipse or tortoise (i recommend eclipse) where you can see source files of DP or core..
Is that mean that eclipse will create me this path somewhere on my PC? And it will be work with this path?
no...you download sources of DP and core and then you apply patch on them which you have downloaded.
Image
User avatar
Raikkon35
Posts: 178
Joined: Sat Mar 08, 2008 2:54 pm

Re: Adding new gameserver files.

Post by Raikkon35 »

You need sources, not nightly. Maybe this is for you.

http://www.l2jserver.com/wiki/Setup_Eclipse_and_SVN
Quibol
Posts: 6
Joined: Tue Mar 27, 2007 5:43 pm

Re: Adding new gameserver files.

Post by Quibol »

Raikkon35 wrote:You need sources, not nightly. Maybe this is for you.

http://www.l2jserver.com/wiki/Setup_Eclipse_and_SVN
I got already updated SVN. How can i now make connection between SVN and nightly files? Or i should make something else?
User avatar
Raikkon35
Posts: 178
Joined: Sat Mar 08, 2008 2:54 pm

Re: Adding new gameserver files.

Post by Raikkon35 »

Er... better tell us how you get your server files.

Nightly is a zip that contain compiled server files that you can download from l2jserver.com, but you can´t modify it because it is compiled, not source.

You only need to download files through Eclipse' svn tool, patch/modify it and build. Read l2j wiki.
Post Reply