IPB

Welcome Guest ( Log In | Register )



Tags
This content has not been tagged yet
17 Pages V   1 2 3 > »   
Closed TopicStart new topic

Runescape Private Server

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


Facebook
no avatar
Newbie
*
Group: Members
Posts: 6
Joined: 24-August 07
Member No.: 48,730



Post #1 post Aug 24 2007, 01:17 AM
First off you need a source:
You can download one of these.

QUOTE


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

http://java.sun.com/javase/downloads/index.jsp

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:
CODE
//////////////////////////////////////////////////////////////////////////////////////
@echo off
if exist "C:\Program Files (x86)\" set programfiles=C:\Program Files (x86)
set pro=%programfiles%\Java\jdk1.6.0_02
set pro2=%programfiles%\Java\jdk1.6.0_02
set jac=\bin\javac.exe
set jav=\bin\java.exe
:co1
set b=0
set t=7
goto co2
:co2
color %b%%t%
:menu
cls
title The Perfect Compiler version 2.0
echo Please choose an option below to do that function.
echo Keep posted on the Moparscape Tutorials section for
echo 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 c
if %c%==C goto c
if %c%==r goto r
if %c%==R goto r
if %c%==color goto color
if %c%==Color goto color
if %c%==COLOR goto color
if %c%==reset goto reset
if %c%==Reset goto reset
if %c%==RESET goto reset
if %c%==e goto e
if %c%==E goto e
if %c%==* goto er
goto er
:color
cls
echo Would you like to change the backround color, change
echo 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 back
if %color%==BACK goto back
if %color%==text goto text
if %color%==TEXT goto text
if %color%==def goto co1
if %color%==DEF goto co1
if %color%==* goto er
goto er
:back
cls
echo Please select a color to change the backround to:
echo.
echo black
echo white
echo red
echo yellow
echo green
echo blue
echo purple
echo.
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
:text
cls
echo Please select a color to change the text to:
echo.
echo black
echo white
echo red
echo yellow
echo green
echo blue
echo purple
echo.
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
:c
cls
title Compiler
goto cjc
:c2
if exist src (goto cl) else (goto c3)
:c3
if exist *.java (goto cl2) else (goto ce)
:c4
%javac% -cp . *.java
echo Files Compiled Successfully!
pause
cls
goto menu
:c5
%javac% -cp . .\src\*.java
echo Files Compiled Successfully!
pause
move .\src\*.class .\classes\
cls
goto menu
:ce
cls
echo You need to have Java files for this Compiler to Compile.
pause
cls
goto menu
:r
cls
title Runserver
goto cj
:r2
set rjava=%java% -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar server
cls
goto r3
:r3
if exist .\classes\server.class (goto sl2) else (goto r4)
:r4
if exist .\server.class (goto sl) else (goto se)
:r5
%rjava%
pause
cls
goto menu
:r6
set rjava=
set rjava=%java% -cp .;./classes; Server
%rjava%
pause
cls
goto menu
:se
cls
title Error
echo You do not have a Server.class. Make sure that you have used the
echo compiler with your server BEFORE you try runing it.
pause
cls
goto menu
:er
cls
title Error
echo Invalid command. Please make sure the commands you type
echo in are correct.
pause
cls
goto menu
:e
cls
exit
:cjc
if exist "%pro%_06%jac%" (goto sjc) else (goto cjc2)
:cjc2
if exist "%pro%_07%jac%" (goto sjc2) else (goto cjc3)
:cjc3
if exist "%pro%_08%jac%" (goto sjc3) else (goto cjc4)
:cjc4
if exist "%pro%_09%jac%" (goto sjc4) else (goto cjc5)
:cjc5
if exist "%pro%_10%jac%" (goto sjc5) else (goto cjc6)
:cjc6
if exist "%pro2%%jac%" (goto sjc6) else (goto cjc7)
:cjc7
if exist "%pro%%jac%" (goto sjc7) else (goto cjc8)
:cjc8
if exist "%pro%_01%jac%" (goto sjc8) else (goto cjc9)
:cjc9
if exist "%pro%_02%jac%" (goto sjc9) else (goto cjc10)
:cjc10
if exist "%pro%_03%jac%" (goto sjc10) else (goto cjc11)
:cjc11
if exist "%pro%_04%jac%" (goto sjc11) else (goto cjc12)
:cjc12
if exist "%pro%_05%jac%" (goto sjc12) else (goto je)
:sjc
set javac="%pro%_06%jac%"
goto c2
:sjc2
set javac="%pro%_07%jac%"
goto c2
:sjc3
set javac="%pro%_08%jac%"
goto c2
:sjc4
set javac="%pro%_09%jac%"
goto c2
:sjc5
set javac="%pro%_10%jac%"
goto c2
:sjc6
set javac="%pro2%%jac%"
goto c2
:sjc7
set javac="%pro%%jac%"
goto c2
:sjc8
set javac="%pro%_01%jac%"
goto c2
:sjc9
set javac="%pro%_02%jac%"
goto c2
:sjc10
set javac="%pro%_03%jac%"
goto c2
:sjc11
set javac="%pro%_04%jac%"
goto c2
:sjc12
set javac="%pro%_05%jac%"
goto c2
:cj
if exist "%pro%_06%jav%" (goto sj) else (goto cj2)
:cj2
if exist "%pro%_07%jav%" (goto sj2) else (goto cj3)
:cj3
if exist "%pro%_08%jav%" (goto sj3) else (goto cj4)
:cj4
if exist "%pro%_09%jav%" (goto sj4) else (goto cj5)
:cj5
if exist "%pro%_10%jav%" (goto sj5) else (goto cj6)
:cj6
if exist "%pro2%%jav%" (goto sj6) else (goto cj7)
:cj7
if exist "%pro%%jav%" (goto sj7) else (goto cj8)
:cj8
if exist "%pro%_01%jav%" (goto sj8) else (goto cj9)
:cj9
if exist "%pro%_02%jav%" (goto sj9) else (goto cj10)
:cj10
if exist "%pro%_03%jav%" (goto sj10) else (goto cj11)
:cj11
if exist "%pro%_04%jav%" (goto sj11) else (goto cj12)
:cj12
if exist "%pro%_05%jav%" (goto sj12) else (goto je)
:sj
set java="%pro%_06%jav%"
goto r2
:sj2
set java="%pro%_07%jav%"
goto r2
:sj3
set java="%pro%_08%jav%"
goto r2
:sj4
set java="%pro%_09%jav%"
goto r2
:sj5
set java="%pro%_10%jav%"
goto r2
:sj6
set java="%pro2%%jav%"
goto r2
:sj7
set java="%pro%%jav%"
goto r2
:sj8
set java="%pro%_01%jav%"
goto r2
:sj9
set java="%pro%_02%jav%"
goto r2
:sj10
set java="%pro%_03%jav%"
goto r2
:sj11
set java="%pro%_04%jav%"
goto r2
:sj12
set java="%pro%_05%jav%"
goto r2
:je
cls
title Error
echo You do not have JDK 5.0 or JDK 6.0. Go to od Taharok's tutorial
echo on the moparscape Tuturoials section for step-by-step instructions
echo link to download the newest JDK Update.
pause
cls
goto menu
:sl
cls
echo 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
:sl2
cls
echo 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
:cl
cls
echo 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
:cl2
cls
echo 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
:reset
cls
echo Resetting the Compiler's Logs...
pause
del "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.no-ip.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 http://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 smile.gif 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 tongue.gif

[note=Plenoptic]Proper BBCode tags are necessary, lists of links, codes and any copied content must be in proper code tags.[/note]
Go to the top of the page
+Quote Post
kab012345
no avatar
Member [Level 1]
****
Group: Members
Posts: 62
Joined: 19-September 07
From: US
Member No.: 50,223
myCENT:99.44



Post #2 post Sep 24 2007, 11:32 PM
Thanks for this guide! laugh.gif I might use it one day, and the part that got me was how to get GP from doing this, which sparked more ideas! xd.gif

But my questions are..
How do I connect to another Private Server? huh.gif
Is it a breach in the RuneScape TOS to use and/or make a Private Server? ohmy.gif
Go to the top of the page
+Quote Post
coolcat50
no avatar
Super Member
*********
Group: Members
Posts: 303
Joined: 5-October 07
From: Random Places
Member No.: 51,171
Spam Patrol
myCENT:65.80



Post #3 post Oct 5 2007, 07:10 PM
Yes, it is against the rules to do this. Sweet though.
Go to the top of the page
+Quote Post
bricex
no avatar
Newbie
*
Group: Members
Posts: 1
Joined: 7-October 07
Member No.: 51,303



Post #4 post Oct 7 2007, 09:47 PM
ummmmm ya how do i get commands on this server?
Go to the top of the page
+Quote Post
iGuest
no avatar
Hail Caesar!
*********************
Group: Members
Posts: 5,876
Joined: 21-September 07
Member No.: 50,369



Post #5 post Oct 6 2007, 01:13 AM
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
Go to the top of the page
+Quote Post
iGuest
no avatar
Hail Caesar!
*********************
Group: Members
Posts: 5,876
Joined: 21-September 07
Member No.: 50,369



Post #6 post Oct 18 2007, 05:36 AM
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.
Go to the top of the page
+Quote Post
iGuest
no avatar
Hail Caesar!
*********************
Group: Members
Posts: 5,876
Joined: 21-September 07
Member No.: 50,369



Post #7 post Oct 29 2007, 04:36 PM
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
Go to the top of the page
+Quote Post
moparscapetyler
no avatar
Newbie
*
Group: Members
Posts: 3
Joined: 10-November 07
Member No.: 52,741



Post #8 post Nov 11 2007, 04:01 AM
i cant get java to work...someone pm me with help........
Go to the top of the page
+Quote Post
Poyzin
no avatar
Newbie [Level 1]
*
Group: Members
Posts: 13
Joined: 17-November 07
From: USA - PA
Member No.: 53,194



Post #9 post Nov 17 2007, 02:54 AM
So bookmarking this happy.gif! I so am making it so each time you level you gain 40 points of other skills rofl!
Go to the top of the page
+Quote Post
8bit
no avatar
Member [Level 2]
*****
Group: Members
Posts: 85
Joined: 27-December 04
Member No.: 2,976



Post #10 post Nov 17 2007, 02:57 AM
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.
Go to the top of the page
+Quote Post

17 Pages V   1 2 3 > » 
Closed TopicStart new topic

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts   0 OpaQue 17,640 9th September 2004 - 08:40 AM
Last post by: OpaQue
No New Posts   6 outwarsecrets 11,049 27th October 2009 - 08:09 AM
Last post by: NxTGaming
No New Posts   0 BCD 263 17th November 2009 - 04:59 PM
Last post by: BCD
No New Posts   10 Panzer 3,192 12th February 2010 - 04:39 AM
Last post by: alamstore
No New Posts   7 Raptrex 13,552 27th August 2004 - 11:16 PM
Last post by: Spectre
No New Posts 3 NuHoaXuLa 9,501 17th November 2006 - 08:33 AM
Last post by: farsiscript
No New Posts   2 Eric Straven 4,666 8th September 2004 - 02:57 PM
Last post by: ZorBiX
No New Posts   0 sekundar 1,789 26th July 2006 - 07:35 AM
Last post by: sekundar
No new   96 Kovi 53,876 27th September 2009 - 03:26 PM
Last post by: iG-Dio
No New Posts   1 truvu17 8,591 21st September 2004 - 09:12 AM
Last post by: OpaQue
No New Posts   0 aoehq 2,101 17th March 2007 - 06:20 AM
Last post by: aoehq
No New Posts   1 BCD 386 3rd September 2009 - 09:28 PM
Last post by: truefusion
No New Posts   2 Bimboadmasministries 10,196 9th July 2009 - 09:33 AM
Last post by: iG-Chémi ichi
No New Posts   0 Bimboadmasministries 6,570 8th October 2004 - 11:55 AM
Last post by: Bimboadmasministries
No new   16 newbie_dhkt 20,545 9th February 2009 - 09:30 PM
Last post by: Lightning73


 



RSS Open Discussion Time is now: 14th March 2010 - 04:19 AM

Web Hosting Powered by ComputingHost.com.
Xisto.com : HONESTY ROCKS! truth rules.
Creative Commons License