How to make a runescape private server

Posts 115 of 56 · Page 1 of 4
How to make a runescape private server
First, you will need a server.
I have uploaded my old server, and a new client that works with the server, to my site(I've already removed all of the advertisements (I think)):

Server and Client download - Click Here

Extract the 2 folders inside the 'serverandclient' to your desktop.
The server already has some custom commands and a few custom shops that I added.

Now, you are ready to start editing the server. The server is already set up. Just open the 'run.bat' file, and then open the client.
PLEASE NOTE!: The client I have provided only connects to the server that runs on your network, so you wont be able to get any friends to connect to it, unless you find a new client that allows you to do so.

Step 1): Open up the server files (The 'MPGHScape' Source folder).

Step 2): You will need to edit a few files (This is the server leeching part). The files you will have edited are: server.java, client.java, and clickingMost.java

Step 2-pt1): Editing Server.java:
earch for 'MPGH', and replace that with your server's name.

Step 2-pt2): Editing Client.java
Search for 'Owner' (You will need to search for owner many times), and where ever you see it say 'insertnamehere', that is where you replace that with your name (Note: Some of the 'insertnamehere' may be misspelled, because I was in a bit of a rush when editing this file.)
Now, search for 'Forums : MPGH - MultiPlayer Game Hacking - Hack, Hacks, Game Hacks, Combat Arms Hacks, CrossFire Hacks, WarRock Hacks, Knight Online, Counter Strike: Source Hacks, Counterstrike Hacks, BattleField 2 Hacks, Warrock Hacks, World of Warcraft Hacks, Knight Online' and replace 'mpgh.net' with your forums, or just keep it at 'mpgh.net'.

Step 2-pt3): Editing clickingMost.java:
Search for 'mpgh.net' , and replace your site with 'mpgh.net', or just leave it how it is.

Step 3): Time to compile your server, so all of the changes will work. Open up 'Compiler.bat' , and just let it work.

Step 4): Open 'run.bat'. Now your server is online.
But if you want it to do an automatic restart, then open 'Auto Restarter.exe'.

If any errors, please be specific when you post them.
Very nice tutorial, thank you.
so if i was to download another client would it be able to work for a friend straight away or wot?
nice nice im trying this right now if it works ill thank you
okay i think i messed up everytime i open run it opens a box then closes instantly and when i pushed compile it said you dont have java. but i do.
Quote Originally Posted by RussianPrince View Post
okay i think i messed up everytime i open run it opens a box then closes instantly and when i pushed compile it said you dont have java. but i do.
In the server source, right click on the run.bat file, then click edit.
Now check the path for JavaC, and make sure it is correct.
im sorry double post accident.
I followed your tutorial but when i try to log in i wont let me. It says:
Server is Offline - Please Wait...
NVM i got it to work
hey pixie. how do you get the custom models that you put with your server?
Quote Originally Posted by shadowkiller210 View Post
pixie how do i change where home is ?
In client.java, look for
Code:
command.startswith("home")
Now, change the coordinates that it teleports you to, to the coordinates you want.
To get the coordinates, type in:
Code:
::coordinates
Quote Originally Posted by _Universal_ View Post
hey pixie. how do you get the custom models that you put with your server?
I don't know how to do that. I've tried before, but didn't work.
pixie it doesnt tell me the coordinates when i do the command for it?
Is there a way to make an private server without having it on a server?
Like having it as an executable program with no connection to the internet, so that It's only you playing?
Quote Originally Posted by shadowkiller210 View Post
pixie it doesnt tell me the coordinates when i do the command for it?
You must have the command in your server to do it:
Code:
if(command.startsWith("coordinates") && playerRights > 0){
sM("AbsX: "+absX+" AbsY: "+absY+"");
}
Quote Originally Posted by Illuminatus View Post
Is there a way to make an private server without having it on a server?
Like having it as an executable program with no connection to the internet, so that It's only you playing?
Just don't have it portforwarded, or anything to connect it to the internet.
But to make it as a .exe, I think that is impossible
dont worry pixie i worked it out along time ago that you have to have more character rights such as owner rights
Posts 115 of 56 · Page 1 of 4
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?