Page 1 of 1
[help] L2J Register GameServer Problem
Posted: Tue Nov 15, 2011 5:35 pm
by GRAV3
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
Number:8545
L2JDP Revision
Number:5081
Please Help!
Re: [help] L2J Register GameServer Problem
Posted: Tue Nov 15, 2011 5:43 pm
by MELERIX
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
Number:
L2JDP Revision
Number:
Re: [help] L2J Register GameServer Problem
Posted: Tue Nov 15, 2011 5:51 pm
by GRAV3
i put the revision numbers.. lets see some help!
Re: [help] L2J Register GameServer Problem
Posted: Tue Nov 15, 2011 6:30 pm
by FunBeast
Same problem with this revision and with registering gameserver here with my server - would be nice to get some help with this new version!!!!
Re: [help] L2J Register GameServer Problem
Posted: Tue Nov 15, 2011 7:20 pm
by MELERIX
remember that in order to use Register GameServer firts you need to set up your loginserver.properties with your db user/password
Re: [help] L2J Register GameServer Problem
Posted: Tue Nov 15, 2011 7:26 pm
by GRAV3
Code: Select all
# ---------------------------------------------------------------------------# Login Server Settings# ---------------------------------------------------------------------------# This is the server configuration file. Here you can set up the connection information for your server.# This was written with the assumption that you are behind a router.# Dumbed Down Definitions...# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.# ---------------------------------------------------------------------------# Networking# --------------------------------------------------------------------------- # Bind ip of the LoginServer, use * to bind on all available IPs# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: * (0.0.0.0)LoginserverHostname = *# Default: 2106LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: * (0.0.0.0)LoginHostname = * # The port on which login will listen for GameServers# Default: 9014LoginPort = 9014 # ---------------------------------------------------------------------------# Security# ---------------------------------------------------------------------------# Default: TrueLogLoginController = True # How many times you can provide an invalid account/pass before the IP gets banned.# Default: 5LoginTryBeforeBan = 5 # Time you won't be able to login back again after LoginTryBeforeBan tries to login.# Default: 900 (15 minutes)LoginBlockAfterBan = 900 # If set to True any GameServer can register on your login's free slots# Default: FalseAcceptNewGameServer = True # Flood Protection. All values are in MILISECONDS.# Default: TrueEnableFloodProtection = True # Default: 15FastConnectionLimit = 15 # Default: 700NormalConnectionTime = 700 # Default: 350FastConnectionTime = 350 # Default: 50MaxConnectionPerIP = 50 # ---------------------------------------------------------------------------# Database# ---------------------------------------------------------------------------# Specify the appropriate driver and url for the database you're using.# Examples:# Driver = com.mysql.jdbc.Driver (default)# Driver = org.hsqldb.jdbcDriver# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriverDriver = com.mysql.jdbc.Driver # Database URL# URL = jdbc:mysql://localhost/l2jls (default)# URL = jdbc:hsqldb:hsql://localhost/l2jls# URL = jdbc:sqlserver://localhost/database = l2jls/user = sa/password =URL = jdbc:mysql://localhost/l2jls # Database user info (default is "root" but it's not recommended)Login = root # Database connection passwordPassword = # Default: 10MaximumDbConnections = 10 # Default: 0MaximumDbIdleTime = 0 # ---------------------------------------------------------------------------# Misc.# ---------------------------------------------------------------------------# If False, the license (after the login) will not be shown.# Default: TrueShowLicence = True # Default: TrueAutoCreateAccounts = True # Datapack root directory.# Defaults to current directory from which the server is started unless the below line is uncommented.#DatapackRoot = C:/Work/tmp/DataPack # ---------------------------------------------------------------------------# Developer Settings# ---------------------------------------------------------------------------# Default: FalseDebug = False # ---------------------------------------------------------------------------# Restart LS every 24 hours?# ---------------------------------------------------------------------------# Default: False, 24LoginRestartSchedule = False #LoginRestartTime = 24
here it is... and the pass / user its okey..
Re: [help] L2J Register GameServer Problem
Posted: Wed Nov 16, 2011 12:57 am
by tukune
net start mysql
Re: [help] L2J Register GameServer Problem
Posted: Wed Nov 16, 2011 6:07 am
by FunBeast
MySQL is already started - is it possible that this message is because of some java conflict?
Ive got no idea though im still testing this new revision - by the way - is there any complete installation guide for this new revision been posted yet? Ive noticed that during databank installation that there are now 4 different l2jdb??!!
Please help guys!!!
Re: [help] L2J Register GameServer Problem
Posted: Wed Nov 16, 2011 2:26 pm
by FunBeast
Problem solved! I needed to update my Java to V7
Re: [help] L2J Register GameServer Problem
Posted: Sat Nov 26, 2011 6:08 pm
by vaios194
FunBeast wrote:Problem solved! I needed to update my Java to V7
what i can download??ty