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.
Connection problem.
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
- Barthyczg
- Posts: 28
- Joined: Mon May 24, 2010 7:48 pm
Re: Connection problem.
You must correct set your config file (loginserver.properties)
This is my config
this I have in server.properties:
Then u must edit l2.ini or host
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
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
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Connection problem.
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.
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.