Jump to content

Recommended Posts

Posted

Find this path (via eclipse) :

 

java\net\sf\l2j\gameserver\network\clientpackets\ΕnterWorld.java

 

There you will find something like this one :

 

        activeChar.sendMessage("Your message here"); 
       activeChar.sendMessage("Your message here"); 
       activeChar.sendMessage("Your message here");
            

 

Make your changes and compile your pack.

 

Also , there is an other way (but its only client-sided).

Open your systemmsg-e.dat (system folder).

Find the IDs 34,94 (these have the welcome messages) and edit them as you like. ;)

Posted

Oke i do that by 3rd option :D

 

enter to:

 

gameserver\config\options

 

Find:

 

# Show server version + license when player enter game.

ShowLicense = True

 

and here change that to False

 

 

Thats all :D if some1 wants it ;D

Guest
This topic is now closed to further replies.


×
×
  • Create New...