Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Runescape
You last visited: Today at 07:21

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



How to make a 508 Sever!

Discussion on How to make a 508 Sever! within the Runescape forum part of the MMORPGs category.

Reply
 
Old   #1
 
gerble93's Avatar
 
elite*gold: 40
Join Date: Sep 2006
Posts: 1,890
Received Thanks: 805
How to make a 508 Sever!

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:
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
gerble93 is offline  
Thanks
9 Users
Old 06/05/2009, 05:36   #2
 
Ruyuk's Avatar
 
elite*gold: 20
Join Date: Jun 2008
Posts: 274
Received Thanks: 135
Thanks a lot. Going to try it tonight. Will finish tomorrow.
Ruyuk is offline  
Old 06/25/2009, 15:23   #3
 
elite*gold: 0
Join Date: Jun 2009
Posts: 1
Received Thanks: 0
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 =)
xxshabsxx is offline  
Old 06/27/2009, 12:48   #4
 
gerble93's Avatar
 
elite*gold: 40
Join Date: Sep 2006
Posts: 1,890
Received Thanks: 805
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!
gerble93 is offline  
Old 07/03/2009, 20:07   #5
 
davon32909's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 1
Received Thanks: 0
um dood those links dont work anymore =[
davon32909 is offline  
Old 07/04/2009, 06:40   #6
 
gerble93's Avatar
 
elite*gold: 40
Join Date: Sep 2006
Posts: 1,890
Received Thanks: 805
I'm trying to fix that currently!
gerble93 is offline  
Old 07/06/2009, 21:34   #7
 
elite*gold: 0
Join Date: Jul 2009
Posts: 1
Received Thanks: 0
pl0x

pl0x fix links
winkey is offline  
Old 07/14/2009, 02:44   #8
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2
Received Thanks: 0
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!
chaoskenny is offline  
Old 07/14/2009, 18:16   #9
 
gerble93's Avatar
 
elite*gold: 40
Join Date: Sep 2006
Posts: 1,890
Received Thanks: 805
Credit was given, please look at the very bottom... in light blue
gerble93 is offline  
Old 10/16/2009, 21:30   #10
 
elite*gold: 0
Join Date: Oct 2009
Posts: 1
Received Thanks: 0
i can download any of these things...

fix the site's please
kaseem5 is offline  
Old 12/05/2009, 16:01   #11
 
elite*gold: 0
Join Date: Nov 2009
Posts: 7
Received Thanks: 0
Nice thx..
But, please fix the Rapidshare Links (cache!)

edit:
Please fix all xD
mfg
RSCH34T0R is offline  
Old 12/28/2009, 12:53   #12
 
elite*gold: 0
Join Date: Dec 2009
Posts: 1
Received Thanks: 0
nothing works
rudie tet is offline  
Old 12/28/2009, 21:28   #13
 
gerble93's Avatar
 
elite*gold: 40
Join Date: Sep 2006
Posts: 1,890
Received Thanks: 805
yeah, i'm just trying to fix the links
It's hard to do
gerble93 is offline  
Old 01/04/2010, 17:14   #14
 
elite*gold: 0
Join Date: Jan 2010
Posts: 1
Received Thanks: 0
Umm , how do you compile then you finish coding?
kaspyy is offline  
Old 01/06/2010, 11:36   #15
 
elite*gold: 0
Join Date: Jan 2010
Posts: 1
Received Thanks: 0
all links are broken
iruga44 is offline  
Reply


Similar Threads Similar Threads
now make sever non-hamchi
02/24/2011 - CO2 Private Server - 2 Replies
now make sever non-hamchi for some mony if you need call on my num 0123094299 or pm me on my e-mail [email protected] i'am life in egypt but can make sever in contry by teamviwer
Make own PS Sever need some question ?
05/30/2010 - Dekaron Private Server - 5 Replies
Hi guy i have 1 question to know, when i make my own Private sever Dekaron done should i need to play with the internet or play normal on my pc without internet like other Plash game pc ^^! Please can someone tell me .......
[HELP] HOW TO MAKE AN OFFLINE SEVER FOR CO2 ?
07/08/2009 - CO2 Private Server - 12 Replies
Please show me how to make an offline sever for Conquer.
RF Privat sever how 2 make?
10/10/2008 - RF Online - 2 Replies
Hello everyone How i can open a rf privat server, where i can play with my friends? i have read here that i can easy make a server for lan with mysql but iam new and dont know muth about mysql. need help please... thx 4 all that anwser and sry 4 my bad english ^^
How do you make a co sever
04/11/2006 - Conquer Online 2 - 7 Replies
can some one tell me how to make a sever on co



All times are GMT +2. The time now is 07:21.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.