How to make your own server (NEWB FRIENDLY!)
Purpose: Learn people how to make their own server
Difficulty: 1/10 Newb Friendly
Requirments: A brain =)
STEP 1 - Downloading JDK
STEP 2 - Making and Downloading No-Ip
STEP 3 - Downloading Sources
STEP 4 - Making the server
1. Download Java Devolpment Kit
Java Devolpment Kit is located right ----->[Only registered and activated users can see links. Click Here To Register...]<-----
Once you downloaded and Installed Java Devolpment Kit (NEWEST UPDATE) we shall move on!
2. Make and Download No-Ip
Well... Now its time to make a No-Ip account and download No-Ip
To Download No-Ip press right here: [Only registered and activated users can see links. Click Here To Register...]
To Registrate on No-Ip press right here: [Only registered and activated users can see links. Click Here To Register...]
Now Add a Host... Just fill in the IP and leave the others be...
3. Download Source(s)
Well... Did you finish the 2 first steps? Let's move on!
To find good Spyware and Virus free sources... Press [Only registered and activated users can see links. Click Here To Register...] to go to Deadmendocry's Source List V3
I recomend you take a Beginner Source from the beginning... Then take sum harder =)
4. Make your Server!
Ok... This is what everybody waited for!
How to make your server good ... And make it your name ...
first we open Client.java
Press CTRL+H and fill in :
Then in the second line fill in your Server name
For example:
Try out Whitescape and Testscape also...
Close and Save your Client.java
Now... Wanna change lvls and clothes for the new users? Do as i Say
Open up Player.java and search for:
It will be something like this:
Code:
for (int i=0; i<playerLevel.length; i++) { //Setting Levels
if (i == 3) {
playerLevel[i] = 99;
playerXP[i] = 14000000;
} else {
playerLevel[i] = 1;
playerXP[i] = 0;
}
}
That is your HP Level Start and XP
Change it as you want it to be
Now lets change your Clothes
Search for:
Code:
playerEquipment[playerHat]=
It will be something like this:
Code:
//Giving the player an unique look
playerEquipment[playerHat]=-1;
playerEquipment[playerCape]=6570;
playerEquipment[playerAmulet]=7125;
playerEquipment[playerChest]=1035;
playerEquipment[playerShield]=1187;
playerEquipment[playerLegs]=1033;
playerEquipment[playerHands]=6922;
playerEquipment[playerFeet]=6920;
playerEquipment[playerRing]=6735;
playerEquipment[playerArrows]=-1;
playerEquipment[playerWeapon]=4151;
Open a Item ID List... Moparscapes or Someone elses... =)
Now close and Save your player.java
Ok this is the thing most players have problem with ... The COMPILER! =O
Do as i say:
First... Right-click on your compiler and press Edit.
Then Locate where your Java Folder is: For example
C:\Program\Java\jdk1.6.0_02\bin\
Copy the adress
Now go to the Compiler Edit again... You will see something like:
Code:
@echo off
color 0a
javac *.java
pause
Well if you dont have Perfect compiler ...
then press before the javac *
Paste in your adress... It will be something like this:
Code:
C:\Program\Java\jdk1.6.0_02\bin\javac *.java
Now close and save your Compiler...
And your ready to go! Just compile the server... If you get any errors tell me, and I'll help you.
Have a good Time in your New Server :p
Peace :d