2006Redone Release - Highly Accurate Runescape 2006 Remake

I'm trying to host this on a VPS, I am able to connect locally to myself only. When i try to connect to the VPS from my home computer i get "Unable to connect". I'm currently trying to get the host company to make sure the ports are forwarded but also wanted to make sure that I edited the IP correctly in the client.

I should edit "Clientsettings.java" to say,
public final static String SERVER_IP = "********";
where *******=my servers external IP.

Is there anywhere else that I need to edit the IP?

Thank you so much.
 
Last edited:
Where do I find the web server string in the source.. or client,, i can't seem to find anything that has to do with a web server.. i have the host as 127.0.0.1 and the default port.. but the client gets hung at Connection to WebServer... how can I fix this. Can anyone help :p
 
Whenever I send the JAR to friends to join my server it says "connection problem - will retry in x seconds" I've port forwarded and changed the clientsettings.java to match the IP but still nothing. Sorry, I'm new to this.





cddrss
I'm trying to host this on a VPS, I am able to connect locally to myself only. When i try to connect to the VPS from my home computer i get "Unable to connect". I'm currently trying to get the host company to make sure the ports are forwarded but also wanted to make sure that I edited the IP correctly in the client.

I should edit "Clientsettings.java" to say,
public final static String SERVER_IP = "********";
where *******=my servers external IP.

Is there anywhere else that I need to edit the IP?

Thank you so much.


ZionHacker
Where do I find the web server string in the source.. or client,, i can't seem to find anything that has to do with a web server.. i have the host as 127.0.0.1 and the default port.. but the client gets hung at Connection to WebServer... how can I fix this. Can anyone help :p




I'm currently having the same problem, and noticing it hasn't been addressed at all in this thread before.


I have done all the steps, have gotten the server running, connected multiple clients to it locally,
but my friends get hung up on "Connecting to Web Server"

Yes ports are forwarded


What gives?
 
Same i am new to rsps coding and would like to know how to get this to run. Thanks.
Open the project in Eclipse or IntelliJ then find the Server.java file and you should get an option to run the class like this:
https://gyazo.com/b2d4da3a7992f17b0d9db26a2ac3e6a0

I found a fix for the continued attacking upon running out of Wildy. Simply calling the checkReqs() method at the beginning of the attackPlayer() method in CombatAssistant.java will render the player unable to continue attacking the opponent when the opponent leaves the Wilderness.

Thanks for this awesome source Extremez, slowly but surely learning the art of RSPS coding thanks to this amazing project. :)
 
I keep getting error connecting to server when trying to log in. I have eclipse, I'm running the client, server and file server from eclipse, but I can't log in. Any ideas?
 
Open the project in Eclipse or IntelliJ then find the Server.java file and you should get an option to run the class like this:
https://gyazo.com/b2d4da3a7992f17b0d9db26a2ac3e6a0

I found a fix for the continued attacking upon running out of Wildy. Simply calling the checkReqs() method at the beginning of the attackPlayer() method in CombatAssistant.java will render the player unable to continue attacking the opponent when the opponent leaves the Wilderness.

Thanks for this awesome source Extremez, slowly but surely learning the art of RSPS coding thanks to this amazing project. :)

Error on "http server" that's everyone's issue.


EDIT: Has to do w/ netty
 
Error on "http server" that's everyone's issue.


EDIT: Has to do w/ netty

Literally just have to run file server before the server works. That's the ONLY thing you have to do. I don't understand how everyone's having such issues running this.
 
Can't thank you enough for this source. This is the exact type of clean base I was looking for. First thing on my agenda is to move the character text files to a MySQL database and hash the passwords.

On another note, for anyone who is running into the error where they can connect on their local, (and on a different computer on the same network using its local IP) but not from outside the network (like a friend at their house):
Aside from the regular 43594 port - the fileserver requires 3 additional ports on:
43595
43596
80

If you have everything else configured but you're missing those extra ones, try it out and you should be all set :)
 
Is there a client with resizable mode and middle mouse camera that is capable of easily connecting to this source?
 
I get an issue with the client that wont allow you to right click anything. Looking at RSApplet now...but Im a huge n00b so its going to take me some time to figure out WTF is going on. If anyone else has a fix for this I'd love to see it...

I get an issue with the client that wont allow you to right click anything. Looking at RSApplet now...but Im a huge n00b so its going to take me some time to figure out WTF is going on. If anyone else has a fix for this I'd love to see it...

https://www.rune-server.ee/runescape-development/rs2-client/help/664345-right-click-not-working-rsps.html

Solution, use JDK 1.8 instead of JDK 1.9
Resolution for IntelliJ users: https://stackoverflow.com/questions/25878045/errorjava-invalid-source-release-8-in-intellij-what-does-it-mean
 
anyone know how to fix this im stumped
2helsb8.jpg
 
Thank you Very much for this release! Playing this single player via eclipse! I wonder if anyone has worked on farming for this as well as scripted more quests. I saw one 2006remade made farming https://www.youtube.com/watch?v=fFB0gZ9kWqw
So if they released a source I wonder how easy it would be to take the Farming skill data from it and put it on this source? Same with quests.... Anyone got any knowledge on these topics?

Also if the server is running off eclipse locally how can you make it so a mate could join you via there PC?

OH YA! WTF MANNNN you added bot detection :p I gotta click that I am not botting when I am trying to bot on my own server :p Should be easy to take that out, where abouts is that located? Do you just find it in elispe by digging and delete that bitch?
 
Thank you Very much for this release! Playing this single player via eclipse! I wonder if anyone has worked on farming for this as well as scripted more quests. I saw one 2006remade made farming https://www.youtube.com/watch?v=fFB0gZ9kWqw
So if they released a source I wonder how easy it would be to take the Farming skill data from it and put it on this source? Same with quests.... Anyone got any knowledge on these topics?

Also if the server is running off eclipse locally how can you make it so a mate could join you via there PC?

OH YA! WTF MANNNN you added bot detection :p I gotta click that I am not botting when I am trying to bot on my own server :p Should be easy to take that out, where abouts is that located? Do you just find it in elispe by digging and delete that bitch?

Get Intellij, much better. They both have a search function, just type in whatever helps you find the code for the bot detection (probably some text or something).
 
Thanks I'll check that out! I'm guessing that's another IDE like eclipse.... until i can add farming I made it 99 lmao.

Wish more people worked with this source RS 2006 was my favorite time in rs2 and I am really enjoying legit (Besides farming) training my skills up on this guy! Having so much fun!
 
Thanks I'll check that out! I'm guessing that's another IDE like eclipse.... until i can add farming I made it 99 lmao.

Wish more people worked with this source RS 2006 was my favorite time in rs2 and I am really enjoying legit (Besides farming) training my skills up on this guy! Having so much fun!

Me too, I've been thinking of starting an open source project on github for this server just to get people working on something like this.
 
hi im new to coding can anyone tell me how to add objects to this server? ive been looking for awhile but the objectmanager.java looks different in the guides and im lost lmao please and thank you
 

Users who are viewing this thread (total: 1, members: 0, guests: 1)