Ir para conteúdo
  • Cadastre-se
  • 0

[L2JEmu] [GRACIA-FINAL] Conexão, Game server e Login Server


kamal

Pergunta

7 respostass a esta questão

Posts recomendados


Amigo poderia postar game server config e login server config? ficaria mas facil perceber onde está o problema aguardamdo.

 

LOGIN SERVE

# ---------------------------------------------------------------------------

# Network Settings - L2EmuProject

# ---------------------------------------------------------------------------

 

# 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

# ---------------------------------------------------------------------------

# ---------------------------------------------------------------------------

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

# Common settings...

# 127.0.0.1 - If you are playing alone on a test server

# 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect

# x.x.x.x - WAN IP obtained from http://www.whatismyip.com/.'>http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.

# ---------------------------------------------------------------------------

# Default: 127.0.0.1

ExternalHostname = l2destroyer2.servegame.com

 

# ---------------------------------------------------------------------------

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.

# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.

# ---------------------------------------------------------------------------

# Default: 127.0.0.1

InternalHostname = l2destroyer2.servegame.com

 

# ---------------------------------------------------------------------------

# If you are behind a router which using its own local IP for Port Forwarding then set this to the routers

# local IP if you want people outside your internal network to be able to connect to your server.

# ---------------------------------------------------------------------------

# RouterHostname =

 

# Default: 127.0.0.1

LoginserverHostname = *

 

# Default: 2106

LoginserverPort = 2106

 

# The address on which login will listen for GameServers, use * to bind on all available IPs

# Default: 127.0.0.1

LoginHostname = 127.0.0.1

 

# The port on which login will listen for GameServers

# Default: 9014

LoginPort = 9014

 

# ---------------------------------------------------------------------------

# Database

# ---------------------------------------------------------------------------

# Uncomment the appropriate driver and url for the database you're using. If you don't know what this is... www.google.com

Driver = com.mysql.jdbc.Driver

#Driver = org.hsqldb.jdbcDriver

#Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver

URL = jdbc:mysql://localhost/L2Emu_DB

#URL = jdbc:hsqldb:hsql://localhost/L2Emu_DB

#URL = jdbc:sqlserver://localhost/database = L2Emu_DB/user = sa/password =

#Database user info (using root user is not recommended)

Login = root

Password =

 

# Default: 10

MaximumDbConnections = 10

 

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

# Default: 15

IpUpdateTime = 15

 

# Default: 15

FastConnectionLimit = 15

 

# Default: 700

NormalConnectionTime = 700

 

# Default: 350

FastConnectionTime = 350

 

# Default: 50

MaxConnectionPerIP = 50

 

GAME SERVE

 

# ---------------------------------------------------------------------------

# Network Settings - L2EmuProject

# ---------------------------------------------------------------------------

 

# ---------------------------------------------------------------------------

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

# Common settings...

# 127.0.0.1 - If you are playing alone on a test server

# 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect

# x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.

# ---------------------------------------------------------------------------

# Default: 127.0.0.1

ExternalHostname = l2destroyer2.servegame.com

 

# ---------------------------------------------------------------------------

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.

# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.

# ---------------------------------------------------------------------------

# Default: 127.0.0.1

InternalHostname = l2destroyer2.servegame.com

 

# Default: 127.0.0.1

LoginHost = 127.0.0.1

 

# Default: 9014

LoginPort = 9014

 

# Default: 127.0.0.1

GameserverHostname = *

# Default: 7777

GameserverPort = 7777

 

 

# ---------------------------------------------------------------------------

# Database

# ---------------------------------------------------------------------------

# Uncomment the appropriate driver and url for the database you're using. If you don't know what this is... www.google.com

Driver = com.mysql.jdbc.Driver

# Driver = org.hsqldb.jdbcDriver

# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver

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

# URL = jdbc:hsqldb:hsql://localhost/L2Emu_DB?characterEncoding=UTF-8

# URL = jdbc:sqlserver://localhost/database = L2Emu_DB/user = sa/password =

# Database user info (using root user is not recommended)

Login = root

Password =

 

# Default: 100

MaximumDbConnections = 100

 

# Default: 0

MaximumDbIdleTime = 0

 

# Default: True

AllowDualBox = True

Game Server:.....................V

Loading Server:..............V

Link para o comentário
Compartilhar em outros sites

LOGIN SERVE

# ---------------------------------------------------------------------------

# Network Settings - L2EmuProject

# ---------------------------------------------------------------------------

 

# 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

# ---------------------------------------------------------------------------

# ---------------------------------------------------------------------------

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

# Common settings...

# 127.0.0.1 - If you are playing alone on a test server

# 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect

# x.x.x.x - WAN IP obtained from http://www.whatismyip.com/.'>http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.

# ---------------------------------------------------------------------------

# Default: 127.0.0.1

ExternalHostname = l2destroyer2.servegame.com

 

# ---------------------------------------------------------------------------

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.

# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.

# ---------------------------------------------------------------------------

# Default: 127.0.0.1

InternalHostname = l2destroyer2.servegame.com

 

# ---------------------------------------------------------------------------

# If you are behind a router which using its own local IP for Port Forwarding then set this to the routers

# local IP if you want people outside your internal network to be able to connect to your server.

# ---------------------------------------------------------------------------

# RouterHostname =

 

# Default: 127.0.0.1

LoginserverHostname = l2destroyer2.servegame.com

 

# Default: 2106

LoginserverPort = 2106

 

# The address on which login will listen for GameServers, use * to bind on all available IPs

# Default: 127.0.0.1

LoginHostname = l2destroyer2.servegame.com

 

# The port on which login will listen for GameServers

# Default: 9014

LoginPort = 9014

 

# ---------------------------------------------------------------------------

# Database

# ---------------------------------------------------------------------------

# Uncomment the appropriate driver and url for the database you're using. If you don't know what this is... www.google.com

Driver = com.mysql.jdbc.Driver

#Driver = org.hsqldb.jdbcDriver

#Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver

URL = jdbc:mysql://localhost/L2Emu_DB

#URL = jdbc:hsqldb:hsql://localhost/L2Emu_DB

#URL = jdbc:sqlserver://localhost/database = L2Emu_DB/user = sa/password =

#Database user info (using root user is not recommended)

Login = root

Password =

 

# Default: 10

MaximumDbConnections = 10

 

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

# Default: 15

IpUpdateTime = 15

 

# Default: 15

FastConnectionLimit = 15

 

# Default: 700

NormalConnectionTime = 700

 

# Default: 350

FastConnectionTime = 350

 

# Default: 50

MaxConnectionPerIP = 50

 

GAME SERVE

 

# ---------------------------------------------------------------------------

# Network Settings - L2EmuProject

# ---------------------------------------------------------------------------

 

# ---------------------------------------------------------------------------

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

# Common settings...

# 127.0.0.1 - If you are playing alone on a test server

# 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect

# x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.

# ---------------------------------------------------------------------------

# Default: 127.0.0.1

ExternalHostname = l2destroyer2.servegame.com

 

# ---------------------------------------------------------------------------

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.

# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.

# ---------------------------------------------------------------------------

# Default: 127.0.0.1

InternalHostname = l2destroyer2.servegame.com

 

# Default: 127.0.0.1

LoginHost = l2destroyer2.servegame.com

 

# Default: 9014

LoginPort = 9014

 

# Default: 127.0.0.1

GameserverHostname = l2destroyer2.servegame.com

 

# Default: 7777

GameserverPort = 7777

 

 

# ---------------------------------------------------------------------------

# Database

# ---------------------------------------------------------------------------

# Uncomment the appropriate driver and url for the database you're using. If you don't know what this is... www.google.com

Driver = com.mysql.jdbc.Driver

# Driver = org.hsqldb.jdbcDriver

# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver

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

# URL = jdbc:hsqldb:hsql://localhost/L2Emu_DB?characterEncoding=UTF-8

# URL = jdbc:sqlserver://localhost/database = L2Emu_DB/user = sa/password =

# Database user info (using root user is not recommended)

Login = root

Password =

 

# Default: 100

MaximumDbConnections = 100

 

# Default: 0

MaximumDbIdleTime = 0

 

# Default: True

AllowDualBox = True

 

Deixe como eu Fiz se ajudei agradeça por PM para nao desorganizar o topic

Editado por Brunn0Ferreira

teste de assinatura

Link para o comentário
Compartilhar em outros sites

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.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  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.

Processando...




×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.