system messege

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
buliwyf
Posts: 2
Joined: Fri Nov 12, 2010 8:01 pm

system messege

Post by buliwyf »

hi can anyone tell me how and whare i edit the welcome messege in the chat window in game
whare it say welcome to my server

hope anyone can help

regards buliwyf

L2J Revision 4497:
L2JDP Revision 7780:
User avatar
TK-Master
Posts: 25
Joined: Sat Mar 12, 2011 10:44 pm

Re: system messege

Post by TK-Master »

l2jmods.properties
# ---------------------------------------------------------------------------
# Welcome message
# ---------------------------------------------------------------------------
# Show screen welcome message on character login
# Default: False
ScreenWelcomeMessageEnable = False

# Screen welcome message text to show on character login if enabled
# ('#' for a new line, but message can have max 2 lines)
ScreenWelcomeMessageText = Welcome to L2J server!

# Show screen welcome message for x seconds when character log in to game if enabled
ScreenWelcomeMessageTime = 10
that?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: system messege

Post by jurchiks »

The one in chat is in network/clientpackets/EnterWorld.java, it's encrypted so you won't find it by text.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Locked