Jump to content
  • 0

hallo max cheaters xD


removed_001

Question

i wanna ask sth.... i have a gracia final server (ct2.3) and i want when someone logs in to say in the upper screen e.g welcome....it is sth from the system folder.. does anyone know??? thanx a lot

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

tell me what server pack you use l2j ?

 

if you use l2j go gameserver --> config --> l2jmods.propeties

 

and find this :

 

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

 

and change for your welcome ;)

Link to comment
Share on other sites

  • 0

hello ONIX and yes i am using L2j but unfortunately these lines does not exist.....

moreover i gave a relative of my friend only the system and he did sth that when i log in it says welcome.....i am sure it is sth inside system folder.. u know hot to enable this?

Link to comment
Share on other sites

  • 0

EnterWorld.java

 

Add this line:

 

activeChar.sendPacket(new ExShowScreenMessage(text, time));

 

Where:

 

text - is your message

 

time - how long this message should be displayed (in milliseconds!)

Link to comment
Share on other sites

  • 0

hmm so it is no way of adding it from the system folder? hmm i dont trust any updates right now cause i fix and balanced the server and i am very cautious of it. secondly i havent pass compilation step so i cant edit java files.... anyway thanx guys and if u find or hear a way of adding throu the system folder please inform me......

Link to comment
Share on other sites

  • 0

hmm so it is no way of adding it from the system folder? hmm i dont trust any updates right now cause i fix and balanced the server and i am very cautious of it. secondly i havent pass compilation step so i cant edit java files.... anyway thanx guys and if u find or hear a way of adding throu the system folder please inform me......

 

Maybe with advanced client modification its possible (im not Client Dev, so do not expect info from me)

 

But most simple way is this, which i gave you in my first post.

Link to comment
Share on other sites

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