How to make a 508 Sever!

06/05/2009 02:27 gerble93#1
Step 1 : Downloading a source

First of all Download Any of those!

~BlueCore 508 v2.1~
[Only registered and activated users can see links. Click Here To Register...]
~BlueCore 508 v2.0~
[Only registered and activated users can see links. Click Here To Register...]
~BlueCore 508 v1.0~
[Only registered and activated users can see links. Click Here To Register...]
~CodeUsa 508~
[Only registered and activated users can see links. Click Here To Register...]
~DragonForce~
[Only registered and activated users can see links. Click Here To Register...]
~Dempltr 508 (Errors fixed.)~
[Only registered and activated users can see links. Click Here To Register...]
~Dempltr 508~
[Only registered and activated users can see links. Click Here To Register...]
~Fallen Empire 508 (80% MySQL)~
[Only registered and activated users can see links. Click Here To Register...]
~Ivory Fist 508~
[Only registered and activated users can see links. Click Here To Register...]
~LegendX 508 Server~
[Only registered and activated users can see links. Click Here To Register...]
~Merkscape v1.5~
[Only registered and activated users can see links. Click Here To Register...]
~NexusScape 508~
[Only registered and activated users can see links. Click Here To Register...]
~Pixel's 508~
[Only registered and activated users can see links. Click Here To Register...]
~RockHard-Scape V1.0~
[Only registered and activated users can see links. Click Here To Register...]
~Rs2-Devolution(New one?)~
[Only registered and activated users can see links. Click Here To Register...]
~RageSource 508~
[Only registered and activated users can see links. Click Here To Register...]
~Style X V1~
[Only registered and activated users can see links. Click Here To Register...]
~T3l3nowScape~
[Only registered and activated users can see links. Click Here To Register...]
~Tantrex 508~
[Only registered and activated users can see links. Click Here To Register...]
~Zezima RSPS 508~
[Only registered and activated users can see links. Click Here To Register...]
Step 2
ok then download this
[Only registered and activated users can see links. Click Here To Register...]

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
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

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 )
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

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:
p.rights = 2;
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:
p.frames.sendMessage(p
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
06/05/2009 05:36 Ruyuk#2
Thanks a lot. Going to try it tonight. Will finish tomorrow.
06/25/2009 15:23 xxshabsxx#3
Thanks so much, just made a new server, having trouble with the admin and coding part.....and some of the idea id's....but it workes so im happy =)
06/27/2009 12:48 gerble93#4
To make your self admin you will need to search for:
Quote:
p.rights = 2;
And if there is a name there already, write it your username WITHOUT ANY CAPS!
07/03/2009 20:07 davon32909#5
um dood those links dont work anymore =[
07/04/2009 06:40 gerble93#6
I'm trying to fix that currently!
07/06/2009 21:34 winkey#7
pl0x fix links
07/14/2009 02:44 chaoskenny#8
Quote:
"508 SERVER TUT is created by Soul!.IF you need help ask do not be shy =).",
Quote:
Soul_Banner Wrote this!",

C&P Tutorial..... GIVE CREDITS TO THE MAKERS!
07/14/2009 18:16 gerble93#9
Credit was given, please look at the very bottom... in light blue :D
10/16/2009 21:30 kaseem5#10
i can download any of these things...

fix the site's please
12/05/2009 16:01 RSCH34T0R#11
Nice thx..
But, please fix the Rapidshare Links (cache!)

edit:
Please fix all xD
mfg
;)
12/28/2009 12:53 rudie tet#12
nothing works
12/28/2009 21:28 gerble93#13
yeah, i'm just trying to fix the links
It's hard to do :)
01/04/2010 17:14 kaspyy#14
Umm , how do you compile then you finish coding?
01/06/2010 11:36 iruga44#15
all links are broken