Page 1 of 1

What am i missing here?

Posted: Wed Oct 03, 2012 5:57 am
by giovmb
L2JDP REVISION 9219
L2J REVISION 5662


Hi again,

L2j noob here. I have my server up-and-running! I am very excited to start working with Java. I see so many people on this forum posting scripts and i am wondering if i used the wrong "route" to get my server up since so many people are using Eclipse.

I used HeidiSQL and MySQL to run the server, is there a workbench that i am missing in order to really get into the java scripts? So far all i have been able to figure out is the L2J_Configurator files for login/game. Which wasnt that hard to figure out... it was in the walkthrough after all...

Any way if i am missing a component which i need to download, or if i am simply overlooking the file needed to access/edit the scripts/bat files please help me out!

Really appreciate all the support from the L2J staff you are all wonderful.

Re: What am i missing here?

Posted: Wed Oct 03, 2012 5:56 pm
by Zoey76
In order to modify (customize) the core (server) you will be required to download the source code and perform the changes there and finally build a new version with those changes.

For any legacy server version check: viewtopic.php?f=82&t=24625
For High Five server version check: viewtopic.php?f=81&t=24627

For set up check: http://trac.l2jserver.com/wiki/Eclipse or http://www.l2jserver.com/wiki/Setup_Eclipse_and_SVN

Re: What am i missing here?

Posted: Wed Oct 03, 2012 7:57 pm
by giovmb
Okay thank you so much. One more question: is the eclipse and SVN an addition to the server I have already set up with MySQL or will I have to start from scratch and use Eclipse to build and run the server.

Re: What am i missing here?

Posted: Wed Oct 03, 2012 9:53 pm
by Zoey76
giovmb wrote:Okay thank you so much. One more question: is the eclipse and SVN an addition to the server I have already set up with MySQL or will I have to start from scratch and use Eclipse to build and run the server.
You will have to use Eclipse to build the server but it will run the same way the one you have now runs.