Jump to content
  • 0

how to change text ?


Question

3 answers to this question

Recommended Posts

  • 0
Posted

open your fileedit then find your systemsg-e (or something like that) and find the lines you want to change...

  • 0
Posted

open your fileedit then find your systemsg-e (or something like that) and find the lines you want to change...

ahaha rofl xD its in enter world java ul see a paket with version and WELCOME_TO_LINEAGE  thingy

delete it

xD

not the lineage thingy :P

the version one....

  • 0
Posted

change

 

# Show server version + license when player enter game.

ShowLicense = True to False

 

or go com.l2jfree.gameserver.L2JfreeInfo;

 

and change

 

public static final void versionInfo(L2PcInstance activeChar)
{
	activeChar.sendMessage(":__.     :_____:_____:_____:_____:_____:_____:");
	activeChar.sendMessage("|    |__|___   |__.     |     __|        |     __|     __|");
	activeChar.sendMessage("|         |   ___|   |     |     __|    ) _|     __|     __|");
	activeChar.sendMessage("|_____|_____|_____|__|    |__|__|_____|_____|");	
	activeChar.sendMessage("l2jfree version: "+ GameServer.getVersionNumber() + " license: gpl 3 ");
}

 

 

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...