Jump to content
  • 0

[HELP] Remove message: L2J server version


Question

8 answers to this question

Recommended Posts

  • 0
Posted

Guys, both answers are wrong...

It is illegal to delete this message so it cant be so easy like delete text from announcements.txt or set False to an option at properties...

 

Just OMG

  • 0
Posted

its not illegal lol, l2j is a open source project. and if u delete the credits u still will find 1k of credits in the source .oO

normaly it have to be in EnterWorld.java

  • 0
Posted

I can not understand what you want to do? You want to create announcements? You want to to disappear L2JLicense? What do you really want?

  • 0
Posted

look on his screen, and now read his message.... "remove message: L2j server version" so now think...u got it? so it cant be the announcements

 

  • 0
Posted

gameserver.clientpackets.enterworld.java open it and remove this

 

       if (Config.SERVER_VERSION != null)

       {

           activeChar.sendMessage(getText("TDJKIFNlcnZlciBWZXJzaW9uOg==")+"      "+Config.SERVER_VERSION);

       }

 

       if (Config.DATAPACK_VERSION != null)

       {

           activeChar.sendMessage(getText("TDJKIERhdGFwYWNrIFZlcnNpb246")+"  "+Config.DATAPACK_VERSION);

       }

 

also for the chief  and made by l2jserver remove this

 

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

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

 

  • 0
Posted

its not illegal lol, l2j is a open source project. and if u delete the credits u still will find 1k of credits in the source .oO

normaly it have to be in EnterWorld.java

 

Hm it is not illegal to delete ha? yeah sure... please follow the link that i give and then tell me if i am right.

 

http://www.l2jserver.com/forum/thread.php?threadid=19092

 

You have to be member of the Forum to see it. So register or login and then you will be able to read it.

 

For people who don't want to Join or login at the forum, i will copy paste the post.

 

That is the L2J copyright. No one is allowed to remove it.
Don't like it, Don't use any L2J software.
Anyone who does remove our copyright notice, take note, we will exercise our rights.
Players, feel free to PM me with any violators.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...