|
Você não é registrado, por favor registre-se para ter acesso ao conteúdo completo. Caso seja registrado, efetue login. Esqueceu sua senha? Clique aqui Recomendamos o uso do Mozilla Firefox para uma melhor visualização. |
|
| Início | Postados Hoje | Marcar Fóruns Como Lidos | Álbums | Banidos | SE Team | Medalhas |
|
|||||||
| Registrar | Loteria VIP | Staff SE | Regras do fórum | Comunidade | Arcade | Postados Hoje | Pesquisar | Experience |
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
![]() |
|
|
LinkBack | Ferramentas do Tópico | Modos de Exibição |
|
|
#1 (permalink) |
|
Membro - Karma
![]() Registrado em: Feb 2009
Posts: 378
Agradeceu: 280
Agradecido 95 Vezes em 44 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
|
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á |
|
|
|
| Links Patrocinados |
|
|
#2 (permalink) | ||||||||||||||
|
Membro - General
![]() Registrado em: May 2009
Localização: belém
Posts: 234
Agradeceu: 1,030
Agradecido 238 Vezes em 77 Posts
Nome Real: Paulo Cesar
|
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 |
||||||||||||||
|
|
|
||||||||||||||
| O seguinte membro ao lado disse Obrigado(a) a : FULL_LOL por gostar deste Post : |
strike (20-06-2013)
|
|
|
#3 (permalink) | ||||||||||||||
|
Membro - Subtenente
![]() Registrado em: Aug 2010
Posts: 40
Agradeceu: 10
Agradecido 12 Vezes em 10 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
![]()
|
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:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
[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 |
||||||||||||||
|
|
|
||||||||||||||
| O seguinte membro ao lado disse Obrigado(a) a : adriano123 por gostar deste Post : |
strike (20-06-2013)
|
|
|
#4 (permalink) |
|
Membro - Karma
![]() Registrado em: Feb 2009
Posts: 378
Agradeceu: 280
Agradecido 95 Vezes em 44 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
|
Código:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
@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 |
|
|
|
|
|
#5 (permalink) | ||||||||||||||
|
Membro - Subtenente
![]() Registrado em: Aug 2010
Posts: 40
Agradeceu: 10
Agradecido 12 Vezes em 10 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
![]()
|
Manin vc olhou ah sistem
![]() ![]() ![]() ja pq ai tha tudo ser
|
||||||||||||||
|
|
|
||||||||||||||
| O seguinte membro ao lado disse Obrigado(a) a : adriano123 por gostar deste Post : |
strike (20-06-2013)
|
![]() |
|
|