29-06-2010, 10:18 PM
|
#5 (permalink)
|
|
Membro - Sargento
Registrado em: May 2010
Localização: Igarapé - MG
Posts: 32
Agradecido 3 Vezes em 1 Post
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
|
#===============================================================================
# Starting L2JFREE 2741 PRE-CONFIGURADO POR CHRISTIAND VERSAO-3 =
# =
# INFORMAÇÕES DE VENDA DE SERVIDORES EXCLUSIVOS E SUPORTE A LINEAGE II =
# [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
L2J & L2OFF =
# [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
L2J & L2OFF =
# =
# [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
=
# VISITE NOSSO FORUM. =
#===============================================================================
# ================================================================
# General login server setting !!! REQUIRED to configure to everyone !!!
# ================================================================
# Bind ip do gameserver, use 0.0.0.0 para vincular disponível em todos os IPs
# EXEMPLO: LoginServerHostname=0.0.0.0
LoginServerHostname=l2demon.servegame.com
LoginServerPort=2106
GMMinLevel=100
# The port, ip on which login will listen for GameServers
# EXEMPLO: LoginHostname=127.0.0.1
LoginHostname=127.0.0.1
LoginPort=9014
# If set to true any GameServer can register on your login's free slots
AcceptNewGameServer = true
# 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.jdotc.SQLServerDriver
# EXEMPLO: URL=jdbc:mysql://localhost/l2jdb
URL=jdbc:mysql://localhost/l2jdb
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
#EXEMPLO: Login=root
#EXEMPLO: Password=suasenha
Login=root
Password=
# Utilizável valores: "True" - "False", utilize esta opção de escolher se vão ser criadas contas
# automatico ou não.
# EXEMPLO: AutoCreateAccounts=true <--COLOQUE "false" CASO VÁ UTILIZAR UM SITE PARA CRIAR CONTAS NO SERVIDOR
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
|
|
|