Tutorials Navigation

Tutorials :: New :: Popular :: Top Rated

Tutorials: 18,326 Categories: 12

Total Tutorial Views: 41,430,875

how to make a RSPS (Runescape private server) (TUT)

Tutorial Name: how to make a RSPS (Runescape private server) (TUT)  

Category: PC Tutorials

Submitted By: PBJ

Date Added:

Comments: 11

Views: 17,172

Related Forum: PC Building Forum

Share:

Ok guys, Here is the moment you all been waiting for. Lets get started on the Tut on how to make ur own runescape server.

STEP ONE-
First you will need the highest updates on java ill give u downloading links.

WinZip 12 for Windows 2000/XP/Vista
download.com/WinZip/3000-...-10003164.html

WinRar 3.80 for Windows 95/98/Me/NT/2000/XP/Vista
download.com/WinRAR/3000-...-10007677.html

JDK 6 Update 11 with NetBeans 6.5
java.sun.com/javase/downloads/netbeans.html

JDK 6 Update 10 with Java EE
cds.sun.com/is-bin/INTERSHOP...-CDS_Developer

STEP TWO-
Now time to download a source for your server.

TestScape - megaupload.com/?d=VC3TV8XY
CheezScape 80 - megaupload.com/?d=8MF4EQBL
Project 16 Version 6 Edit 7 - megaupload.com/?d=7DO6EFY7
There are also lots more but these are my best recommended ones.

STEP THREE-
Get a winzip extracter for source if u don't have one you cna get one here.

WinRAR archiver - rarlab.com/rar/wrar361.exe

STEP FOUR-
Now that you got winzip downloaded extract the source and open it up. Right click the Compiler and click on edit. Erase everything inside of it
and put this in it.

@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

Now do the same thing to the Run.java and erase it all and put

@echo off
title yourservernamehere
java -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar server

STEP FIVE-
Time to set up No-Ip. Go to [ Register or Signin to view external links. ] and register. Once you have activated your account download the no-ip and on the site look for where it says host/redirects and create it like servernamehere.no-ip.whateveryouwant. After you are done open the no-ip thing that you downloaded and refresh it. Then your servername should pop up. Click the check box and exit out of it.

STEP SIX-
Now it is time to redirect your router to do this is hard to explain so go to this recommended site

portforward.com/

FINAL STEP-
Now you are done! So you can go to silab which link is client.silabsoft.org/client.php type in your new servers ip whihc would be with the no-ip and then your in!

Good luck in making one


i do not take credit for this this is the TUT my friend said he used he sent me this exactally i did not modify this tut at all here is a link to the original post original post

for some reason the links arent working ill try to get new ones
heres another .rar extractor sent to me by -HBO- i didnt test it but im sure it works [ Register or Signin to view external links. ]
wYQ

original post on runescape forum https://www.thetechgame.com/Forums/t=1732533/how-to-make-a-rsps-tut.html

Ratings

Current rating: 3.47 by 36 users
Please take one second and rate this tutorial...

Not a Chance
1
2
3
4
5
6
7
8
9
10
Absolutely

Comments

"how to make a RSPS (Runescape private server) (TUT)" :: Login/Create an Account :: 11 comments

If you would like to post a comment please signin to your account or register for an account.

--Skype--Posted:

Im gonna try this...