[Help] can't connect L2J 

Newbie Spellweaver
Joined
Sep 7, 2008
Messages
17
Reaction score
0
I have a problem with my server.

When i am trying to login in the Login Screen it's stuck there and i can't login in to the game. I did everything ok setp by step...
Please help.

PS- I am using Rev 2741 the last rev of interude...
Please help! ty

Sry i forget to change the Name of the theard.

:alienmental:
 
Last edited by a moderator:
Re: [help]

i saw your pms.

in the server properties in the internal add the 127.0.0.1

then you will can log in from the same pc.

if you want to log in from an other net then add in your host files which are located in windows/system32/drivers/etc your wan ip

btw disable your firewall
 
Upvote 0
Anyway i 'ill try from my other computer which i will test the server.

Ty DarkAnGeL for you help if i have any question i 'ill ask you.

PS= What i need to make an Official lineage 2 server and how i can get it ?

Code:
# ================================================================
# General login server setting !!! REQUIRED to configure to everyone !!!
# ================================================================

# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostname=0.0.0.0
LoginServerPort=2106
GMMinLevel=100

# The port, ip on which login will listen for GameServers
LoginHostname=127.0.0.1
LoginPort=9014

# If set to true any GameServer can register on your login's free slots
AcceptNewGameServer = False

# If false, the licence (after the login) will not be shown
ShowLicence = True

# Database info
Driver=com.mysql.jdbc.Driver
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
URL=jdbc:mysql://localhost/l2jdb
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
Login=root
Password=

# Useable values: "True" - "False", use this option to choose whether accounts will be created
# automatically or not.
AutoCreateAccounts=True

# The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)
# (0 = disable)
IpUpdateTime=0


# ==============================================================
# Test server setting, shoudnt be touched in online game server
# ==============================================================

Debug = False
Assert = False
Developer = False
# Enforce GG Authorization from client
# Login server will kick client if client bypassed GameGuard authentication
ForceGGAuth=False

#FloodProtection. time in ms
EnableFloodProtection=True
FastConnectionLimit=15
NormalConnectionTime=700
FastConnectionTime=350
MaxConnectionPerIP=50

#Ban management
# number of attempt before a user is banned when he fails his login
LoginTryBeforeBan=10
# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)
LoginBlockAfterBan=600
 
Last edited:
Upvote 0
Back