Jump to content
xisto Community
Facebook

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

Recommended Posts

JDK 5.0/6,0

Runescape Private Server

 

I tried downloading JDK 6.0 but I cant find the right download file. Can someone update a link with the proper download link? it would help me out tons. Thanks alot.

Share this post


Link to post
Share on other sites

Need help with server

Runescape Private Server

 

I compiled the server correctly than ran it. It came up as a black screen and said "starting cameronscape server on 0.0.0.0:43594

And just stays there.

Please help me!

 

-question by Yay me!

Share this post


Link to post
Share on other sites

Answer

Runescape Private Server

 

Replying to iGuest

(I cant find JDK 6 update 2 if you please send it to me I would be forever thankful.)

 

You don't need too.

 

Rightclick compile and hit edit.

Go to the 3rd and 4th line and change the 02 in the last number to 07 or whatever version you have.

 

 

-reply by iguest

Share this post


Link to post
Share on other sites

works?

Runescape Private Server

 

Cuz I've tried this in every possible way and I cant get to the screen where you have to press c.

But I can do everything up to that point.

So could some one tell me what to do from there?

 

And has anyone done this successfully with this method?

 

Okay.

Thanks homes.

 

 

Doucess.

 

-question by Douce Bigalo :)

Share this post


Link to post
Share on other sites

JDK6 update 7

Runescape Private Server

 

//////////////////////////////////////////////////////////////////////////////////////

@echo off

If exist "C:Program Files (x86)" set programfiles=C:Program Files (x86)

Set pro=%programfiles%Javajdk1.6.0_02

Set pro2=%programfiles%Javajdk1.6.0_02

Set jac=binjavac.Exe

Set jav=binjava.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 are - 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%==are goto are

If %c%==are goto are

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

:are

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

///////////////////////////////////////////////////////////////////////////////////

 

Put this in the compiler instead of the code above.

 

-reply by Elliott

Share this post


Link to post
Share on other sites

HI,I have a big problem...I made a server exactly like in the tut it compiles properley etc. So I run it then go to log on but it says errorOther people can log on just not me. The same happend with two different servers.HELP ME PLEASEThanks-reply by Eddie

Share this post


Link to post
Share on other sites

I have done everything how you said and I have downloaded the java and put it on my comp but it doesnt compile for me?I am using vista so that might be the prob but I dunno?

Share this post


Link to post
Share on other sites

I have done everything how you said and I have downloaded the java and put it on my comp but it doesnt compile for me?I am using vista so that might be the prob but I dunno?

Share this post


Link to post
Share on other sites

i need help

Runescape Private Server

 

I need help Please I tried to move java into the ultimate scape file but that didnt work I installed 2 kinds of java over 3 times Please help me I need help replay back soon Please ty

 

-reply by riceman51

Share this post


Link to post
Share on other sites

Please Help me

Runescape Private Server

 

Please someone help me I need the direct download for jdk 6.0 people give me the index but ive downloaded everyone but non of them work please someone help me

 

-reply by Blaiky

Share this post


Link to post
Share on other sites

compiler doesn

Runescape Private Server

 

Hey I wen to compile iver downloaded cheezscape_update80 for the source and I changed al;l the names to my server name I want then I go to compile and it says I havnt downloaded 5.0 or 6.0 but I have the java that I need to do it which is 6.1 I think and I can't get the exact jdk 6 update 2 so please help me can you send me the link you used to download the java that worked for you?

 

Thnkz =]

 

-reply by jordan

Share this post


Link to post
Share on other sites

i need help download the jdk 6.0

Runescape Private Server

 

I download the jdk-6u7-windows-i586-p.Exe but I don't know why it doesnt work..I already put the codes in my compile.Bat but when I press C to compile the server its say that I don't have jdk 5.0 or 6.0..So if you guys know whats going on please help me...

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.