You are viewing our Forum Archives. To view or take place in current topics click here.
how to make a RSPS (TUT)
Posted:

how to make a RSPS (TUT)Posted:

PBJ
  • TTG Addict
Status: Offline
Joined: May 07, 201112Year Member
Posts: 2,214
Reputation Power: 94
Status: Offline
Joined: May 07, 201112Year Member
Posts: 2,214
Reputation Power: 94
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
[ Register or Signin to view external links. ]

WinRar 3.80 for Windows 95/98/Me/NT/2000/XP/Vista
[ Register or Signin to view external links. ]

JDK 6 Update 11 with NetBeans 6.5
[ Register or Signin to view external links. ]

JDK 6 Update 10 with Java EE
[ Register or Signin to view external links. ]

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

TestScape - [ Register or Signin to view external links. ]
CheezScape 80 - [ Register or Signin to view external links. ]
Project 16 Version 6 Edit 7 - [ Register or Signin to view external links. ]
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 - [ Register or Signin to view external links. ]

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

[ Register or Signin to view external links. ]

FINAL STEP-
Now you are done! So you can go to silab which link is [ Register or Signin to view external links. ] 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 [ Register or Signin to view external links. ]

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. ]


Last edited by PBJ ; edited 4 times in total
#2. Posted:
wma
  • TTG Addict
Status: Offline
Joined: Dec 16, 201013Year Member
Posts: 2,447
Reputation Power: 110
Status: Offline
Joined: Dec 16, 201013Year Member
Posts: 2,447
Reputation Power: 110
nice you can also add 7zip to the .rar extractors its good also here is the link [ Register or Signin to view external links. ] . download-free. com/go.php?p=7-zip&source=ga&source=ga&gclid=CLi9jpb--KkCFYHs7QodH2_wYQ
#3. Posted:
N_I_G_G_A
  • Ladder Climber
Status: Offline
Joined: Jun 18, 201112Year Member
Posts: 383
Reputation Power: 17
Status: Offline
Joined: Jun 18, 201112Year Member
Posts: 383
Reputation Power: 17
Seems pretty solid im trying it now
#4. Posted:
Mika
  • TTG Contender
Status: Offline
Joined: Jul 08, 201112Year Member
Posts: 3,129
Reputation Power: 135
Status: Offline
Joined: Jul 08, 201112Year Member
Posts: 3,129
Reputation Power: 135
i do not take credit for this this


I was going to say, you didn't make this. Yeah because I seen this before.
#5. Posted:
PBJ
  • TTG Addict
Status: Offline
Joined: May 07, 201112Year Member
Posts: 2,214
Reputation Power: 94
Status: Offline
Joined: May 07, 201112Year Member
Posts: 2,214
Reputation Power: 94
-HBO- wrote nice you can also add 7zip to the .rar extractors its good also here is the link [ Register or Signin to view external links. ] . download-free. com/go.php?p=7-zip&source=ga&source=ga&gclid=CLi9jpb--KkCFYHs7QodH2_wYQ
i added that to the post
#6. Posted:
PBJ
  • TTG Addict
Status: Offline
Joined: May 07, 201112Year Member
Posts: 2,214
Reputation Power: 94
Status: Offline
Joined: May 07, 201112Year Member
Posts: 2,214
Reputation Power: 94
TTG-LemonJello wrote Seems pretty solid im trying it now
be sure to let me know when it works
#7. Posted:
Srh_x_Reactionz
  • Rising Star
Status: Offline
Joined: Jul 07, 201013Year Member
Posts: 700
Reputation Power: 28
Status: Offline
Joined: Jul 07, 201013Year Member
Posts: 700
Reputation Power: 28
too bad its not your guide
#8. Posted:
PBJ
  • TTG Addict
Status: Offline
Joined: May 07, 201112Year Member
Posts: 2,214
Reputation Power: 94
Status: Offline
Joined: May 07, 201112Year Member
Posts: 2,214
Reputation Power: 94
Srh_x_Reactionz wrote too bad its not your guide
i know thats why i gave credit to the guy who made it
#9. Posted:
N_I_G_G_A
  • Ladder Climber
Status: Offline
Joined: Jun 18, 201112Year Member
Posts: 383
Reputation Power: 17
Status: Offline
Joined: Jun 18, 201112Year Member
Posts: 383
Reputation Power: 17
the link to check to see if its running is not working but other than that i have everything what do i do now lol?
#10. Posted:
Rs-Ps
  • Challenger
Status: Offline
Joined: Jul 08, 201112Year Member
Posts: 188
Reputation Power: 7
Status: Offline
Joined: Jul 08, 201112Year Member
Posts: 188
Reputation Power: 7
what does it mean when you click compile and it says path is not specified i type,
it wont work iv tried to make a rsps like 6 times,....
@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

and replace it with my java version and it still nothing, help -.-?
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.