PDA

View Full Version : Please could some one help me?



Altan
June 21st, 2010, 17:36
As Im thinking, RSPS stands for "Runescape Private Server."
Hi guys, this is the first time I post in forums, so Hi again!
I really need help with making my own server.
No body has helped me yet, I asked about 20 people and no one has helped me a bit.
Well, some said like "GTFO NOOB" or "I wont tell you anything, but you can check youtube."

Well guys, if I do something wrong, I can't ask youtube what I did wrong, am I right? :p

So people please just help me a bit?
I have really worked hard for this.

Musicmasta
June 21st, 2010, 17:48
Look at this post it's How to start your own server kinda pretty much coding for beginnger's :O Only the registered members can see the link. Good luck Making servers!

I weed I
June 21st, 2010, 17:56
Anyway...

HOW TO MAKE A SERVER!

STEP ONE-
First you will need JDK; Here are the downloads..

WinZip 12 for Windows 2000/XP/Vista
Only the registered members can see the link.

WinRar 3.80 for Windows 95/98/Me/NT/2000/XP/Vista
Only the registered members can see the link.

JDK 6 Update 11 with NetBeans 6.5
Only the registered members can see the link.

JDK 6 Update 10 with Java EE
Only the registered members can see the link.

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

TestScape - Only the registered members can see the link.
CheezScape 80 - Only the registered members can see the link.
Project 16 Version 6 Edit 7 - Only the registered members can see the link.
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 - Only the registered members can see the link.

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 Only the registered members can see the link. 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

Only the registered members can see the link.



NOTICE: This is just a small guide how to make a R-S-P-S. (Runescape private server).

The Soul
June 21st, 2010, 17:59
Take a look at my thread in the teaching child board of the tutorials.

Perfection
June 21st, 2010, 18:02
RuneScape is a game.

RuneScape Private servers are a copy of that game made easier.

Thanks for reading <3.

Musicmasta
June 21st, 2010, 18:29
Anyway...

HOW TO MAKE A SERVER!

STEP ONE-
First you will need JDK; Here are the downloads..

WinZip 12 for Windows 2000/XP/Vista
Only the registered members can see the link.

WinRar 3.80 for Windows 95/98/Me/NT/2000/XP/Vista
Only the registered members can see the link.

JDK 6 Update 11 with NetBeans 6.5
Only the registered members can see the link.

JDK 6 Update 10 with Java EE
Only the registered members can see the link.

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

TestScape - Only the registered members can see the link.
CheezScape 80 - Only the registered members can see the link.
Project 16 Version 6 Edit 7 - Only the registered members can see the link.
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 - Only the registered members can see the link.

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 Only the registered members can see the link. 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

Only the registered members can see the link.



NOTICE: This is just a small guide how to make a R-S-P-S. (Runescape private server).

He wants 508 loading 525 cache

Wise Old Man
June 22nd, 2010, 11:34
Did you get it running?

Altan
June 22nd, 2010, 13:06
Everything worked well, I used the link that Musicmasta send, but the one problem is that the client doesn't work.. I should check it out before I did everything.. :p

Coder2
June 22nd, 2010, 13:50
You can use any client or source you want, and post the error the client is giving you if there is any and ill fix it for you. And make sure the server is portforwarded/online or the client wont connect.