Connection problem.

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
AphroditeProject
Posts: 5
Joined: Mon Dec 27, 2010 7:56 am

Connection problem.

Post by AphroditeProject »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4443
L2JDP Revision Number:7695

This must be the third thread today. xD Sorry for being such a pain.

I've managed to open both loginserver and gameserver. I open the game and proceed to create an account (i.e. "david") and I log on. I get to the server screen and I see Bartz, I double-click it and it says I have been disconnected from the server.

When I try to login with the same username and password, it says it has been already created and it doesn't allow me to proceed.

When I exit the game it shows me on the loginserver cmd that there has been an account created for "david", but I cannot open the server nor login with that account.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Connection problem.

Post by MELERIX »

I guess you have incorrect IP Settings or incorrect Hosts file :P
User avatar
Barthyczg
Posts: 28
Joined: Mon May 24, 2010 7:48 pm

Re: Connection problem.

Post by Barthyczg »

You must correct set your config file (loginserver.properties)

This is my config

Code: Select all

# Bind ip of the LoginServer, use * to bind on all available IPs# Default: *LoginserverHostname = 240.83.151.1  # Default: 2106LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs# Default: *LoginHostname = * # The port on which login will listen for GameServers# Default: 9014LoginPort = 9014 # The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)# Default: 15IpUpdateTime = 15
this I have in server.properties:

Code: Select all

# Where's the Login server this gameserver should connect to# Default: 127.0.0.1LoginHost = 127.0.0.1 # TCP port the login server listen to for gameserver connection requests# Default: 9014LoginPort = 9014 # Bind address for gameserver. You should not need to change it in most cases.# Default: * (0.0.0.0)GameserverHostname = * # Default: 7777GameserverPort = 7888
Then u must edit l2.ini or host
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Connection problem.

Post by jurchiks »

You DO NOT EDIT IPs in properties files!! Everything works just by editing ipconfig.xml!
There are only few reasons why you would require to edit IPs in properties, one of them is if you have GS and LS on separate boxes.
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.
Post Reply