NO FLAMING
GIVE ME THANKS FOR ACTUALLY BOTHERING TO HELP PEOPLE...
IM NOT JOKING... NOT MANY PEOPLE TRY TO HELP...
SO IF YOU WANT ME TO CREATE MORE GUIDES.. THEN THANK ME...
PLEASE RESPECT MY WISHES =/
-----------------------
MY NEXT POST WILL BE ON:
--> HOW TO ADD NEW ITEMS
--> HOW TO ADD COMMANDS
--> HOW TO ADD NPC'S
--> HOW TO ADD OBJECTS
--> HOW TO MAKE NEW MODELS (ITEMS)
I WILL ONLY RELEASE THESE GUIDES IF IM THANKED FOR THIS ONE...
1- Downloading
Download JDK ( FROM JAVA.COM.... duuuuuh..
Find a good client/source and download it -MAKE SURE ITS 317-
(use google.. i would tell you what other websites to get it from, but i doubt I'm allowed to advertise other websites on ElitePvPers)
2- Open up the source
3- Double press compile
-------------------------------------------------------------------------
( IF COMPILE DOESNT WORK )
RIGHT CLICK COMPILE AND PRESS 'EDIT'
THEN LOOK INSIDE THE NOTEPAD THAT OPENS.. YOU WILL NEED TO CHANGE THE JAVA VERSION TO THE ONE YOU HAVE.
E.G
I highlighted all the places u need to edit (change it to your version)Quote:
@echo off
cls
:menu
title SkullScape Compiler By Danish
@echo JordyzScape Unlimited Options, Choose What You Wanna Do
echo.
echo c - Press C To Start [Compile SkullScape] [Saves All Files]
echo r - Press R To Start [Running SkullScape] [Runs SkullScape]
echo e - Press E To Start [To Exit SkullScape] [Exit Compiler]
@echo .
@echo . SkullScape Compiler By Danish
@echo .
@echo . Danish OWNS YOUR ASS!
echo.
echo.
set /p compile=Option:
if %compile%==c goto compile
if %compile%==C goto compile
if %compile%==r goto run
if %compile%==R goto run
if %compile%==e goto end
if %compile%==E goto end
if %compile#==* goto error
goto error
:compile
cls
title Compiler
if defined javac (goto compile2) else (goto checkjavac)
:compile2
if exist *.java (goto compile3) else (goto compileerror)
:compile3
%javac% -cp . *.java
pause
cls
goto menu
:compileerror
cls
echo You need to have Java files for this compiler to compile.
pause
cls
goto menu
:run
cls
title Runserver
if exist .\server.class (goto run2) else (goto servererror)
:run2
set java=java -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar
cls
goto run3
:run3
%java% server
pause
cls
goto menu
:servererror
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 running it.
pause
cls
goto menu
:error
cls
title Error
echo Invalid command. Please make sure the commands you type
echo in are correct.
pause
cls
goto menu
:end
cls
exit
:checkjavac
if exist "%programfiles%\Java\jdk1.6.0_18\bin\javac.exe" (goto setjavac) else (goto checkjavac2)
:checkjavac2
if exist "%programfiles%\Java\jdk1.6.0_18\bin\javac.exe" (goto setjavac2) else (goto checkjavac3)
:checkjavac3
if exist "%programfiles%\Java\jdk1.6.0_18\bin\javac.exe" (goto setjavac3) else (goto checkjavac4)
:checkjavac4
if exist "%programfiles%\Java\jdk1.6.0_18\bin\javac.exe" (goto setjavac4) else (goto checkjavac5)
:checkjavac5
if exist "%programfiles%\Java\jdk1.6.0_18\bin\javac.exe" (goto setjavac5) else (goto checkjavac6)
:checkjavac6
if exist "%programfiles%\Java\jdk1.6.18\bin\javac.exe" (goto setjavac6) else (goto checkjavac7)
:checkjavac7
if exist "%programfiles%\Java\jdk1.6.18\bin\javac.exe" (goto setjavac7) else (goto checkjavac8)
:checkjavac8
if exist "%programfiles%\Java\jdk1.6.0_18\bin\javac.exe" (goto setjavac8) else (goto checkjavac9)
:checkjavac9
if exist "%programfiles%\Java\jdk1.6.0_18\bin\javac.exe" (goto setjavac9) else (goto checkjavac10)
:checkjavac10
if exist "%programfiles%\Java\jdk1.6.0_18\bin\javac.exe" (goto setjavac10) else (goto checkjavac11)
:checkjavac11
if exist "%programfiles%\Java\jdk1.6.0_18\bin\javac.exe" (goto setjavac11) else (goto checkjavac12)
:checkjavac12
if exist "%programfiles%\Java\jdk1.6.0_18\bin\javac.exe" (goto setjavac12) else (goto javacerror)
:setjavac
set javac="%programfiles%\Java\jdk1.6.0_18\bin\javac.exe"
goto compile2
:setjavac2
set javac="%programfiles%\Java\jdk1.6.0_18\bin\javac.exe"
goto compile2
:setjavac3
set javac="%programfiles%\Java\jdk1.6.0_13\bin\javac.exe"
goto compile2
:setjavac4
set javac="%programfiles%\Java\jdk1.6.0_18\bin\javac.exe"
goto compile2
:setjavac5
set javac="%programfiles%\Java\jdk1.6.0_18\bin\javac.exe"
goto compile2
:setjavac6
set javac="%programfiles%\Java\jdk1.6.18\bin\javac.exe"
goto compile2
:setjavac7
set javac="%programfiles%\Java\jdk1.6.18\bin\javac.exe"
goto compile2
:setjavac8
set javac="%programfiles%\Java\jdk1.6.0_18\bin\javac.exe"
goto compile2
:setjavac9
set javac="%programfiles%\Java\jdk1.6.0_18\bin\javac.exe"
goto compile2
:setjavac10
set javac="%programfiles%\Java\jdk1.6.0_18\bin\javac.exe"
goto compile2
:setjavac11
set javac="%programfiles%\Java\jdk1.6.0_18\bin\javac.exe"
goto compile2
:setjavac12
set javac="%programfiles%\Java\jdk1.6.0_18\bin\javac.exe"
goto compile2
:javacerror
cls
title Error
echo You Don't Have JDK, Please Install And Try Again
pause
cls
goto menu
ARE YOU DUMB ENOUGH NOT TO KNOW YOUR OWN JDK VERSION?
WELL THEN GTFO.. JKS
Go to : My computer
Then : C: Drive (Ur main one)
Then : Program Files
Then : Java
Now u need to look at the version (If your blind and cant see it, just quit now.. ) lol
-------------------------------------------------------------------------
Once u have compiled it the source will be set to your IP address..
Basically your server is ready to go online.
BUT you still need to connect your client to it...
Open the client folder and find the Gui.Java file
Open it and search for :
Once u find the right place it will look a bit like this:Quote:
ip
Change the IP to your IP address....Quote:
Serverip = "66.197.202.69";
(66.197.202.69 is the IP to my dedicated host for my client)
------------NOTE----------
IT MIGHT NOT SAY NUMBERS.. IT MIGHT SAY :
OR SOME THING LIKE THAT.. JUST REMOVE THE NO-IP THING AND PUT YOUR IP IN ITS PLACE...Quote:
...... .NO-IP.BIZ
DONT KNOW WHAT YOUR IP IS?
------------------------------> Just give up seriously -.-
joking again... or am i?
Well go to this link to see your IP address

Once you put the IP address into the GUI.java file you will need to compile the client (BEFORE UPLOADING IT FOR PEOPLE TO USE)
This works the same way as the source. The jdk Version must be the same as yours before you can compile.
NOTE: The compile button isn't always the same... sometimes its 'build client' or something of the sort... (ITS USUALLY JUST COMPILE).
=P
Okey now run your source...
And now open the client... It should work unless you where dumb enough to make a mistake in this incredibly easy guide that even a 5 year old could understand...
TIPS:
Upload to mediafire (Probably one of the best upload sites ever.. just your limited to uploading max 200mb per file.. so it'll be fine for RuneScape but not for other larger games)
Also advertise on places like elitepvpers to gain members.
*Winks*
Chao outside mada f**a
haha peter chao ftw...
Ray william ftw...
NigaHiga ftw...
Regards Danish






