16-12-2010, 07:13 PM
|
#8 (permalink)
|
|
Membro - Tenente
Registrado em: Mar 2010
Posts: 106
Agradecido 140 Vezes em 45 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
|
Re: Como tirar menssagem na entrada
Tenho 2 prováveis soluções:
1. Procure dentro da pasta login, no arquivo loginserver.properties:
# If false, the licence (after the login) will not be shown
# It is highly recomended for Account Seciurity to leave this option as default (True)
ShowLicence = True Altere para False
- Caso não consiga desta forma tente a segunda opção.
2. Se você tiver habilidades com JAVA e caso você possua este server em Open Source (Código Aberto, Editável) você poderá retirar esta mensagem, no caminho net.sf.l2j.clientpackets arquivo EnterWorld.java.
2.1 - Procure por algo parecido com isto (Parecido, porque o código abaixo refere-se à um servidor Interlude):
if (Config.SERVER_VERSION != null)
if (Config.DATAPACK_VERSION != null)
Delete todo código.
|
|
|