Step 1 : Downloading a source
First of all Download Any of those!
~BlueCore 508 v2.1~

~BlueCore 508 v2.0~

~BlueCore 508 v1.0~

~CodeUsa 508~

~DragonForce~

~Dempltr 508 (Errors fixed.)~

~Dempltr 508~

~Fallen Empire 508 (80% MySQL)~

~Ivory Fist 508~

~LegendX 508 Server~

~Merkscape v1.5~

~NexusScape 508~

~Pixel's 508~

~RockHard-Scape V1.0~

~Rs2-Devolution(New one?)~

~RageSource 508~

~Style X V1~

~T3l3nowScape~

~Tantrex 508~

~Zezima RSPS 508~
Step 2
ok then download this
this is the 508 cache
Step 3
After Downloading cache Go to "My Computer"
Get on the Disk C:
Create a new folder and name it cache508 (NO SPACES)
and in the files you downloaded, you will see rs2 folder copy/cut that folder and put it in cache508 folder you made
Step 4
Now you will need a client download this


Step 5
Running server : first go to Server folders then open folder "Cmd" then open "Run" then go to the Client folder and open "Run" then write localhost at the ip area
NOTE You MUST run server first before client!
Step 6
Compiling Your server : open "Cmd" Folder you will see :
"All" right click that then click on edit then you will see this code inside
Code:
"C:\Program Files\Java\jdk1.6.0_0#\bin\javac.exe
change # to ur Java JDK update
Quote:
|
want to know what is ur current java JDK update? go to C:\Program Files\Java\jdk ( latest version )
|
Step 7
Some commands Credits to Blue core Making the ::commands option
first go there
src\palidino76\rs2\io\packets
then open commands.java!
copy and paste this inside if you don't have it
Code:
} else if (cmd[0].equals("commands")) {
p.frames.showInterface(p, 255);
p.frames.setString(p, "Soul_Banner Wrote this!", 255, 3);
change to Your commands!
changing magic command
Code:
} else if (cmd[0].equals("modern")) {
p.frames.setTab(p, 79, 192); // Modern spells;
p.frames.sendMessage(p, "You switch to Modern spells.");
} else if (cmd[0].equals("ancients")) {
p.frames.setTab(p, 79, 388); // Magic tab
p.frames.sendMessage(p, "You switch to Ancient spells.");
} else if (cmd[0].equals("lunar")) {
p.frames.setTab(p, 79, 430); // Magic tab (lunar)
add if you don't have it already
adding server info
the same as commands
Code:
} else if (cmd[0].equals("info")) {
p.frames.showInterface(p, 255);
p.frames.setString(p, "508 SERVER TUT is created by Soul!.IF you need help ask do not be shy =).", 255, 3);
Teleport to wild command
Code:
} else if (cmd[0].equals("wildy")) {
p.teleportTo(3243, 3516, 0, 4, 0, 8939, 8941, 1576, 0, 1577,
0);
Adding Master command
Code:
if (p.rights >= 1) {
} else if (cmd[0].equals("master")) {
p.skillLvl[0] = 99;
p.skillXP[0] = 999999999;
p.skillLvl[1] = 99;
p.skillXP[1] = 999999999;
p.skillLvl[2] = 99;
p.skillXP[2] = 999999999;
p.skillLvl[3] = 99;
p.skillXP[3] = 999999999;
p.skillLvl[4] = 99;
p.skillXP[4] = 999999999;
p.skillLvl[5] = 99;
p.skillXP[5] = 999999999;
p.skillLvl[6] = 99;
p.skillXP[6] = 999999999;
p.skillLvl[7] = 99;
p.skillXP[7] = 999999999;
p.skillLvl[8] = 99;
p.skillXP[8] = 999999999;
p.skillLvl[9] = 99;
p.skillXP[9] = 999999999;
p.skillLvl[10] = 99;
p.skillXP[10] = 999999999;
p.skillLvl[11] = 99;
p.skillXP[11] = 999999999;
p.skillLvl[12] = 99;
p.skillXP[12] = 999999999;
p.skillLvl[13] = 99;
p.skillXP[13] = 999999999;
p.skillLvl[14] = 99;
p.skillXP[14] = 999999999;
p.skillLvl[15] = 99;
p.skillXP[15] = 999999999;
p.skillLvl[16] = 99;
p.skillXP[16] = 999999999;
p.skillLvl[17] = 99;
p.skillXP[17] = 999999999;
p.skillLvl[18] = 99;
p.skillXP[18] = 999999999;
p.skillLvl[19] = 99;
p.skillXP[19] = 999999999;
p.skillLvl[20] = 99;
p.skillXP[20] = 999999999;
p.skillLvl[21] = 99;
p.skillXP[21] = 999999999;
p.skillLvl[22] = 99;
p.skillXP[22] = 999999999;
p.skillLvl[23] = 99;
p.skillXP[23] = 999999999;
p.skillLvl[24] = 99;
p.skillXP[24] = 999999999;
p.updateReq = true;
}
Step 8
Making your self Admin/owner/mod
go to login in
\src\palidino76\rs2\io
then open it and search for
Quote:
above this you should see a username
for example in blue core it should be
xxsolicitexx
if it does not work see this quote
Quote:
|
u must not have created the account your going to make admin. you must put their name 1st then you create that acc and ull be admin. If u have made it before, and put the name in, it WILL NOT WORK
|
Change to your server name
Go to login.java and search source name and then change all of the names to your server name!
Step 9
Changing what server says/does when you log in
in login
search for
Quote:
it should be like this
Quote:
|
p.frames.sendMessage(p, "Welcome to Servername");
|
to add another message simple just add
Quote:
|
p.frames.sendMessage(p, "Your Message here!");
|
under the other one..
and do not forget to compile every time you are done from adding codes..
Credits:Soul_Banner