Server Setup (Login Server)

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
User avatar
OrcBubba
Posts: 50
Joined: Mon Mar 18, 2013 7:04 pm

Server Setup (Login Server)

Post by OrcBubba »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 5885:
L2JDP Revision 9528:
I tried posting this earlier not sure if it went, seems site was down. Sorry if this is a repost.
Hi guys, I have this error going on:
Image
I have tried different L2J and L2JDP files. I think I am doing something wrong installing it. On the Wiki I used:
1.) Go to your root directory and open the folder "Gameserver" then the folder "Config"

2.) Open server.properties and open it with Notepad.

3.) Here is what you need to change:
ECT..
I dont have folder called "Gameserver".
I followed everything else exactly.
Is there another guide somewhere, seems the wiki is outdated?
Thanks for any help
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Server Setup (Login Server)

Post by MELERIX »

may be other java process is using it ?

follow this guide: http://trac.l2jserver.com/wiki/L2J_Install
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Server Setup (Login Server)

Post by UnAfraid »

Bind on wrong ip?
Image
User avatar
OrcBubba
Posts: 50
Joined: Mon Mar 18, 2013 7:04 pm

Re: Server Setup (Login Server)

Post by OrcBubba »

MELERIX wrote:may be other java process is using it ?

follow this guide: http://trac.l2jserver.com/wiki/L2J_Install
Ok I am trying this guide, this one says to create 3 databases:
•l2jls

•l2jcs

•l2jgs

So when I am installing, l2jls = Login server, l2jgs = Game server, is this correct? What do I install in l2jcs?
Thanks
User avatar
St3eT
Posts: 961
Joined: Sun Mar 07, 2010 6:50 pm

Re: Server Setup (Login Server)

Post by St3eT »

I use only one DB --> l2jdb .. All SQL import to l2jdb and after change this:
in server.properties
URL = jdbc:mysql://localhost/l2jgs
to:
URL = jdbc:mysql://localhost/l2jdb

in loginserver.properties
URL = jdbc:mysql://localhost/l2jls
to:
URL = jdbc:mysql://localhost/l2jdb
If i should be black sheep for sure no as punishment
Image
User avatar
OrcBubba
Posts: 50
Joined: Mon Mar 18, 2013 7:04 pm

Re: Server Setup (Login Server)

Post by OrcBubba »

Thanks Very much for the help, got it running. Next question is , where can I download the High Five Client to test it? All I found was the NC Updater?
User avatar
St3eT
Posts: 961
Joined: Sun Mar 07, 2010 6:50 pm

Re: Server Setup (Login Server)

Post by St3eT »

Share here client is not allowed. Max what i can tell you is ,,google" :?
little tip;,,lineage 2 high five download"
If i should be black sheep for sure no as punishment
Image
User avatar
OrcBubba
Posts: 50
Joined: Mon Mar 18, 2013 7:04 pm

Re: Server Setup (Login Server)

Post by OrcBubba »

Got it. Thanks
User avatar
OrcBubba
Posts: 50
Joined: Mon Mar 18, 2013 7:04 pm

Re: Server Setup (Login Server)

Post by OrcBubba »

I got the client and want to connect to my server, I got the hosts file ready. How do I connect to server, It does the update to connection server timed out, I know it would. I don;t have a .exe file to start client, just the l2.bin file. Do I have to convert the l2.bin file to .exe to start client? Thanks
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Server Setup (Login Server)

Post by MELERIX »

OrcBubba wrote:I got the client and want to connect to my server, I got the hosts file ready. How do I connect to server, It does the update to connection server timed out, I know it would. I don;t have a .exe file to start client, just the l2.bin file. Do I have to convert the l2.bin file to .exe to start client? Thanks
no, you don't have to modify nothing on client files.

to start game from l2.bin, you could just create a .bat or .cmd file, with something like this:

Code: Select all

@echo offstart l2.binexit
thats all ;)
User avatar
OrcBubba
Posts: 50
Joined: Mon Mar 18, 2013 7:04 pm

Re: Server Setup (Login Server)

Post by OrcBubba »

Thanks guys. Got it all running and people can connect to it
Post Reply