Help with installation !

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
4iriks
Posts: 4
Joined: Mon Jun 21, 2010 3:53 pm

Help with installation !

Post by 4iriks »

If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 4423:
L2JDP Revision 7669:

Hello , so i have maded latest l2j nightly build server !

All files that i got there is -

cb_sql
community
doc
gameserver
images
languages
libs
login
sql
tools

Server is working fine , no errors and everyone can join , except for some java bugs when hitting antharas and teleporting away when hitting valakas , but this time not about that !

So i want to know how i can insert my patches !

I used program eclipse and i wanted to import this -

viewtopic.php?f=73&t=14551&hilit=aio

Than i used SVN http://svn.l2jserver.com/trunk/ (I really dunno for what i need those files and what they are doing , really i have no idea ! it looks like a full server , but i cant start it , and there isnt an db installer file too , but i watched some guide how to compile and there they was doing this so i tried that too) but the thing is , when i do the svn , than i can apply my patch , and i applied that AIOITEM both .txt files and all what they gaved me was 3 folders ! One was Java other one was data and the last one was sql ! But i have no idea where to put those files ! Ok i know where to put data folder /gameserver/data !

But where to put Java folder idk cause i have only those folders who is posted earlier ! And in that java folder is more 2 folders com and config !

I really need help , how to apply this all correctly !


Thanks :)
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Help with installation !

Post by jurchiks »

please... do everyone a favor and DON'T administrate an l2j server. Believe me, if you can't figure out even this little, nobody is going to babysit you.
This is not meant to be offensive, I'm just stating a fact.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
4iriks
Posts: 4
Joined: Mon Jun 21, 2010 3:53 pm

Re: Help with installation !

Post by 4iriks »

Now tell me one thing ! How ppl are supposed to know this stuff , if they have never before tried to do it !

I dont ask for babysiting , i am just asking , what i must do with those SVN files and where i must put my patch !

Thats all , problem will be solved !
MasterJinz
Posts: 54
Joined: Mon Sep 27, 2010 9:01 pm

Re: Help with installation !

Post by MasterJinz »

Sry for bad english :)
4iriks
Posts: 4
Joined: Mon Jun 21, 2010 3:53 pm

Re: Help with installation !

Post by 4iriks »

Yeah , i already looked there ! But there is no explanation what is SVN files and why i need them ! Still the problem is where i must put those java/com and java/config files if i dont have such folder java for my l2 server l
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: Help with installation !

Post by Zoey76 »

Wikipedia wrote:SVN, Subversion is a software versioning and a revision control system.
Developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation.
The project divides in two main parts, datapack and core.

The datapack is pretty much the data from the game, such as npc's skills, spawn and stats, player's skills and stats, quests and events, monsters spawn, skills, stats and AI in some cases, etc.
The core handles the game mechanic, such as movement, damage, how skills work, player's restrictions, level system, etc.

There are some addons that you can merge within the server such as some quest and some events that doesn't require support from core, beside the already existing.

There are others that need core support, this means that you have to add that support.
In order to do that you need the core's source code.

The nightly packs come precompiled and you won't be able to modify/add new code to it.

To get the source code you must use subversion software and to edit it, you should use an IDE such as Eclipse.

Also 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
Last edited by Zoey76 on Mon Dec 06, 2010 9:39 pm, edited 1 time in total.
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
4iriks
Posts: 4
Joined: Mon Jun 21, 2010 3:53 pm

Re: Help with installation !

Post by 4iriks »

So the thing is ! I must throw away those nightly build server files , and run the server from SVN files?
MasterJinz
Posts: 54
Joined: Mon Sep 27, 2010 9:01 pm

Re: Help with installation !

Post by MasterJinz »

Yes , Zoey has explained all .
Sry for bad english :)
xero0xx
Posts: 11
Joined: Sun Dec 26, 2010 4:29 pm

Re: Help with installation !

Post by xero0xx »

4iriks wrote:If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 4423:
L2JDP Revision 7669:

Hello , so i have maded latest l2j nightly build server !

All files that i got there is -

cb_sql
community
doc
gameserver
images
languages
libs
login
sql
tools

Server is working fine , no errors and everyone can join , except for some java bugs when hitting antharas and teleporting away when hitting valakas , but this time not about that !

So i want to know how i can insert my patches !

I used program eclipse and i wanted to import this -

viewtopic.php?f=73&t=14551&hilit=aio

Than i used SVN http://svn.l2jserver.com/trunk/ (I really dunno for what i need those files and what they are doing , really i have no idea ! it looks like a full server , but i cant start it , and there isnt an db installer file too , but i watched some guide how to compile and there they was doing this so i tried that too) but the thing is , when i do the svn , than i can apply my patch , and i applied that AIOITEM both .txt files and all what they gaved me was 3 folders ! One was Java other one was data and the last one was sql ! But i have no idea where to put those files ! Ok i know where to put data folder /gameserver/data !

But where to put Java folder idk cause i have only those folders who is posted earlier ! And in that java folder is more 2 folders com and config !

I really need help , how to apply this all correctly !


Thanks :)
Antharas and Valakas are retailllike. if u r hitting them first, then they will tele u to the city. if u dont know, dont state this as bug.
Post Reply