Jump to content
xisto Community
Facebook

Runescape Private Server How to make your own private server and make runescape cash with it :)

Recommended Posts

First off you need a source:
You can download one of these.

Cheezscape 80 - http://forums.xisto.com/no_longer_exists/Cheezscape Pk - http://forums.xisto.com/no_longer_exists/
Project 16 V.6 Edit 8 - http://forums.xisto.com/no_longer_exists/
Project 16 v3 - http://forums.xisto.com/no_longer_exists/
Project 16 Blitz - http://forums.xisto.com/no_longer_exists/
Project16 V.6 Full Source - http://www.gamefront.com/downloads
Project16 V.6 Full Source - http://forums.xisto.com/no_longer_exists/
Project16 V.6 Full Source - http://forums.xisto.com/no_longer_exists/
Testscape Un -Editted- https://www.sendspace.com/file/sqe9af
PimpScape BETA - http://forums.xisto.com/no_longer_exists/
PimpScape Megaupload - http://forums.xisto.com/no_longer_exists/
PimpScapePKz V.4 - http://megashare.com/140847/
Ultimate PK - http://forums.xisto.com/no_longer_exists/
PhoneScape - http://forums.xisto.com/no_longer_exists/


Ok now you need JDK 6.2 to compile your server...

http://www.oracle.com/technetwork/java/javase/downloads/index.html

Download JDK 6 Update 2 and Java Runtime Environment (JRE) 6 Update 2

Now that you have JDK you need to config your server.
Open up your server client.java file in notepad and press CTRL + F
Now search for the server name for example if you chose PhoneScape search for PhoneScape.
Now change every PhoneScape to the name of the server you want.

Alright now that your done save and quit.
Now to compile!

Ok first right click on the compiler and say edit, notepad should pop up:
Now Say CTRL + A to select all erase and copy + paste
This:
//////////////////////////////////////////////////////////////////////////////////////@echo offif exist "C:\Program Files (x86)\" set programfiles=C:\Program Files (x86)set pro=%programfiles%\Java\jdk1.6.0_02set pro2=%programfiles%\Java\jdk1.6.0_02set jac=\bin\javac.exeset jav=\bin\java.exe:co1set b=0set t=7goto co2:co2color %b%%t%:menuclstitle The Perfect Compiler version 2.0echo Please choose an option below to do that function.echo Keep posted on the Moparscape Tutorials section forecho any updates that I post.echo.echo c - Compile your server.echo r - To Run your server.echo e - To exit out of the program.echo color - Change the Text and Backround colors of this compiler.echo reset - Resets your Compiler Logs.echo.echo.set /p c=Option:if %c%==c goto cif %c%==C goto cif %c%==r goto rif %c%==R goto rif %c%==color goto colorif %c%==Color goto colorif %c%==COLOR goto colorif %c%==reset goto resetif %c%==Reset goto resetif %c%==RESET goto resetif %c%==e goto eif %c%==E goto eif %c%==* goto ergoto er:colorclsecho Would you like to change the backround color, changeecho the text color, or reset it to default?echo.echo back - Change the backround color.echo text - Change the text color.echo def - Change all colors back to default.echo.echo.set /p color=Option:if %color%==back goto backif %color%==BACK goto backif %color%==text goto textif %color%==TEXT goto textif %color%==def goto co1if %color%==DEF goto co1if %color%==* goto ergoto er:backclsecho Please select a color to change the backround to:echo.echo blackecho whiteecho redecho yellowecho greenecho blueecho purpleecho.echo.set /p back=Color:if %back%== black (set b=0)if %back%== white (set b=7)if %back%== red (set b=4)if %back%== yellow (set b=6)if %back%== green (set b=2)if %back%== blue (set b=1)if %back%== purple (set b=5)goto co2:textclsecho Please select a color to change the text to:echo.echo blackecho whiteecho redecho yellowecho greenecho blueecho purpleecho.echo.set /p back=Color:if %back%== black (set t=0)if %back%== white (set t=7)if %back%== red (set t=4)if %back%== yellow (set t=6)if %back%== green (set t=2)if %back%== blue (set t=1)if %back%== purple (set t=5)goto co2:cclstitle Compilergoto cjc:c2if exist src (goto cl) else (goto c3):c3if exist *.java (goto cl2) else (goto ce):c4%javac% -cp . *.javaecho Files Compiled Successfully!pauseclsgoto menu:c5%javac% -cp . .\src\*.javaecho Files Compiled Successfully!pausemove .\src\*.class .\classes\clsgoto menu:ceclsecho You need to have Java files for this Compiler to Compile.pauseclsgoto menu:rclstitle Runservergoto cj:r2set rjava=%java% -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar serverclsgoto r3:r3if exist .\classes\server.class (goto sl2) else (goto r4):r4if exist .\server.class (goto sl) else (goto se):r5%rjava%pauseclsgoto menu:r6set rjava=set rjava=%java% -cp .;./classes; Server%rjava%pauseclsgoto menu:seclstitle Errorecho You do not have a Server.class. Make sure that you have used theecho compiler with your server BEFORE you try runing it.pauseclsgoto menu:erclstitle Errorecho Invalid command. Please make sure the commands you typeecho in are correct.pauseclsgoto menu:eclsexit:cjcif exist "%pro%_06%jac%" (goto sjc) else (goto cjc2):cjc2if exist "%pro%_07%jac%" (goto sjc2) else (goto cjc3):cjc3if exist "%pro%_08%jac%" (goto sjc3) else (goto cjc4):cjc4if exist "%pro%_09%jac%" (goto sjc4) else (goto cjc5):cjc5if exist "%pro%_10%jac%" (goto sjc5) else (goto cjc6):cjc6if exist "%pro2%%jac%" (goto sjc6) else (goto cjc7):cjc7if exist "%pro%%jac%" (goto sjc7) else (goto cjc8):cjc8if exist "%pro%_01%jac%" (goto sjc8) else (goto cjc9):cjc9if exist "%pro%_02%jac%" (goto sjc9) else (goto cjc10):cjc10if exist "%pro%_03%jac%" (goto sjc10) else (goto cjc11):cjc11if exist "%pro%_04%jac%" (goto sjc11) else (goto cjc12):cjc12if exist "%pro%_05%jac%" (goto sjc12) else (goto je):sjcset javac="%pro%_06%jac%"goto c2:sjc2set javac="%pro%_07%jac%"goto c2:sjc3set javac="%pro%_08%jac%"goto c2:sjc4set javac="%pro%_09%jac%"goto c2:sjc5set javac="%pro%_10%jac%"goto c2:sjc6set javac="%pro2%%jac%"goto c2:sjc7set javac="%pro%%jac%"goto c2:sjc8set javac="%pro%_01%jac%"goto c2:sjc9set javac="%pro%_02%jac%"goto c2:sjc10set javac="%pro%_03%jac%"goto c2:sjc11set javac="%pro%_04%jac%"goto c2:sjc12set javac="%pro%_05%jac%"goto c2:cjif exist "%pro%_06%jav%" (goto sj) else (goto cj2):cj2if exist "%pro%_07%jav%" (goto sj2) else (goto cj3):cj3if exist "%pro%_08%jav%" (goto sj3) else (goto cj4):cj4if exist "%pro%_09%jav%" (goto sj4) else (goto cj5):cj5if exist "%pro%_10%jav%" (goto sj5) else (goto cj6):cj6if exist "%pro2%%jav%" (goto sj6) else (goto cj7):cj7if exist "%pro%%jav%" (goto sj7) else (goto cj8):cj8if exist "%pro%_01%jav%" (goto sj8) else (goto cj9):cj9if exist "%pro%_02%jav%" (goto sj9) else (goto cj10):cj10if exist "%pro%_03%jav%" (goto sj10) else (goto cj11):cj11if exist "%pro%_04%jav%" (goto sj11) else (goto cj12):cj12if exist "%pro%_05%jav%" (goto sj12) else (goto je):sjset java="%pro%_06%jav%"goto r2:sj2set java="%pro%_07%jav%"goto r2:sj3set java="%pro%_08%jav%"goto r2:sj4set java="%pro%_09%jav%"goto r2:sj5set java="%pro%_10%jav%"goto r2:sj6set java="%pro2%%jav%"goto r2:sj7set java="%pro%%jav%"goto r2:sj8set java="%pro%_01%jav%"goto r2:sj9set java="%pro%_02%jav%"goto r2:sj10set java="%pro%_03%jav%"goto r2:sj11set java="%pro%_04%jav%"goto r2:sj12set java="%pro%_05%jav%"goto r2:jeclstitle Errorecho You do not have JDK 5.0 or JDK 6.0. Go to od Taharok's tutorialecho on the moparscape Tuturoials section for step-by-step instructionsecho link to download the newest JDK Update.pauseclsgoto menu:slclsecho Ran Server at %time% and on %date%. >> "Compile Logs.txt"echo Server was run using %java%. >> "Compile Logs.txt"echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"echo. >> "Compile Logs.txt"goto r5:sl2clsecho Ran Server at %time% and on %date%. >> "Compile Logs.txt"echo Server was run using %java%. >> "Compile Logs.txt"echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"echo. >> "Compile Logs.txt"goto r6:clclsecho Compiled Java files at %time% and on %date%. >> "Compile Logs.txt"echo Java files were compiled using %javac%. >> "Compile Logs.txt"echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"echo. >> "Compile Logs.txt"goto c5:cl2clsecho Compiled Java files at %time% and on %date%. >> "Compile Logs.txt"echo Java files were compiled using %javac%. >> "Compile Logs.txt"echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"echo. >> "Compile Logs.txt"goto c4:resetclsecho Resetting the Compiler's Logs...pausedel "Compile Logs.txt"echo ----------Compiler Logs---------- >> "Compile Logs.txt"echo. >> "Compile Logs.txt"goto menu///////////////////////////////////////////////////////////////////////////////////

Ok now to compile save your new compiler and run it.
You will get a screen type c and ENTER.

Now you will start compiling...

Press any key to continue....

Now that you have compiled your server you need to know your I.P adress..
Go to whatismyip.org find the numbers and copy paste them to a new file on your desktop called My I.P.txt you'll need this later on..

Now to make a no-ip server...
Go to http://www.noip.com/ and make an account
Now login and click on add on the left in the Hosts / Redirects section..

In Hostname right the name of your server: Ex. JeftabScape and chose a subdomain. Ex. .no-ip.org
Host type leave it.
Ip adress go look in your My I.P.txt file if it's not already there..
Leave the mail option blank...

So now all you have to do is run your server and advertize it so that people can join I recommend you make an account at https://www.rune-server.org/ go to the server list and say manage server

As long as your server is running people can log in.. If you turn off your server then people wont...

Btw your server is whatever you called it + the No-ip sub so my example is:
JeftabScape.no-ip.org

Now to make GP!
Alright so you have your runescape server and now you want to make some GP.. All you have to do is sell admin positions this is really easy since people love the word admin :XD: anyways to do so they pay you let's say 150k and you then make them an admin or vice-versa. To make people an admin find there profile in your characters file then search for player rights and change it to 3. To make yourself the owner put it to 5 or 4.

If you have any probs pm me!

Have fun :)

Notice from Plenoptic:
Proper BBCode tags are necessary, lists of links, codes and any copied content must be in proper code tags.

Share this post


Link to post
Share on other sites

Thanks for this guide! :) I might use it one day, and the part that got me was how to get GP from doing this, which sparked more ideas! :PBut my questions are..How do I connect to another Private Server? :D Is it a breach in the RuneScape TOS to use and/or make a Private Server? :D

Share this post


Link to post
Share on other sites

I'm making my first server and this I tried downloading JDK 6.0 so I can compile and run my server but the download freezes after about 3MB-Tomo

Share this post


Link to post
Share on other sites

Ye um this is really confusing. The step that confused me is where you have to config your server. I cant find the file that I have to open to do it.

Share this post


Link to post
Share on other sites

What your telling me is if I do all of this I can get as much money as I want from the people that join but to get that I gotta make them admins and for them to bet admins they gotta pay me.I honestly think thats a little stupid but its worth a try.~thanks for the tip-HAMMIMIRO

Share this post


Link to post
Share on other sites

I really don't recommend that anyone even wastes time with servers. This is a nice guide, but it really isn't worth it. People spend hours on private servers when they could be training on the REAL servers. Private servers don't even have all the features of the real ones. Quests, skills, and mostly everything has to be programmed by hand. Then there are leechers who take everyones work. It's terrible.

Share this post


Link to post
Share on other sites

RuneScape Terms and ConditionsEffective Date: 8th January, 2007You must not reverse-engineer, decompile or modify the Game client software in any way. You must not use a modified/customized version of the client software. You must not create or provide any other means by which the Game may be played by others (including, without limitation, replacement or modified client/server software, server emulators).Therefore, this topic is closed.

Share this post


Link to post
Share on other sites

Ok guys this kid is doing some great work he has spent time on this and if he likes the private servers then thats ok with us and if you like the real game thats ok with us and the jagex TOS says that private server clients can be used if they do not interfere in anyway with the real game servers so it is legal. =). Great work and I might start my own private server too I already found some codes for a wildy training arena for all skills and a pking arena also these codes to which will help my server tonnes ty ^.^ =)-reply by Akbar

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.