Jump to content
xisto Community
Facebook

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

Recommended Posts

i can tell you how to get Jdk 6u2 :)Runescape Private Server

Just look up on google Jdk 6u2 , is 6u2 the same as 6.2? idk :) but u can try :) click the first thing that shows up

than hit Jdk 6u2 download go to your downloads and install it :) cya!

-reply by CJwannabe

Share this post


Link to post
Share on other sites
PserverRunescape Private Server

just a quick question, the rs private server's isnt loading on my new window's 7 computer,Does any one know why? or is there something I have to download?.Thanks 

-reply by jacklilwall

Share this post


Link to post
Share on other sites
didnRunescape Private Server

Hi

 

I did everything what you asked but it didn't work...

people said to me that they had error connecting server...

 

please help

-reply by ruben

Share this post


Link to post
Share on other sites
Something wrong with compiler.Runescape Private Server

AAHH

The first server I downloaded was Cheezscape 80.

I changed the compile.Bat file to the code that is here.

I downloaded and installed JDK 6u17 and it installed fine.

But when I press 'c' in the compile thing, it just says 'you don't have JDK5.0  or  JDK6.0 and I do!

 

PLEASE HELP ME!

-question by Jesse

 

Share this post


Link to post
Share on other sites
reply to everyone having problemsRunescape Private Server

hi iguest..

I'm 18 and ive worked this out comon (sighs)..

 go to your compiler.Bat file, and click edit

 find the 2 pro=% codes at the top and just replace them with this..

 pro=%programfiles%Javajdk1.6.0_17Set pro2=%programfiles%Javajdk1.6.0_17

 and your done..

any more help email me  gaffy_cool@hotmail.Com  or talk to me on msn as I need help with the client not working

-reply by gaffy

 

Share this post


Link to post
Share on other sites

hey dude how do I start the server I made the source on your guide and stuff but now what when I try to run it by the run file it says my port is being used :port 43594 what I do? I thing its that I'm useing a 508 source idk...

Share this post


Link to post
Share on other sites
compiler correctedRunescape Private Server

Just change the jdk1.6.0_18 what ever version u have :p/txtmngr/images/smileys/smiley16.Gif

here is the corrected source:

@echo offIf exist "C:Program Files (x86)" set programfiles=C:Program Files (x86)Set pro=%programfiles%Javajdk1.6.0_18Set pro2=%programfiles%Javajdk1.6.0_18Set jac=binjavac.ExeSet jav=binjava.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 .classesClsGoto 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 .classesserver.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

-reply by Mafiaex

 

Share this post


Link to post
Share on other sites
cant compileRunescape Private ServerI downloaded jdk 6 update 18 and jre 6 update 18 and I go down to compile and it starts loading then it says I don't have jdk and I do what am I doing rong?-reply by nate

Share this post


Link to post
Share on other sites
last stepRunescape Private Server

I got jdk to work fine it says files compiled successfully, so I go back and press "r" it says starting pimpscape 0.0.0.0:43594 but nothing loads please please helP! please I beg someomne!

 

 

-reply by Please help

Share this post


Link to post
Share on other sites
running server?Runescape Private ServerReplying to Trap FeedBacker I got the compiller to work, it says files: Successfully compiled, so I go back and type "r" for run in the compiler it says: Loading Pimpscape server on 0.0.0.0:43594, but it never loads Please help???-question by Please help

Share this post


Link to post
Share on other sites
last stepRunescape Private Server

Hello and thanks for the help, I compilled my server and it says: Files: successfully compilled, I went back and typed "r" for run and it says: Pimpscape server  on 0.0.0.0:43594

-reply by Please help

Share this post


Link to post
Share on other sites
startupRunescape Private Server

hey when I go to run the server it says : starting server on 0.0.0.0:55555 can u tell me whats wrong?

-reply by zach

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.