View Full Version : Creating a 508 RSPS
Dodge'
January 3rd, 2012, 01:34
Hello there!
I am making this thread in regards to Only the registered members can see the link.!
And I feel that it will help the community and ease people whom are making RSPS in the 508 revision.
Server Base: Palidino76/Bulby
Revision: 508
Now I stated that they’re two bases above. Bulby was created off of Palidino76 and they’re almost identical. I suggest starting with a Palidino base because it is cleaner and is more popular. Although Bulby is jam packed with content, it is horribly written. Besides, if you download a server which is jam packed with content, what is there for you to do?
As you can also see there is a revision number. The number changes when a new runescape update is released. Runescape is currently in the high 600s. The most known revisions are 317, 508 and 562.
Please be aware that this tutorial is for users with the OS: Windows
Context
Step 1: Downloading Java
Step 2: Downloading a Server
Step 3: Downloading a Client
Step 4: Understanding the Server and Client
Step 5: Modifying your Server
Step 6: Modifying your Client
Step 7: Port Fowarding
Step 7: Hosting your Server!
~Extra~ Video at Bottom ~Extra~
Step 1: Downloading Java
First, head to this website. This is basic Java and is needed to play the actual Runescape game.
Only the registered members can see the link.
It should be a very quick download and install. Once that is finished continue on.
Now, lets begin on downloading the most updated JDK. The most updated JDK version at this time is 7u2.
Now click the following button in the picture below:
Only the registered members can see the link.
Once you have continued onto the next page be sure to focus on the part that looks like the picture below:
Only the registered members can see the link.
Be sure to accept the Terms and Conditions and then select your Windows System Type.
Don’t know your System Type? No problem!
This is for Windows 7 Users
Click on your start menu and right click on ‘Computer’ then select Properties.
Only the registered members can see the link.
Once there, you should see a great deal about your computer! You can find your Manufacturer, amount of RAM in your system and OF COURSE your System Type!
Locate your System Type and then go back and download JDK with the new-found knowledge your have inherited.
System Type 64-bit: Windows x64
System Type 32-bit: Windows x86
Once it is finished you can find it by going to your Program Files > Java and you should be able to view it there!
You will also notice you have downloaded JRE7! It can be used, but will not be for this server setup!
Good job so far! With your hard work you have completed step 1!]
Step 2: Downloading a Server
For this Tutorial we will be using Palidino76 508 Server Version 3.1 which can be found on the biggest Runescape Private Server community website Runelocus!
Only the registered members can see the link.
This server has a good deal of content and is a great starter!
Before you jump to that download, make sure you have WinRAR!
Downloading WinRAR
WinRAR for Windows comes in two forms, 64-bit and 32-bit. Since you already looked up your System type, you can use that information to download the proper one for you!
For 32-bit users:
Only the registered members can see the link.
For 64-bit users:
Only the registered members can see the link.
You just need to go through all the steps until it is finally installed! The install should only take around a minute.
Now, since you have WinRAR we can continue with downloading the Server!
Simply click on: Only the registered members can see the link.
And your download will begin. Once it is completed downloading you need to open it in winRAR and it should look like this:
Only the registered members can see the link.
Now click on Extract and another window should appear. Select Desktop then ‘OK’
Only the registered members can see the link.
Your Server will now appear on your Desktop!
Only the registered members can see the link.
Good job so far! With your hard work you have completed step 2!
Step 3: Downloading a Client
Since you have already downloaded WinRAR you a step ahead of the game! Now is time to download a client. A client is used to view the game, as the server runs it. I am supplying a blank 508 client with is set for you to use with ease.
First go to:
Only the registered members can see the link.
A download should appear, let it download and once it is done it will open in WinRAR.
Follow the same steps as you did above to extract it to your Desktop. Once that is finished, you now have a 508 Client compatible with your Server!
Good job so far! With your hard work you have completed step 3!
Step 4: Understanding your Server and Client
A Server and a Client are like having a desktop computer. Your Tower contains all of the information and your client monitor presents it. A Server is like your desktop tower and your client is like your monitor.
(I am just putting this into terms for people who are new to it all).
Server: Your server contains the content. This is where you add information for others to see and use.
Client: This displays the content within your Server. You can add custom items to your client, but they will not work properly if not edited within the server also.
Step 5: Modifying your Server
I will be showing you how to make yourself an Admin and how to create your own welcome message.
Compiling and Running your new Server
Open your Server file and go into cmd.
You will see Instalize. Instalize is the same as run, clicking it will start your Server. Mithscape’s Run is not compatible with your JDK version, all you have to do is change it. Since you downloaded jdk1.7.0_02 All you have to do is change your Instalize.cmd to:
@echo off
cd ../bin
title Running 508 Server
"C:\Program Files\Java\jdk1.7.0_02\bin\java.exe" palidino76/rs2/Server 43594
pause
cls
Your Server should now be able to start!
Since you’re going to be updating your Source, you must make the compiler compatible too!
Create a new file named “rs2.cmd” And add the following to it.
@echo off
cd ../src
"C:\Program Files\java\jdk1.7.0_02\bin\javac.exe" -cp . -d ../bin/ ./palidino76/rs2/*.java
pause
Now you have a successful compiler!
Now let’s make you an Admin! Administrators are the highest ranking members within the server. They have access to all commands unless defined otherwise.
Go into src > Palidino76 > rs2 > io > Login.java
Hit CTRL + F and type in ‘Whiz‘.
You should see this:
if (p.username.equals("Whiz") || p.username.equals("whiz")) {
p.rights = 2;
}
Simply change your Username where Whiz’s was.
if (p.username.equals("YOUR USERNAME") || p.username.equals("YOUR USERNAME")) {
p.rights = 2;
}
Save the file and close it.
You must then head back into the cmd file and run the compiler ‘rs2’ which you just created.
Your server will update and the new information which you added will take place.
Good job so far! With your hard work you have completed step 5!
Step 6: Modifying your Client
Once you open your newly downloaded Client you will see three items. Files, Compile and Run.
Now when you update something within your Client, you must run your compiler for them to take action.
Next, let’s edit your connecting IP. Go into files and scroll down until your find client.java
Hit CTRL + F and search for ‘0.0.0.0’.
That is your local host IP. If you leave that, you will be the only one to connect to the Server. In the next steps you’ll find out your IP and how to create a mask for it.
For now, leave it as 0.0.0.0
Good job so far! With your hard work you have completed step 6!
Step 7: Port Fowarding
(This is for a Netgear Router)
You must Port Forward to allow others to join and enjoy your server.
First go to your start menu and search for ‘CMD’
Only the registered members can see the link.
If on Windows 7 be sure to RUN AS AN ADMINISTRATOR
Only the registered members can see the link.
You’ll be brought to a Command Prompt
Only the registered members can see the link.
Then type in ‘ipconfig’
Only the registered members can see the link.
And then you should get your Network information
Only the registered members can see the link.
The IP which is in the red is the one you must remember. That is your computers IP within your network. Make sure you have that written down. You may close your Command Prompt once you have it written down.
Second, go to your browser and type ‘192.168.1.1’
It will ask you for a Username and Password. Your default for a Netgear will be Username = admin Password = password. Your Internet Provider might have changed the password, so if that information doesn’t work be sure to check the bottom of the router.
Once you’re in your Netgear control panel make your way to Port Forwarding / Port Triggering
Select ‘Add Custom Service’.
Only the registered members can see the link.
Once in there, please follow the instructions on the picture. This is where that number you were suppose to write down comes into play.
Only the registered members can see the link.
You have now Port Forwarded.
Good job so far! With your hard work you have completed step 6!
Step 7: Hosting your Server
Since you have now Port forwarded all you need to do is run your Server. For others to connect you must share with them your IP. You can find your IP at: Only the registered members can see the link.
All you need to do is go back into your Client and edit client.java
Search for the 0.0.0.0 once more and replace that with your IP. You must then Compile and it’s good to go.
Want to mask your IP? Follow this!
Go to Only the registered members can see the link. and create an account. Once created and logged in go to Host/Redirect
Only the registered members can see the link.
Then click ‘Add Host’
You must fill in ‘Hostname’ and select an ending from the large drop down list.
Get your IP from: Only the registered members can see the link. And put that were ‘IP Address’.
Click Create Host
Only the registered members can see the link.
Return to the homepage of the website and select ‘Download’
Only the registered members can see the link.
Select your OS and let it download. Install it and then Run it.
Once it is finished, search for it from your Start Menu. It will be called DUC 3.0.
Only the registered members can see the link.
It will ask you for the information you used to create your account on the website, enter it and logon. You will be brought to this page:
Only the registered members can see the link.
Select Host and then make sure to check your server.
Only the registered members can see the link.
Then you may close it. This program will run whenever your computer is on.
All you need to do now is go back into your Client and edit client.java
Search for the 0.0.0.0 once more and replace that with your Hostname which you created. You must then Compile and it’s good to go.
Make sure your Server is on before you run your Client or else it will not connect.
Good luck!
A great way to get your server popular is to buy a Domain and Web Host. I can sell you both, if you're interested in buying just send me a PM. I work with Only the registered members can see the link. and we can bring you the best deals, guarantee!
Tezna
January 3rd, 2012, 01:38
Very good, trying it right now. ;D
EDIT: First Comment FTW!
Dodge'
January 3rd, 2012, 01:42
Very good, trying it right now. ;D
EDIT: First Comment FTW!
Good to hear that, best of luck to you. Any questions, be sure to leave a comment.
Tezna
January 3rd, 2012, 01:49
The client link is broken :/
Dodge'
January 3rd, 2012, 01:54
Updated.
Dash'
January 3rd, 2012, 01:57
Sexy guide but mine gunna be sexier <3
JK, Nice job bruh and make sure to keep it updated! :D
Dodge'
January 3rd, 2012, 02:00
Updated? People have been using this information for years. =/
317 Delta Coder
January 3rd, 2012, 02:03
edit: oops wrong thread lol
Dodge'
January 3rd, 2012, 02:05
To correct you. 508 map data
Ughhh, what?
317 Delta Coder
January 3rd, 2012, 02:06
Ughhh, what?
ooopps lol! wrong thread XD
Avenging Death
January 3rd, 2012, 02:06
Nice guide. I see one spelling error(Don't think I'm mean for doing this). But Shouldn't "lest" be "list"? Otherwise, your guide is perfect. May I suggest you teach them how to use portforward.com because not everyone has a Netgear router, so telling them how to use this website makes it easier for them to portforward their router.
Dodge'
January 3rd, 2012, 02:08
Nice guide. I see one spelling error(Don't think I'm mean for doing this). But Shouldn't "lest" be "list"? Otherwise, your guide is perfect. May I suggest you teach them how to use portforward.com because not everyone has a Netgear router, so telling them how to use this website makes it easier for them to portforward their router.
Where is the error? What's it next to so I can CTRL + F it.
Tezna
January 3rd, 2012, 02:10
How would i host it locally?
Dodge'
January 3rd, 2012, 02:11
How would i host it locally?
It is already setup to host it locally. Just download the Server and Client then just run the Client. It's preset to 0.0.0.0 which is localhost.
Avenging Death
January 3rd, 2012, 02:11
"You must fill in ‘Hostname’ and select an ending from the large lest."
Tezna
January 3rd, 2012, 02:12
It wont run for me, I download everything and havent changed the IPs. Anyone mind helping me on TV?
Avenging Death
January 3rd, 2012, 02:13
Tezna, pm me your TV info. Ill be glad to help you out.
Dodge'
January 3rd, 2012, 02:14
It wont run for me, I download everything and havent changed the IPs. Anyone mind helping me on TV?
Try compiling the Client.
Tezna
January 3rd, 2012, 02:15
@Avenging, your pm box if full.
@Carr I did. :/
Flawlesss
January 3rd, 2012, 02:16
Well done this earn you contributor love it well done!
Dodge'
January 3rd, 2012, 02:16
@Avenging, your pm box if full.
@Carr I did. :/
Are you getting an error?
Avenging Death
January 3rd, 2012, 02:18
Tezna try now.
Tezna
January 3rd, 2012, 02:18
When I run it the cmd doesn't show any script.
Dodge'
January 3rd, 2012, 02:26
Hmmm, I updated the Client, try this one. Only the registered members can see the link.
Tezna
January 3rd, 2012, 02:29
Carr, you put the compile code for the run.bat
Dodge'
January 3rd, 2012, 02:30
Carr, you put the compile code for the run.bat
I did lollll? That new client doesn't have that. Sorry for that, was working fast to get this up tonight.
Avenging Death
January 3rd, 2012, 02:30
@echo off
color 0c
"C:\Program Files\java\jdk1.7.0_02\bin\javac.exe" ./files/*.java
Pause
Joe, that is your run code that you posted. Could you please change it to the correct run code, because currently you put the compiler code as the run code.
Tezna
January 3rd, 2012, 02:31
404 for the new client. >.<
Dodge'
January 3rd, 2012, 02:34
404 for the new client. >.<
Alright give me 2 minutes to upload a new one, I guarantee it will work then. :P
Tezna
January 3rd, 2012, 02:35
Okay. Thanks :D
Dodge'
January 3rd, 2012, 02:36
Only the registered members can see the link.
There ya go.
Tezna
January 3rd, 2012, 02:39
Downloading. >.<
Dodge'
January 3rd, 2012, 02:46
Downloading. >.<
Alright, tell me if it works for you.
Super god
January 3rd, 2012, 02:47
5084LIFE. Amazing job Carr ;) extremely detailed.
Dodge'
January 3rd, 2012, 04:15
Badurmp
KingsGambit
January 3rd, 2012, 04:26
I like your analogy of a server/client to a computer and it's monitor.
Vesta Main
January 3rd, 2012, 04:38
Good job.
Dodge'
January 3rd, 2012, 04:52
Good job.
Thanks. ;)
Dodge'
January 3rd, 2012, 12:23
Bump.
Tezna
January 3rd, 2012, 12:58
It gets stuck at "connecting to update server". :/
Yesimanub
January 3rd, 2012, 15:23
good job bro, i might need this handy when i decided to put my 562 rsps online :D
but for now 317 babeee!!!
Dodge'
January 3rd, 2012, 19:02
It gets stuck at "connecting to update server". :/
Make sure the Server is online first..... It worked fine for me with localhost 0.0.0.0 So...
Ishana
January 3rd, 2012, 19:13
I can say that you did steal some of my ideas, which been kinda been happening lately but ok good luck and good job :)
Dodge'
January 3rd, 2012, 19:14
I can say that you did steal some of my ideas been kinda been happening lately, but ok good luck and good job :)
Stole some of your ideas? Ideas from where...?
Ishana
January 3rd, 2012, 19:16
Only the registered members can see the link.
The green color, we have almost the same index, etc.., etc.. ,etc..
Time
January 3rd, 2012, 19:17
Only the registered members can see the link.
The green color, we have almost the same index, etc.., etc.. ,etc..
Uses same color text =! Stealing ideas.
Dodge'
January 3rd, 2012, 19:17
Only the registered members can see the link.
The green color, we have almost the same index, etc.., etc.. ,etc..
I stole nothing from you... I worked so hard on it and you come here accusing me of stealing others work.
Ishana
January 3rd, 2012, 19:21
I can think that you did steal some of my ideas, which been kinda been happening lately but ok good luck and good job :)
There fixed, see?
Dodge'
January 3rd, 2012, 19:23
I can think that you did steal some of my ideas, which been kinda been happening lately but ok good luck and good job :)
There fixed, see?
No I don't see. I never really viewed that tutorial as I never attempted to touch another server EXPECT 508's.
And you can think all you want, but coming on here and accusing me is what pisses me off.
Ishana
January 3rd, 2012, 19:28
Fine! I stole your tutorial /not really
Calm your goats! (Referring at your avatar :P)
Dodge'
January 4th, 2012, 00:44
Fine! I stole your tutorial /not really
Calm your goats! (Referring at your avatar :P)
Okay...
Tezna
January 4th, 2012, 00:47
Carr, i still cant get it to work. I screwed it up somehow. Can you help me via TV?
Dodge'
January 4th, 2012, 00:58
Carr, i still cant get it to work. I screwed it up somehow. Can you help me via TV?
PM me your info..
Tezna
January 4th, 2012, 01:13
I vouch for Carrscape. Helped me fix my problems and for no cost. You can trust this guy. :D
Dodge'
January 4th, 2012, 03:49
I vouch for Carrscape. Helped me fix my problems and for no cost. You can trust this guy. :D
Anytime.
NLBoss
January 4th, 2012, 19:12
In part 5 i dont understand this ; Create a new file named “rs2.cmd” And add the following to it. what kind of file'? note... ect
Vesta Main
January 4th, 2012, 19:22
I think he meant .bat
Ishana
January 4th, 2012, 19:27
In part 5 i dont understand this ; Create a new file named “rs2.cmd” And add the following to it. what kind of file'? note... ect
Open notepad and then add the stuff to it and then click to save it, when it asks for name choose all files and then name it rs2.bat
like this
Only the registered members can see the link.
NLBoss
January 4th, 2012, 20:35
when i open compile it says cant find blablabla.....
Dodge'
January 4th, 2012, 20:37
when i open compile it says cant find blablabla.....
Did you download the new jdk? Are you sure it was done correctly? That compile is correct if you have it. You might have downloaded it to the wrong program files. Try:
Program Files (x86)
Instead of just Program Files.
NLBoss
January 4th, 2012, 20:50
thanks
Dodge'
January 4th, 2012, 21:00
thanks
Anytime. Good luck.
whiteghost
January 4th, 2012, 22:34
Could somebody help me with no-ip. I already did all the other steps but no-ip is having problems.
Only the registered members can see the link.
Dodge'
January 5th, 2012, 00:35
Could somebody help me with no-ip. I already did all the other steps but no-ip is having problems.
Only the registered members can see the link.
Make sure you put the right IP in on your website. And click on the hostname/redirects and make sure to check the box next to it.
Max total999
January 5th, 2012, 13:43
Nice...good job it really helped
Dodge'
January 5th, 2012, 13:49
Nice...good job it really helped
You're welcome.
Tezna
January 5th, 2012, 23:28
Congratulations on sticky bro. :)
Dodge'
January 7th, 2012, 04:09
Congratulations on sticky bro. :)
Thanks.
Dodge'
January 8th, 2012, 03:13
Bump.
NLBoss
January 8th, 2012, 13:01
Carr i cant compile or make my self admin can you help me by team viewer?
Dodge'
January 8th, 2012, 17:16
Carr i cant compile or make my self admin can you help me by team viewer?
No I won' t go and help every person who can't figure it out on Team Viewer. Post what your problem is.
Dodge'
January 10th, 2012, 03:00
Bump!
Josh
January 10th, 2012, 03:22
No-IP doesn't mask your IP. It's one and only use is for dynamic hosting, so if you plan on changing your VPS/Dedi or are hosting on your home computer with a dynamic IP, you can use it and not need to have your client's IP updated when it changes, saving time and not requiring a download frequently.
Overall, it's pretty good.
Dodge'
January 10th, 2012, 04:13
No-IP doesn't mask your IP. It's one and only use is for dynamic hosting, so if you plan on changing your VPS/Dedi or are hosting on your home computer with a dynamic IP, you can use it and not need to have your client's IP updated when it changes, saving time and not requiring a download frequently.
Overall, it's pretty good.
For the common player, it hides it.
As both of our reasons are true, more people use them to mask their ip.
Danthealien
January 10th, 2012, 19:59
hi. i came to download this private server and i cant seem to get it to work =[. it keeps stopping at connecting to update server please help
p.s its says its connected to server, but when i compile it says something in red note: recompile with xlint for detais
sparter124
January 11th, 2012, 03:12
ok nice guide ok so ive done eveything right and it workds on my local but as soon as i put in the ip it stops at connecting to update server
Dodge'
January 11th, 2012, 19:19
Are you sure you have portfowarded corrected? Are you using a no-ip?
@Danthealien, Make sure the server is on. And do not worry about xlint.
im not fat
January 11th, 2012, 19:33
I did everything step by step and entered all the codes. I just want to try playing offline with just me to experiment, but when i click the thing that says PLAY me, it gets stuck at updating.
Dodge'
January 11th, 2012, 19:34
Are you sure the server is on? You will have two command prompts up.
Danthealien
January 11th, 2012, 19:36
it says cannot assign requested address:jvm bind. which i presume means it cannot find the server address :S when i go to compile it
and only 1 singular cmd prompts come up saying.. carrscapejr5connect
Dodge'
January 11th, 2012, 19:38
Take a picture and post it here.
im not fat
January 11th, 2012, 19:39
what do you mean if the server is on? I am at the part were you have to get your ip and stuff, but i thought i could play locally without anyone else without doing that step, to make it sort of like a sandbox for just me.
Dodge'
January 11th, 2012, 19:41
You have to have the server on to even get on it.... The client just displays what the server is presenting...
Danthealien
January 11th, 2012, 19:42
java.net.BindException: Cannot assign requested address: JVM_Bind
at java.net.DualStackPlainSocketImpl.bind0(Native Method)
at java.net.DualStackPlainSocketImpl.socketBind(DualS tackPlainSocketImpl
.java:96)
at java.net.AbstractPlainSocketImpl.bind(AbstractPlai nSocketImpl.java:37
6)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java :175)
at java.net.ServerSocket.bind(ServerSocket.java:376)
at java.net.ServerSocket.<init>(ServerSocket.java:237)
at java.net.ServerSocket.<init>(ServerSocket.java:181)
at palidino76.rs2.net.SocketListener.<init>(SocketListener.java:40)
at palidino76.rs2.Server.main(Server.java:83)
Press any key to continue . . .
thats what it says when i go to initilize :S
im not fat
January 11th, 2012, 19:45
so i have to put my IP in and stuff for it to load?
Dodge'
January 11th, 2012, 19:46
You only have one Initialize running, right?
Danthealien
January 11th, 2012, 19:49
yes i only have 1 initialize running and the code you said to use, which is the right path
and I've deleted and tried numerous times to get it to work but it says the same thing
Dodge'
January 11th, 2012, 19:51
Do you have TV by any chance?
im not fat
January 11th, 2012, 19:52
Can you answer my question? And btw whats the file i found in files that says "Hack.java", just sounds a little fishy..
Danthealien
January 11th, 2012, 19:53
nope i do not have TV but i can soon get it i guess
Dodge'
January 11th, 2012, 19:55
Can you answer my question? And btw whats the file i found in files that says "Hack.java", just sounds a little fishy..
What's your question again? It won't load? ARE YOU SURE YOU HAVE THE SERVER RUNNING, THAT MEANS TURNING ON Initialize
And go ahead and read what's in it. It's nothing.
@Dan, well I could help you better if you get it. I think I know your problem but am not completely sure.
Danthealien
January 11th, 2012, 20:01
Ok i got TV
Dodge'
January 11th, 2012, 20:01
Send me your ID and PW in a private message.
Danthealien
January 11th, 2012, 20:03
cant you have exceeded your PM limit
im not fat
January 11th, 2012, 20:04
I know im fking retarded lol so please bear with me XD, but i wanted to know if i could play on the server so only i can get on it, without having to do the step where i find my ip and put it in and stuff. And what do you mean when you say i have to put on initialize? Was that the step when i replaced the code so it will work with my JDK? Cause i did that
Danthealien
January 11th, 2012, 20:05
you need to initialize everytime you upgrade/change something
Dodge'
January 11th, 2012, 20:06
I know im fking retarded lol so please bear with me XD, but i wanted to know if i could play on the server so only i can get on it, without having to do the step where i find my ip and put it in and stuff. And what do you mean when you say i have to put on initialize? Was that the step when i replaced the code so it will work with my JDK? Cause i did that
Okay, you have two things. A client AND a server. You CANNOT go on WITHOUT BOTH. YOU MUST have BOTH. You should have a folder called Mithscape and a 508 ld client. You must go into Mithscape and run the Initialize. Then you can click Play.
cant you have exceeded your PM limit
Try now.
And no you compile everytime you upgrade something. Initialize is just to RUN it.
Danthealien
January 11th, 2012, 20:08
sent and waiting...
im not fat
January 11th, 2012, 20:11
When i run initialize it says "cannot find the path specified", I was never able to run it.
im not fat
January 11th, 2012, 20:14
I did do the thing where i give myself admin status, I think i still need to do where you update it, but when the rs2 document i made it just says "cannot find the path specified" twice
Fallen Leaves
January 11th, 2012, 20:16
xMy client compiler is broken rofl, can't find the path.
EDIT: Now it says:
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Press any key to continue (in Dutch haha)
Dodge'
January 11th, 2012, 20:25
xMy client compiler is broken rofl, can't find the path.
EDIT: Now it says:
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Press any key to continue (in Dutch haha)
The compile is suppose to say that. What about when you hit 'Play ME'?
@im not fat, you need to get the correct path to your java.
im not fat
January 11th, 2012, 20:31
When i try to run initialize it says "the system cannot find the path specified", even when i have play me on. same thing when i try to run the compiler you had me made called rs2. I think i fked up by editing the login thing to make me admin before i even ran initialize.
Fallen Leaves
January 11th, 2012, 20:33
When I try to play it, nor do I have administator rights: Did the rs2 thingy correct IIRC.
And now it's the eternal connecting to update server.
Dodge'
January 11th, 2012, 20:36
When i try to run initialize it says "the system cannot find the path specified", even when i have play me on. same thing when i try to run the compiler you had me made called rs2. I think i fked up by editing the login thing to make me admin before i even ran initialize.
Alright, try switching your Program Files with: Program Files (x86)
im not fat
January 11th, 2012, 20:41
Alright, so i decided to reinstall the mithscape client to get a fresh start, i inserted the initialize coding that you put and its doing the same thing. I erased the compiler rs2, are you saying like at that first step i should be able to run the client by just clicking initialize after that very first step where you replace the code? And i put in the (x86) after program files in the code but it did the same thing.
im not fat
January 11th, 2012, 20:52
Fml im so sorry i just found out i installed JDK installer and not JDK, ill tell you what happens after i fully install
Fallen Leaves
January 11th, 2012, 20:54
Changed the IP back to 0.0.0.0
Still can't seem to get admin rights.
Dodge'
January 11th, 2012, 20:56
You NEED to compile the SERVER not CLIENT.
Fallen Leaves
January 11th, 2012, 21:11
I did that like 50 times lol.
Even tried setting rights in the mainsave folder, won't work. Weird stuff.
EDIT: Got it via mainsave.
Anyways, it only plays on 0.0.0.0.. I'll try :P
im not fat
January 11th, 2012, 21:28
It works now i love it tytytyytyty, one more thing though, where can i find admin commands?
Dodge'
January 11th, 2012, 21:30
It works now i love it tytytyytyty, one more thing though, where can i find admin commands?
src > palidino76 > rs2 io > packets > Commands.java
Fallen Leaves
January 11th, 2012, 22:15
Got everything running except for this.
I can't play with my hostname, it gets stuck at connecting to update server.
I'll go to sleep now lols.
im not fat
January 11th, 2012, 23:59
Do you know any guides on how to code this server? all the guides i see have different ways that this uses and im a beginner
Dodge'
January 12th, 2012, 00:01
Do you know any guides on how to code this server? all the guides i see have different ways that this uses and im a beginner
Try the tutorial or ask for help in the help section, this is only for the tutorial.
sparter124
January 12th, 2012, 00:06
can u tv or call me on skype ive did everything right but its not working itserror connecting to server and i got it on and everything my skypes dallas.rehrer any one else that would like to help i would appreicate it
Dodge'
January 12th, 2012, 17:01
Make sure mithscape is online. It will work correctly if you have it online...
I forget it
January 12th, 2012, 23:43
Well I am new to coding/sources of rsps's and I'm confused and frustrated when you have to Modify your server and change the code with the jdk. I have the jdk downloaded, but idk where to change the code at. I'd appreciate the help. Thanks
~I forget It~
violetnine33
January 12th, 2012, 23:49
Great guide. Keep Guides coming :D
Dodge'
January 13th, 2012, 00:10
Well I am new to coding/sources of rsps's and I'm confused and frustrated when you have to Modify your server and change the code with the jdk. I have the jdk downloaded, but idk where to change the code at. I'd appreciate the help. Thanks
~I forget It~
Well which version of jdk do you have downloaded, do you know?
Great guide. Keep Guides coming :D
I'm glad it helped you.
I forget it
January 13th, 2012, 00:23
jdk1.7.0_02 Thats my version
Dodge'
January 13th, 2012, 00:24
jdk1.7.0_02
Okay, and you want to edit the Servers Initialize right?
I forget it
January 13th, 2012, 00:25
Lol sorry I just edited it to my jdk. but how do I get the comple? and after i edited it in there it wont run the server.
Dodge'
January 13th, 2012, 00:27
Lol sorry I just edited it to my jdk. but how do I get the comple? and after i edited it in there it wont run the server.
What do you mean it won't run the server after you change the paths in Initialize?
I forget it
January 13th, 2012, 00:29
well I right-clicked on the initialize and i clicked edit and I put in my jdk. I tried to load it and it wouldnt work
Dodge'
January 13th, 2012, 00:30
well I right-clicked on the initialize and i clicked edit and I put in my jdk. I tried to load it and it wouldnt work
Well you cannot just say, "It didn't work." Give me the error...
I forget it
January 13th, 2012, 00:32
well itll just say "connecting to server" and it wont load anymore.
Dodge'
January 13th, 2012, 00:33
well itll just say "connecting to server" and it wont load anymore.
That's the CLIENT not SERVER. THEY'RE TWO DIFFERENT THINGS.
WITHOUT ONE THE OTHER WILL NOT WORK.
You must have both THE SERVER AND CLIENT to even get on the game.
Client: 508 ld client
Server: Mithscape 508
Ruppich
January 13th, 2012, 00:34
Tutorial is pretty good actually! Good work mate, information is solid, etc. Could use a overall better structure though (the way its set up)
I forget it
January 13th, 2012, 00:34
I have both. do I HAVE to do port fowarding
and I cant find the client.java in the files.
How do I make a new "file" for the rs2.bat cause i'm not sure if I need to make it a "windows batch file"
Dodge'
January 13th, 2012, 00:52
I have both. do I HAVE to do port fowarding
and I cant find the client.java in the files.
How do I make a new "file" for the rs2.bat cause i'm not sure if I need to make it a "windows batch file"
Just make a new .txt file (notepad) and then save it as rs2.bat And select file type as 'all files'.
I forget it
January 13th, 2012, 00:58
Just make a new .txt file (notepad) and then save it as rs2.bat And select file type as 'all files'.
Thanks but how do I make it "all files" sorry for bein a noob at coding new at it.
Dodge'
January 13th, 2012, 01:01
Only the registered members can see the link.
I forget it
January 13th, 2012, 01:05
-facepalm- thanks for the help. But the problem about loading the client? I know how to do the port fowarding etc. but I'd like to test it out for myself first to get things going etc. Like give me owner [which I know how to do]
Edit: Well when I tried to do "compile" I got error: The system cannon find the path specified."
Dodge'
January 13th, 2012, 01:07
You need to run the Server first, then load the client.
I forget it
January 13th, 2012, 01:08
I hate being a noob. How do you run the server first. -.-'
Edit: Is this portfowarding etc. cause I'd like to test it out first. before i get it online.
Dodge'
January 13th, 2012, 01:08
I hate being a noob. How do you run the server first. -.-'
Run Initialize.
I forget it
January 13th, 2012, 01:10
OK THANK-YOU FOR EVERYTHING. Sorry for being a noob you have been a great help.
I forget it
January 13th, 2012, 01:16
I'm trying to make me owner/admin and its not working for me ive tried the login.java and in the character files.
Dodge'
January 13th, 2012, 02:15
I'm trying to make me owner/admin and its not working for me ive tried the login.java and in the character files.
Good luck.
I forget it
January 13th, 2012, 10:26
Thanks i got the rights part done. But I can't get the server to compile. When I click on the "rs2" window batch file it wont say anything. =s
Edit: and how can I do a sysrestart to where everyone that is online will dc and the update will take effect. o and unbanning doesn't work on mithscape 508. And thanks for your help again I'm already really learning basic stuff now to get onto advanced. =\
Dodge'
January 13th, 2012, 13:12
Thanks i got the rights part done. But I can't get the server to compile. When I click on the "rs2" window batch file it wont say anything. =s
Edit: and how can I do a sysrestart to where everyone that is online will dc and the update will take effect. o and unbanning doesn't work on mithscape 508. And thanks for your help again I'm already really learning basic stuff now to get onto advanced. =\
You need to compile and restart the server. Paste what you put inside the rs2.
I forget it
January 13th, 2012, 15:09
I have "compiled" and restarted my server, I've also put it inside the rs2, [do I also put it insides the windows batch file?]
Dodge'
January 13th, 2012, 15:16
I have "compiled" and restarted my server, I've also put it inside the rs2, [do I also put it insides the windows batch file?]
What are you talking about...?
I forget it
January 13th, 2012, 15:20
Whever I put in that rs2.bat file I got the window batch file for it to run the "compile" part, but it doesn't compile the server so do I put the jdk stuff thats inside the rs2.bat file in the the rs2 windows batch file?
Dodge'
January 13th, 2012, 15:21
Whever I put in that rs2.bat file I got the window batch file for it to run the "compile" part, but it doesn't compile the server
That's a working compiler... Are you editing the files in src > palidino76 > rs2?
I forget it
January 13th, 2012, 15:22
No in the cmd
Dodge'
January 13th, 2012, 15:26
No in the cmd
All you do is paste that code on the first page in the compiler and never touch it again....
I forget it
January 13th, 2012, 15:27
O I think I got it ill test it.
I forget it
January 13th, 2012, 15:31
I put this in the compiler in the 508 client and all I got was: The system cannon find the path specified.
javac:file not found: .\palidino76\rs2\*.java
Usage:javac <options> <source files>
use -help for a list of possible options
press any key to continure
Dodge'
January 13th, 2012, 15:34
I put this in the compiler in the 508 client and all I got was: The system cannon find the path specified.
javac:file not found: .\palidino76\rs2\*.java
Usage:javac <options> <source files>
use -help for a list of possible options
press any key to continure
Try this:
@echo off
cd ../src
"C:\Program Files\java\jdk1.7.0_02\bin\javac.exe" -cp . -d ../bin/ ./palidino76/rs2/*.java
pause
I forget it
January 13th, 2012, 15:36
Nothings changed
Dodge'
January 13th, 2012, 15:37
Nothings changed
Hmmm, show me your Initialize.
I forget it
January 13th, 2012, 15:38
@echo off
cd ../bin
title Running 508 Server
"C:\Program Files\Java\jdk1.7.0_02\bin\java.exe" palidino76/rs2/Server 43594
pause
cls
Dodge'
January 13th, 2012, 15:39
Replace the build.cmd with:
@echo off
cd ../src
echo Compiling palidino76.rs2
"C:\Program Files\Java\jdk1.7.0_02\bin\javac.exe" -cp . -d ../bin/ ./palidino76/rs2/*.java
echo Compiling palidino76.rs2.player
"C:\Program Files\Java\jdk1.7.0_02\bin\javac.exe" -cp . -d ../bin/ ./palidino76/rs2/player/*.java
echo Compiling palidino76.rs2.player.update
"C:\Program Files\Java\jdk1.7.0_02\bin\javac.exe" -cp . -d ../bin/ ./palidino76/rs2/player/update/*.java
echo Compiling palidino76.rs2.player.items
"C:\Program Files\Java\jdk1.7.0_02\bin\javac.exe" -cp . -d ../bin/ ./palidino76/rs2/player/items/*.java
echo Compiling palidino76.rs2.player.misc
"C:\Program Files\Java\jdk1.7.0_02\bin\javac.exe" -cp . -d ../bin/ ./palidino76/rs2/player/misc/*.java
echo Compiling palidino76.rs2.player.combat
"C:\Program Files\Java\jdk1.7.0_02\bin\javac.exe" -cp . -d ../bin/ ./palidino76/rs2/player/combat/*.java
echo Compiling palidino76.rs2.io
"C:\Program Files\Java\jdk1.7.0_02\bin\javac.exe" -cp . -d ../bin/ ./palidino76/rs2/io/*.java
echo Compiling palidino76.rs2.io.packets
"C:\Program Files\Java\jdk1.7.0_02\bin\javac.exe" -cp . -d ../bin/ ./palidino76/rs2/io/packets/*.java
echo Compiling palidino76.rs2.net
"C:\Program Files\Java\jdk1.7.0_02\bin\javac.exe" -cp . -d ../bin/ ./palidino76/rs2/net/*.java
echo Compiling palidino76.rs2.util
"C:\Program Files\Java\jdk1.7.0_02\bin\javac.exe" -cp . -d ../bin/ ./palidino76/rs2/util/*.java
echo Compiling palidino76.rs2.world.mapdata
"C:\Program Files\Java\jdk1.7.0_02\bin\javac.exe" -cp . -d ../bin/ ./palidino76/rs2/world/mapdata/*.java
echo Compiling palidino76.rs2.world.items
"C:\Program Files\Java\jdk1.7.0_02\bin\javac.exe" -cp . -d ../bin/ ./palidino76/rs2/world/items/*.java
pause
I forget it
January 13th, 2012, 15:40
Nothing =\
Dodge'
January 13th, 2012, 15:41
Nothing =\
Afterwards did you run build?
I forget it
January 13th, 2012, 15:42
Is this my new compiler? It's saying that it's compiling things.
Dodge'
January 13th, 2012, 15:44
Is this my new compiler? It's saying that it's compiling things.
Yeah. If it's working, use it.
I forget it
January 13th, 2012, 15:45
THANK-YOU AGAIN FOR EVERYTHING. Please make more good guides/tutorials your very good at helping
I forget it
January 13th, 2012, 15:49
Ffs I don't think it's working cause I tried to change the welcome mesage when you log in and it's still the same. and yes I have restarted my client etc.
Dodge'
January 14th, 2012, 00:43
Ffs I don't think it's working cause I tried to change the welcome mesage when you log in and it's still the same. and yes I have restarted my client etc.
-Helped him via TV.-
Ruppich
January 14th, 2012, 00:44
I would release mine since the competition is over, but (even if I don't win), I want to suprise everyone :)
Dodge'
January 14th, 2012, 00:46
I would release mine since the competition is over, but (even if I don't win), I want to suprise everyone :)
Well you can't win if the competition is over...
Ruppich
January 14th, 2012, 00:48
Who won?
Also, the submissiosn is over, they haven't discussed the results yet o.o
Dodge'
January 14th, 2012, 00:48
Who won?
Also, the submissiosn is over, they haven't discussed the results yet o.o
No one, it hasn't been released yet.
I thought you meant you were going to release. Did you mean you did release?
Ruppich
January 14th, 2012, 00:50
No, I haven't released my tutorial yet. I am waiting to see the results of the competition, see who won etc, to release mine.
Dodge'
January 14th, 2012, 00:50
No, I haven't released my tutorial yet. I am waiting to see the results of the competition, see who won etc, to release mine.
Oh, I get it. Good luck.
Dodge'
January 14th, 2012, 13:54
Bump!
thebadman
January 15th, 2012, 11:15
I'm getting an error in red writing when i compile on the client , it says 'the system cannot find the path specified'
Dodge'
January 15th, 2012, 16:01
I'm getting an error in red writing when i compile on the client , it says 'the system cannot find the path specified'
Try replacing that compile code with this one:
@echo off
cd ../bin
title Running 508 Server
"C:\Program Files (x86)\Java\jdk1.7.0_02\bin\java.exe" palidino76/rs2/Server 43594
pause
cls
Xetoc
January 15th, 2012, 16:05
Looking good :)
thebadman
January 15th, 2012, 16:17
still says cannot find the path specified :(
Dodge'
January 15th, 2012, 16:18
Did you even install jdk.....
thebadman
January 15th, 2012, 16:26
yh i have
Dodge'
January 15th, 2012, 16:30
Well then find the path for it, go into program files and look for java. Tell me what jdk you have.
You might also have Program Files (x86) look in there too.
thebadman
January 15th, 2012, 16:32
i have jdk1.7.0_02
Dodge'
January 15th, 2012, 16:38
i have jdk1.7.0_02
In which of those files?
thebadman
January 15th, 2012, 16:40
program files, i dont have a program files (x86)
thebadman
January 15th, 2012, 16:59
helpp??
Dodge'
January 15th, 2012, 17:02
@echo off
cd ../bin
title Running 508 Server
"C:\Program Files\Java\jdk1.7.0_02\bin\java.exe" palidino76/rs2/Server 43594
pause
cls
That should work fine for you.
thebadman
January 15th, 2012, 17:21
Still doesn't work :s
thebadman
January 15th, 2012, 17:46
help me on TV?
hkooma
January 16th, 2012, 00:45
Woah, haven't made RSPS for about 2 years ... Mithscape same one that got mithril dragons at falador? if yes then wow, it survived 2 years..
Gonna start making servers again =D, thanks for the guide
EDIT: Um got skype/MSN? My server works on 0.0.0.0 but when changing to the no-ip ip, the client wont load and now a strange ip connected to the server? lol?
krackeral
January 16th, 2012, 06:12
well its a great guide i understand it but the codeu gave to compile and run sever aint working i went into java in my C: and it only shows jr6 but it doesnt show jdk1.7.0_02 so idk other wise i ahve everything else going just kinda skipped that step any help would be thankful
hkooma
January 16th, 2012, 15:58
well its a great guide i understand it but the codeu gave to compile and run sever aint working i went into java in my C: and it only shows jr6 but it doesnt show jdk1.7.0_02 so idk other wise i ahve everything else going just kinda skipped that step any help would be thankful
You must have JDK downloaded & Installed, you miss a step :] ...
Um, now I need help with my server :3
"Um got skype/MSN? My server works on 0.0.0.0 but when changing to the no-ip ip, the client wont load and now a strange ip connected to the server? lol?"
Dodge'
January 16th, 2012, 16:06
You must have JDK downloaded & Installed, you miss a step :] ...
Um, now I need help with my server :3
"Um got skype/MSN? My server works on 0.0.0.0 but when changing to the no-ip ip, the client wont load and now a strange ip connected to the server? lol?"
Sure you portfowarded correct?
hkooma
January 16th, 2012, 16:25
It is Online, I checked it by the Status checker tool... but the client aint connecting to it and gimme this error in the cmd : Carrscapejs5connect ?
Dodge'
January 16th, 2012, 16:34
It is Online, I checked it by the Status checker tool... but the client aint connecting to it and gimme this error in the cmd : Carrscapejs5connect ?
You need to recompile the client! :)
Update the IP in client.java and then recompile.
Im Tiko
January 16th, 2012, 16:35
I'm getting an error in red writing when i compile on the client , it says 'the system cannot find the path specified'
Right-click edit the compile.bat file and edit the direction of the jdk to yours.
hkooma
January 16th, 2012, 16:43
You need to recompile the client! :)
Update the IP in client.java and then recompile.
Was done already...., got MSN? would be easier to talk? or Skype?
Dodge'
January 16th, 2012, 16:44
Was done already...., got MSN? would be easier to talk? or Skype?
Joe@Carrscape.com
krackeral
January 16th, 2012, 19:32
ya i have downloaded it like 5 times in java then i downloaded it in downloads and it still stays jr6 i even looked in programs and it onlyshows TM java no jdk
Dodge'
January 16th, 2012, 19:33
ya i have downloaded it like 5 times in java then i downloaded it in downloads and it still stays jr6 i even looked in programs and it onlyshows TM java no jdk
Have you checked Program Files (x86), if you have it.
krackeral
January 16th, 2012, 19:36
ya i have both program files and program files x86 but they both only show jr6
Dodge'
January 16th, 2012, 19:36
Well you said you downloaded, but did you install?
krackeral
January 16th, 2012, 19:41
in stall jdk-7u2-windows-i586 if that one then yes i have if not that one then that could be a problem
Dodge'
January 16th, 2012, 19:42
in stall jdk-7u2-windows-i586 if that one then yes i have if not that one then that could be a problem
Yeah, install that.
krackeral
January 16th, 2012, 19:43
ok ill install again and put all of em into java
krackeral
January 16th, 2012, 19:46
ok installing to java as jdk 1.7.0_02 will see if it gets there and do i need to download the fx too or no?
krackeral
January 16th, 2012, 19:51
ok for some odd reason it shows up now thanks no idea what i did rong....
krackeral
January 16th, 2012, 20:12
do you have team veiwer??
Mrmodern
January 17th, 2012, 04:40
Uhmm can someone please help me I am sure i messed it up some how i tried what i could i have TV
Dodge'
January 17th, 2012, 14:17
I'm not helping every member with team viewer. State your problems.
Mrmodern
January 18th, 2012, 00:10
Alright sorry, When i compile after going into the client.java and changing the IP from 0.0.0.0 to My IP, when i try compiling it says the system cannot find path specified. I ran it as Administrator and it simply would not work. And then when i hit Play ME! it would get stuck at "Connecting to Update server" if you could help i would be really grateful.
Thanks :)
thebadman
January 18th, 2012, 21:29
i can only play on 0.0.0.0 and when i change to my ip it comes up with a error saying 'could not find mainclass'
Dodge'
January 18th, 2012, 21:33
i can only play on 0.0.0.0 and when i change to my ip it comes up with a error saying 'could not find mainclass'
The client or server is saying that?
Alright sorry, When i compile after going into the client.java and changing the IP from 0.0.0.0 to My IP, when i try compiling it says the system cannot find path specified. I ran it as Administrator and it simply would not work. And then when i hit Play ME! it would get stuck at "Connecting to Update server" if you could help i would be really grateful.
Thanks :)
You need to get the correct path of your jdk. Try Program Files (x86)
thebadman
January 18th, 2012, 21:34
client
Dodge'
January 18th, 2012, 21:36
client
Have you edited anything else?
thebadman
January 18th, 2012, 21:37
nope i've only changed the ip
Dodge'
January 18th, 2012, 21:41
nope i've only changed the ip
Try to re-download the client, Something must have screwed up in either the download or the unpacking.
thebadman
January 18th, 2012, 21:43
i have i've done it 3 times and it only works until i have to change the localhost
Dodge'
January 18th, 2012, 21:58
i have i've done it 3 times and it only works until i have to change the localhost
You're just changing the zero's nothing else, correct? Keeping the quotes and all?
thebadman
January 18th, 2012, 22:01
yep just changing the 0s
Dodge'
January 18th, 2012, 22:06
yep just changing the 0s
Hmm, put the 0s back and recompile. Tell me if you get the error.
thebadman
January 18th, 2012, 22:09
nope it doesn't work either, i also get this Xlint error when compiling.
Mrmodern
January 19th, 2012, 00:54
Ok so i fixed it but now it says when i compile it, "Some input files use unchecked or unsafe operations.Recompile with -xlint:unchecked for details.
Alienmann
January 19th, 2012, 00:55
When i try to open "Play ME!" it says:
'java' was not recognized as an internal or external command,
operable program, or batch file
Press any key to continue...
Dodge'
January 19th, 2012, 01:09
When i try to open "Play ME!" it says:
'java' was not recognized as an internal or external command,
operable program, or batch file
Press any key to continue...
You didn't DL java or jdk.
Ok so i fixed it but now it says when i compile it, "Some input files use unchecked or unsafe operations.Recompile with -xlint:unchecked for details.
That's fine.
nope it doesn't work either, i also get this Xlint error when compiling.
That's Normal....
Mrmodern
January 19th, 2012, 01:14
i clicked Play ME and it still got stuck at Connecting to update server
MellowHype
January 19th, 2012, 06:53
Alright so everything works fine for me, The server is running, as of right now. But, Im getting an error with the client, It gets stuck on connecting to update server And the error shows
Carrscapejs5connect
Before i got that I would get some sort of Shutdown complete:clean true error and it would sit there and do nothing but say connecting to update server. Yes I compiled both the client and server succesfully. The server was running perfect as I attempted to run the client. I followed all of your steps correctly, I believe.
thebadman
January 19th, 2012, 07:56
im still getting the mainclass error :(
Alienmann
January 21st, 2012, 02:58
How do your friends join at the begining of part 7? Im just trying to get a server for me and my friends
Dodge'
January 21st, 2012, 02:59
How do your friends join at the begining of part 7? Im just trying to get a server for me and my friends
You need to portfoward and change the IP in client.java to your IP which can be found at Only the registered members can see the link. then you're good to go.
Alienmann
January 21st, 2012, 03:37
I know but how do they get on?
Dodge'
January 21st, 2012, 03:38
I know but how do they get on?
Once you switch the IP's repack the client and upload it, then give them that link to download.
thebadman
January 21st, 2012, 11:48
Joe now the client gets stuck on 'connecting to update server'
MellowHype
January 21st, 2012, 21:24
Can you help me via tv?
MellowHype
January 21st, 2012, 21:31
Help???
Dodge'
January 21st, 2012, 21:52
Help???
I'm in the hospital I cannot help you today tonight or tomorrow.
Xime
January 22nd, 2012, 01:34
If i fill in my ip4adress in my browser, he cant find a router. what should i do ?
Xime
January 22nd, 2012, 01:44
and my client wont work.
initialize.bat gives this: Could not find the main class: palidino76/rs2/server.
kaimana14
January 22nd, 2012, 20:51
Uh, how do i make a new file called rs2.bat when ever i do it its like a folder and not liek teh older ones in the file.
Gotham
January 22nd, 2012, 20:55
Great guide mate. It should help out a lot of newbs.
Dodge'
January 22nd, 2012, 20:58
Uh, how do i make a new file called rs2.bat when ever i do it its like a folder and not liek teh older ones in the file.
Create a new notepad document then save it as rs2.cmd and make sure the type is all files.
DragonNT
January 26th, 2012, 09:34
Good Tutorial. I rate it 5/5. :o
x bludgeon x
January 27th, 2012, 00:53
Dodge, I have several questions, is there any way I may contact you? I do not get on this often, but I guess, if I must I will.... I'm brand new to servers, well, had experience before, but nothing ever went the way I wanted it to go, so I'm basically new, and just need help with things like why the compile client won't work, and maybe other things when I find them.
Dodge'
January 27th, 2012, 00:54
Dodge, I have several questions, is there any way I may contact you? I do not get on this often, but I guess, if I must I will.... I'm brand new to servers, well, had experience before, but nothing ever went the way I wanted it to go, so I'm basically new, and just need help with things like why the compile client won't work, and maybe other things when I find them.
Post the error you get when trying to compile.
xNoManx
January 27th, 2012, 15:32
Great tutorial worked 100% for me.
Dodge'
January 27th, 2012, 16:55
Great tutorial worked 100% for me.
I'm glad I could help.
Mod Nolan
February 10th, 2012, 00:23
I made the rs2.bat file and put in what you told me to do, but when I try to give myself Admin & I click on rs2 it gives me 100 errors. help please.
Dodge'
February 12th, 2012, 13:49
I made the rs2.bat file and put in what you told me to do, but when I try to give myself Admin & I click on rs2 it gives me 100 errors. help please.
You're missing a bracket then. Post your code.
wirdo
February 13th, 2012, 09:45
The admin thing doesnt work at all for me, nice tut tho :)
sasori112
February 17th, 2012, 21:21
sorry but for a beginnar at step 5 dont work we got not instalize or your download is wrong :/ fix plz
southern pride
February 18th, 2012, 23:25
its saying its not finding a path
Dodge'
February 18th, 2012, 23:26
its saying its not finding a path
For which file?
southern pride
February 18th, 2012, 23:28
for both compiler and and server for java
Dodge'
February 18th, 2012, 23:32
for both compiler and and server for java
Which version of Java have you downloaded?
southern pride
February 18th, 2012, 23:34
6.1.31 i think i used your link and it said i had it downloaded already
Dodge'
February 18th, 2012, 23:35
6.1.31 i think i used your link and it said i had it downloaded already
Go into Computer > Program Files > Java
And tell me what you have. It will be JDK(numbers)
Powered by vBulletin® Version 4.1.9 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.