| euosuy |
25-09-2010 03:44 PM |
Retirar creditos
Alguem me pode explicar como tirar os creditos , vou postar uma imagem.
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
|
| Mazokista |
25-09-2010 04:42 PM |
1 Anexo(s)
No caso Voce teria qui fazer a Modificacao no Java
Pra Retirar Isso se voce tiver a SVN do Projeto Voce Pode Retirar no Arquivo
EnterWorld.java
Código:
Index: java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java
===================================================================
--- java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java (revision 27)
+++ java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java (working copy)
@@ -204,6 +204,17 @@
if(obj != null)
obj.sendPacket(sm);
} while(true);
activeChar.sendMessage((new StringBuilder()).append("Welcome to ").append(Config.SERVER_NAME_SYSTEM).toString());
- if(Config.SHOW_DEVELOPERS_CREDITS)
- {
- activeChar.sendMessage("L2jLive Project, Created By K4N4BS.");
- activeChar.sendMessage("Developed at: www.l2jlive.com");
- } else
- {
- activeChar.sendMessage("L2jLive Team.");
- }
- if(activeChar.isGM() || Config.DISPLAY_SERVER_VERSION)
- {
- if(Config.SERVER_VERSION != null)
- activeChar.sendMessage((new StringBuilder()).append("L2jLive CORE: ").append(Config.SERVER_VERSION).append(".").toString());
- if(Config.DATAPACK_VERSION != null)
- activeChar.sendMessage((new StringBuilder()).append("L2jLive DATA: ").append(Config.DATAPACK_VERSION).append(".").toString());
- }
|
| Horários baseados na GMT -3. Agora são 10:49 PM. |
|
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.