Jump to content
  • 0

[Help]How to disable or change this


SoulsReaper

Question

8 answers to this question

Recommended Posts

  • 0

1st Sceen needs client modifications (lineage 2 freya/ L2 text/ serverhelp 1/2/3/4/5/6/7.htm which are encrypted ( ask on client section for decrypt)

 

About 2nd screenshot, try to find on Enterworld.java this thing

 

activeChar.sendMessage(getText("Q29weXJpZ2h0IDIwMDQtMjAxMQ==\n"));

 

 

Delete this row and done

Link to comment
Share on other sites

  • 0

1st Sceen needs client modifications (lineage 2 freya/ L2 text/ serverhelp 1/2/3/4/5/6/7.htm which are encrypted ( ask on client section for decrypt)

 

About 2nd screenshot, try to find on Enterworld.java this thing

 

activeChar.sendMessage(getText("Q29weXJpZ2h0IDIwMDQtMjAxMQ==\n"));

 

 

Delete this row and done

Enterworld.java this thing

 

activeChar.sendMessage(getText("Q29weXJpZ2h0IDIwMDQtMjAxMQ==\n"));

more information plz @@  ^^" were can i found it ?

Link to comment
Share on other sites

  • 0

Just press Ctrl+F and write getText. Press to redirect there and delete the whole void. Then, eclipse will show up 2-3 errors, 1 of these errors it is going to be the thing you wanna remove, if you remove it, you can copy paste again the getText void.

Link to comment
Share on other sites

  • 0

The 1st screen "User Agreement" can be disabled via Login Server config settings.

 

In your login folder look for L2JConfig.exe or L2J_Configurator.jar if you're running Hi5, RUN it.

Scroll down to the bottom and look for 'Show License' , uncheck it, save and exit.

Link to comment
Share on other sites

  • 0

i want to know how to disable  or change this massage

 

1) The changes have to do is inside your system !!!

Go to your system and find one file named eula-e.dat open it with File Edit and do the change's!!!

-----------------------------------------------------------------------------------------------------------------------------------------------

2)  The changes have to do is inside your Pack here you want Eclipse to edit that!!!

Follow the steps!!!

head-src/com/l2j/gameserver/network/clientpackets/EnterWorld.java

 

- activeChar.sendMessage("This server uses L2J, a project founded by L2Chef and");

- activeChar.sendMessage("developed by the L2J Dev Team at l2jserver.com");

- activeChar.sendMessage("Copyright 2004-2011");

+ //activeChar.sendMessage("This server uses L2J, a project founded by L2Chef and");

+ //activeChar.sendMessage("developed by the L2J Dev Team at l2jserver.com");

+ //activeChar.sendMessage("Copyright 2004-2011");

Link to comment
Share on other sites

  • 0
1) The changes have to do is inside your system !!!

 

+ //activeChar.sendMessage("This server uses L2J, a project founded by L2Chef and");

+ //activeChar.sendMessage("developed by the L2J Dev Team at l2jserver.com");

+ //activeChar.sendMessage("Copyright 2004-2011");

 

This is encrypted in EnterWorld.java. It looks like my first post i made  ("ffUF@WiwikDFbdkjFIUFHiufdsf") something like that. :P

I gave info how to remove it, and it works since i removed it

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...