• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[DELTA] How to add login message [IN THE CHAT BOX]

Newbie Spellweaver
Joined
Jul 21, 2008
Messages
21
Reaction score
2
A few things to note when you do this. Make sure that if the sources ORIGINAL is in the welcome notes to give at least some credit. for instance "Original Source By: (NAME)"

Base: Delta
Difficulty: 1/10
Time: 5-10 minutes MAX
Credits: Delta and I

Step 1: Open Your Client JAVA
Open your Client.java and search for
Code:
l33thax(7499);
Right under that add this
Code:
sM("TEXT");
The reason that you look for the l33thax is because this is a void that runs during login. (SOMEONE PLEASE TELL ME IF I AM WRONG)

Anyways, sM("TEXT") sends a message in the chat box when people login that says "Welcome to RuneScape" or whatever you what it to say.

To add more than one line of text just add the Code. Like so.
Code:
sM("TEXT");
sM("TEXT");
sM("TEXT");
sM("TEXT");
sM("TEXT");/CODE]

Yeah this is just an easy tut to show people how to edit, create a welcome message.

Creds above^^
 
Back
Top