Jump to content
  • 0

Help! No Register Server!


Question

Posted

i need help.

Open sql server
open navicat premium
server.ini change and login.ini
open StartGameServer.bat and StartLoginServer.bat
but I do not register the server set

how do I change my sql base?

 

help10.jpg

ga10.jpg

sql10.jpg

 

spanish:

necesito ayuda.

Abrir sql server
abrir navicat premium
cambio server.ini y login.ini
abrir StartGameServer.bat y StartLoginServer.bat
pero no me registra el servidor creado
como hago para que me cambie la base sql?

Recommended Posts

  • 0
Posted (edited)

Your settings are correct and the server connected.

If you wanna change the server name just add the ID from loginserver\config\xml\servername.xml folder to Server.ini

 

# What is the ID request from loginserver
# Server ID 14 = Phoenix
RequestServerID = 14
Edited by kyosume
  • 0
Posted

 

Your settings are correct and the server connected.

If you wanna change the server name just add the ID from loginserver\config\xml\servername.xml folder to Server.ini

 

# What is the ID request from loginserver
# Server ID 14 = Phoenix
RequestServerID = 14

 

 

but does not change my sql base. DO NOT CREATE.

  • 0
Posted (edited)

RegisterGameServer.bat doesn't help?

registergameserver.bar no exist in mobius pack

 

 

Your settings are correct and the server connected.

If you wanna change the server name just add the ID from loginserver\config\xml\servername.xml folder to Server.ini

 

# What is the ID request from loginserver
# Server ID 14 = Phoenix
RequestServerID = 14

 

 

but does not change my sql base. DO NOT CREATE.

 

 

 

but no connect :S

 

l2asd10.jpg

Edited by mercurius
  • 0
Posted

AutoCreateAccounts = True  maybe?

 

 

Maybe accounts auto creating is disabled?

 

# ================================================================

# Login Server Config

# ================================================================

 

# Host and port for gameserver

LoginHost = 127.0.0.1

LoginPort = 9014

 

# Host and port for client connections

LoginserverHostname = *

LoginserverPort = 2106

 

# Accept free slot for gameserver

AcceptNewGameServer = True

 

# Database settings

Driver = com.mysql.jdbc.Driver

URL = jdbc:mysql://localhost/lineage2?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true

Login = root

Password =

MaximumDbConnections = 50

 

# After how many seconds after the last activity will be closing connecting to the database, the default is 600 (10 minutes).

MaxIdleConnectionTimeout = 600

 

# Check interval inactive connections, the default of 60 (1 minute).

IdleConnectionTestPeriod = 60

 

# Automatical create accounts.

AutoCreateAccounts = True

 

# Template for logins and passwords.

AccountTemplate = [A-Za-z0-9]{4,14}

PasswordTemplate = [A-Za-z0-9]{4,16}

 

# Encryption method for passwords.

# The actual encryption, it is recommended to use md5.

PasswordHash = md5

 

# Secondary check with an alternative encryption.

# Use it if you already have accounts created with another encryption,

# like sha1 or sha-256 (can also be set to md5).

LegacyPasswordHash = sha-256

 

# Caching keys

BlowFishKeys = 20

RSAKeyPairs = 10

 

# Autoban IP

# The number of unsuccessful inputs, to ban the IP

LoginTryBeforeBan = 10

 

# Minimum time between autorization with the same IP address (in seconds)

LoginTryTimeout = 5

 

# Time of ban IP, if exceeded the number of unsuccessful inputs (in seconds)

IpBanTime = 300

 

# Logging successful entries in the database

LoginLog = False

 

# Ping game server

# Time between pinging, in seconds, 0 - disable

GameServerPingDelay = 0

 

# The maximum number of unsuccessful attempts to ping, above which the connection to the game server is interrupted

GameServerPingRetry = 4

  • 0
  • 0
Posted

I don't know then..

Maybe try to put in hosts file C:\Windows\System32\drivers\etc this line

127.0.0.1 L2authd.Lineage2.com
  • 0
Posted (edited)

 

I don't know then..

Maybe try to put in hosts file C:\Windows\System32\drivers\etc this line

127.0.0.1 L2authd.Lineage2.com

Not found :(

 

 

you got some guidance as to look?

 

I think when logging no connection to the SQL database.

 

 

when open startgameserver.bat, and startloginserver.bat, we modify sql base?

Edited by mercurius
  • 0
Posted

I don't know how Mobius's server work.. in l2jserver there is a RegisterGameServer.bat which does the job.

About the hosts file just create an file with no extension and name it hosts

  • 0
Posted (edited)

I don't know how Mobius's server work.. in l2jserver there is a RegisterGameServer.bat which does the job.

About the hosts file just create an file with no extension and name it hosts

 

where I can download the datapack of l2jserver?

It is stable and complete for server ertheia?

Edited by mercurius

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...