Secret Experience

Secret Experience (https://secretexperience.net/index.php)
-   [L2J] Dúvidas (https://secretexperience.net/forumdisplay.php?f=37)
-   -   [Interlude] Problema para logar no servidor (https://secretexperience.net/showthread.php?t=33803)

strike 18-06-2013 03:10 AM

Problema para logar no servidor
 
Galera, eu estou tendo um problema para entrar no meu servidor.
Uso a REV L2JDream 621
O login server ta tudo certo
O game server ta tudo certo tbm
Eu criei uma conta, a conta ta la no navicat
Baixei uma system aki e abri o servidor
La na parte onde eu coloco meu USUÁRIO e minha SENHA eu coloco e aperto pra entrar, mais NAO ENTRA, NADA ACONTECE... Não da nenhuma msg em baixo nem nada, NAO ACONTECE NADA... Como eu resolvo isso?
Agradeço desde já

FULL_LOL 18-06-2013 05:06 PM


Você já olhou o IP ?
Esta no LocalHost ?
----------
Geralmente quando isso acontece, e o IP do LS (LoginServer e ou Porta) que estão trocadas.

----------
Você Poderia mostra o teu loginserver.properties e gameserver.properties


adriano123 18-06-2013 11:06 PM

Ae amigo parece que seu poblema esta na system pois vc baixou qualquer sisten pois vc tem que abri o l2edit e entrar na sistem e axar uma arquivo chamado L2 ini

Código:

[URL]
Protocol=unreal
ProtocolDescription=Unreal Protocol
Name=Player
Map=Index.unr
LocalMap=Entry.unr
Host=
Portal=
MapExt=unr
EXEName=l2.exe
SaveExt=usa
Port=7777
Class=LineageWarrior.MFighter
ServerAddr=127.0.0.1 Mude aki esse é um Ip local


strike 19-06-2013 11:16 AM

Código:

@FULL_LOL
#============================================
#              Login Server
#============================================

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

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

# Bind ip of the loginServer, use * to bind on all available IPs.
LoginserverHostname = *

# Loginserver port.
LoginserverPort = 2106

# How much time must elapse after the incorrect password before IP will get banned.
LoginTryBeforeBan = 10

# The time after which the player will not be able to login.
# Once received a ban (option LoginTryBeforeBan).
# Appointed in seconds. Default = 10min. (600)
LoginBlockAfterBan = 600

# Specify your login server.
LoginHostname = 127.0.0.1
LoginPort = 9014

# If set to True any GameServer can register on your login's free slots.
# Default: False
AcceptNewGameServer = False

# Accounts will be created automatically or not.
AutoCreateAccounts = True

# Show the license (after entering the password).
# Recommended to leave this option enabled as it increases the safety.
ShowLicence = True

# Including protection from flood.
# Put True for server security.
EnableFloodProtection = True

#============================================
#              MySQL Database
#============================================

# Database Options.
Driver = com.mysql.jdbc.Driver
URL = jdbc:mysql://localhost/l2jdb
Login = root
Password = *********

# Maximum amout of database connections.
MaximumDbConnections = 10

# The timeout before a new connection to the database (in miliseconds).
TimeOutConDb = 0

# Maximum number of requests per connection.
MaximumDbStatement = 100

#============================================
#                Connection
#============================================

# Limit fast connections (input username / password).
FastConnectionLimit = 15

# Time of the normal connection (in ms).
NormalConnectionTime = 700

# Time of the fast connection (in ms).
FastConnectionTime = 350

# Maximum connections per IP.
MaxConnectionPerIP = 50

# The lifetime of the session with the login server.
SessionTTL = 25000
MaxSessions = 100

# Time to renew the IP address of the server in minutes (for dynamic IP).
IpUpdateTime = 0

# Here we write a list of networks that are local.
# For example: 192.168., 10.0.
# Attention unsigned, in the end.
NetworkList = 192.168.;10.0.

#============================================
#              DDOS-PROTECTION
#============================================

# This system works with iptables.
# iptables -A INPUT -p tcp --dport 7777 -j DROP
# Put True for server security.
# Active only with LINUX OS.
EnableDdosProSystem = False

# String deny_comms
# If you don't know what is it, leave as default.
DenyNoAllowIpDdos = /sbin/iptables -I INPUT 13 -p tcp --dport 7777 -s $IP -j ACCEPT

# Enable full log on Login Server console about Ddos protection.
FullLogModePrint = False

#============================================
#                Game Server
#============================================

# Bind address for gameserver. You should not need to change it in most cases.
GameserverHostname = *
GameserverPort = 7777
ExternalHostname = 127.0.0.1
InternalHostname = 127.0.0.1
LoginPort = 9014
LoginHost = 127.0.0.1

#============================================
#              MySQL Database
#============================================

# Specify the appropriate driver and url for the database you're using.
Driver = com.mysql.jdbc.Driver
URL = jdbc:mysql://localhost/l2jdb
Login = root
Password = *********
MaximumDbConnections = 100
TimeOutConDb = 0
MaximumDbStatement = 100

# Root directory for data files.
DatapackRoot = .

#============================================
#              Remote Who Log
#============================================

# Configure the emulation off the package (package SendStatus).
RemoteWhoLog = True
RemoteWhoSendTrash = True
RemoteWhoMaxOnline = 329
RemoteOnlineIncrement = 50
RemoteWhoForceInc = 50
RemotePrivStoreFactor = 12
========================================================
Ta ai meu login e game server


adriano123 19-06-2013 01:08 PM

Manin vc olhou ah sistem :huh::huh::huh::huh: ja pq ai tha tudo ser

strike 20-06-2013 01:13 AM

Problema resolvido, era a system mesmo --"
Obrigado a todos, pela ajuda.


Horários baseados na GMT -3. Agora são 12:53 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.