GamerzPlanet - For All Your Online Gaming Needs!!

Go Back   GamerzPlanet - For All Your Online Gaming Needs!! > Online Gaming > RuneScape > RuneScape General > RuneScape Private Servers

RuneScape Private Servers RuneScape Private Server Discussion.



How to run a Rs private server

RuneScape Private Servers


Closed Thread
 
Thread Tools Display Modes
Old 08-15-2007, 02:42 AM   #1
Registered User
 
Last Online: 05-24-2008 07:37 PM
Join Date: Feb 2007
Posts: 19
Thanks: 2
Thanked 7 Times in 2 Posts
liquid_mercury is on a distinguished road
iTrader: 0 / 0%
Points: 3,515.77
Bank: 0.00
Total Points: 3,515.77
How to run a Rs private server

This is how to make a runescape private server (Simplified) If this is against the rules please delete this mods.

By the way I may multi post because the tut is long..kinda.
liquid_mercury is offline  
Sponsored Links
Old 08-15-2007, 02:48 AM   #2
Registered User
 
Last Online: 05-24-2008 07:37 PM
Join Date: Feb 2007
Posts: 19
Thanks: 2
Thanked 7 Times in 2 Posts
liquid_mercury is on a distinguished road
iTrader: 0 / 0%
Points: 3,515.77
Bank: 0.00
Total Points: 3,515.77
Re: How to run a Rs private server

For this tutorial to work you must do it step-by-step
You should also have the latest moparscape client
Note: This tutorial is based on Windows XP

--------------------------------------------------------------------------------

Purpose: To successfully start a private server
Difficulty: 1
Assumed Knowledge: Being able to follow instructions and search websites
Server Base: All
liquid_mercury is offline  
Old 08-15-2007, 02:49 AM   #3
Registered User
 
Last Online: 05-24-2008 07:37 PM
Join Date: Feb 2007
Posts: 19
Thanks: 2
Thanked 7 Times in 2 Posts
liquid_mercury is on a distinguished road
iTrader: 0 / 0%
Points: 3,515.77
Bank: 0.00
Total Points: 3,515.77
Re: How to run a Rs private server

--------------------------------------------------------------------------------

Procedure


--------------------------------------------------------------------------------
Step 1
Before you do anything you will need the latest edition of Java JDK.
Note: You should now have Java JDK Update 9 installed and ready to use. If not please go back to the beginning of step 1

--------------------------------------------------------------------------------
Step 2
Now before we download a server, first we need a suitable program to modify the server.
Here are my recommendations (FREE)

Notepad - This if the default program that most will have. Rating: 1/10
TextPad - TextPad® 4.7.3 is a powerful, general purpose editor for plain text files. Easy to use, with all the features a power user requires. Rating: 8/10

--------------------------------------------------------------------------------
Note: You should now have Java JDK Update 9 installed and ready to use. If not please go back to the beginning of step 1
Note: You should now have a suitable program for editing .java files. If not please go back to the beginning of step 2

--------------------------------------------------------------------------------
Step 3
Now we have all the things we need to run a simple server, So let's download one!
Here are my recommendations (FREE)

TestScape - A simple source. Great for beginners
CheezScape 80 - The latest cheezscape source. Great for intermediate coders
Project 16 Version 6 Edit 7 - An updated Project 16. Great for advanced coders

--------------------------------------------------------------------------------
Note: You should now have Java JDK Update 9 installed and ready to use. If not please go back to the beginning of step 1
Note: You should now have a suitable program for editing .java files. If not please go back to the beginning of step 2
Note: You should now have a suitable server downloaded. If not please go back to the beginning of step 3

--------------------------------------------------------------------------------
Step 4
So now we have a server and all the things we need to modify it. But before that, we need a program to open the file because most
servers will be zipped into a .rar archive
Here are my recommendations (FREE)

WinRAR archiver - a powerful tool to process RAR and ZIP files

--------------------------------------------------------------------------------
Note: You should now have Java JDK Update 9 installed and ready to use. If not please go back to the beginning of step 1
Note: You should now have a suitable program for editing .java files. If not please go back to the beginning of step 2
Note: You should now have a suitable server downloaded. If not please go back to the beginning of step 3
Note: You should now have a suitable program to extract .zip and .rar files. If not please go back to the beginning of step 4

--------------------------------------------------------------------------------
Step 5
So now you have a server extracted and ready to use. But when you start it you get a weird error.

Can Not Find Specified Location
Device is not ready
javac is not reconized
To fix this we need to edit two files.

Edit Compile.bat and replace the text inside it with:
@echo off
title yourservernamehere
"C:\Program Files\Java\jdk1.5.0_09\bin\javac.exe" -cp . *.java
"C:\Program Files\Java\jdk1.5.0_09\bin\java.exe" server
pause

Edit Runserver.bat and replace the text inside it with:
@echo off
title yourservernamehere
java -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar server


--------------------------------------------------------------------------------
Note: You should now have Java JDK Update 9 installed and ready to use. If not please go back to the beginning of step 1
Note: You should now have a suitable program for editing .java files. If not please go back to the beginning of step 2
Note: You should now have a suitable server downloaded. If not please go back to the beginning of step 3
Note: You should now have a suitable program to extract .zip and .rar files. If not please go back to the beginning of step 4
Note: You should now have a server that compiles correctly. If not please go back to the beginning of step 5

--------------------------------------------------------------------------------
Step 6
So your server should be up and running. Want to test it?
Well open up MoparScape and log-in to your internal IP.
Note: This is either localhost or 127.0.0.1
Note: Username and password can be anything you want.

--------------------------------------------------------------------------------
Note: You should now have Java JDK Update 9 installed and ready to use. If not please go back to the beginning of step 1
Note: You should now have a suitable program for editing .java files. If not please go back to the beginning of step 2
Note: You should now have a suitable server downloaded. If not please go back to the beginning of step 3
Note: You should now have a suitable program to extract .zip and .rar files. If not please go back to the beginning of step 4
Note: You should now have a server that compiles correctly. If not please go back to the beginning of step 5
Note: You should now be able to login to your own server and play it. If not please go back to the beginning of step 6

--------------------------------------------------------------------------------
Step 7
Step 7 is split into two parts.

A - Setting up No-Ip
B - Setting up Hamachi

Step 7 - A
First go to the No-Ip site and click Sign Up then register an account.
Note: While registering for an account they send you a confirmation email
Now once you have registered download the NO-IP DUC and install it.
Now open the program and enter the e-mail address and password you used when you signed up.
Now go back to the No-Ip website and login.
Once logged in click Hosts / Redirects then Add
For the hostname type your servers name. For example MyFirstServerScape and then choose an ending of your choice. For example
no-ip.info anc click the create host button.
Now all you need to do is open up the NO-IP DUC and right click then click Refresh Host List

Step 7 - B
First download Hamachi and then run the program and it should provide a small tutorial on how to use the program.

--------------------------------------------------------------------------------
Note: You should now have Java JDK Update 9 installed and ready to use. If not please go back to the beginning of step 1
Note: You should now have a suitable program for editing .java files. If not please go back to the beginning of step 2
Note: You should now have a suitable server downloaded. If not please go back to the beginning of step 3
Note: You should now have a suitable program to extract .zip and .rar files. If not please go back to the beginning of step 4
Note: You should now have a server that compiles correctly. If not please go back to the beginning of step 5
Note: You should now be able to login to your own server and play it. If not please go back to the beginning of step 6
Note: You should have either no-ip or hamachi set up on your computer. If not please go back to the beginning of step 7

--------------------------------------------------------------------------------
Step 8
Note: This step is only for users with Windows Xp Service Pack 2
Now we need to set windows firewall exceptions for the port that most people use to access private servers.
Go to Start -> Control Panel and then click Open Security Center then click Windows Firewall Which is at the bottom of the Security
Center. Once the windows firewall page has come up click on the exceptions tab. Then lcick "Add Port" and Name the Port as your server
and put the port # as 43594. Then click Ok.

--------------------------------------------------------------------------------
Note: You should now have Java JDK Update 9 installed and ready to use. If not please go back to the beginning of step 1
Note: You should now have a suitable program for editing .java files. If not please go back to the beginning of step 2
Note: You should now have a suitable server downloaded. If not please go back to the beginning of step 3
Note: You should now have a suitable program to extract .zip and .rar files. If not please go back to the beginning of step 4
Note: You should now have a server that compiles correctly. If not please go back to the beginning of step 5
Note: You should now be able to login to your own server and play it. If not please go back to the beginning of step 6
Note: You should have either no-ip or hamachi set up on your computer. If not please go back to the beginning of step 7
Note: You should now have set windows firewall exceptions for port 43594. If not please go back to the beginning of step 8

--------------------------------------------------------------------------------
Step 9
Now all we need to do now is set port forwarding. As every router is different i cannot give you direct instructions. The best
i can do is give you a site dedicated to helping you port forward.
The site is: Port Forward
Additional: Port Forward Tutorial - Lothy

--------------------------------------------------------------------------------
Note: You should now have Java JDK Update 9 installed and ready to use. If not please go back to the beginning of step 1
Note: You should now have a suitable program for editing .java files. If not please go back to the beginning of step 2
Note: You should now have a suitable server downloaded. If not please go back to the beginning of step 3
Note: You should now have a suitable program to extract .zip and .rar files. If not please go back to the beginning of step 4
Note: You should now have a server that compiles correctly. If not please go back to the beginning of step 5
Note: You should now be able to login to your own server and play it. If not please go back to the beginning of step 6
Note: You should have either no-ip or hamachi set up on your computer. If not please go back to the beginning of step 7
Note: You should now have set windows firewall exceptions for port 43594. If not please go back to the beginning of step 8
Note: You should now have set port forwarding to port 43594. If not please go back to the beginning of step 9

--------------------------------------------------------------------------------
Step 10
HAVE FUN

--------------------------------------------------------------------------------

If you Just want the Text file please PM me or msn me at [Only registered and activated users can see links. ]
aim me at xx6xion6xx for AIM
liquid_mercury is offline  
Old 08-18-2007, 04:53 PM   #4
Banned
 
Last Online: 12-09-2007 12:24 PM
Join Date: Jul 2006
Age: 17
Posts: 92
Thanks: 0
Thanked 4 Times in 4 Posts
PiXeL is on a distinguished road
iTrader: 0 / 0%
Points: 888.00
Bank: 0.00
Total Points: 888.00
Re: How to run a Rs private server

triple post... yay
PiXeL is offline  
Old 08-18-2007, 10:15 PM   #5
Registered User
 
Last Online: 05-24-2008 07:37 PM
Join Date: Feb 2007
Posts: 19
Thanks: 2
Thanked 7 Times in 2 Posts
liquid_mercury is on a distinguished road
iTrader: 0 / 0%
Points: 3,515.77
Bank: 0.00
Total Points: 3,515.77
Re: How to run a Rs private server

Read the first post -.-
liquid_mercury is offline  
Old 08-20-2007, 02:57 AM   #6
Lurker
 
Last Online: 09-23-2007 08:12 AM
Join Date: Aug 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
jacklescool is on a distinguished road
iTrader: 0 / 0%
Points: 0.00
Bank: 0.00
Total Points: 0
Re: How to run a Rs private server

wow..thats kinda funny...read maybe..
jacklescool is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

All times are GMT -7. The time now is 04:47 PM.


Powered by: vBulletin
Copyright ©2008, GamerzPlanet.Net
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Network: GamerzPlanet | ForumzPlanet | GzPUpload | GzPArcade | GzP Host | Australian Poker | Watch Desperate Housewives | Visits: