Page 1 of 1
system messege
Posted: Sun Mar 13, 2011 9:10 pm
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:
Re: system messege
Posted: Sun Mar 13, 2011 9:18 pm
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?
Re: system messege
Posted: Mon Mar 14, 2011 12:37 pm
by jurchiks
The one in chat is in network/clientpackets/EnterWorld.java, it's encrypted so you won't find it by text.