- Joined
- Feb 18, 2007
- Messages
- 99
- Reaction score
- 0
Ok, well this is just a quick tutorial on how to run the basics of 508 server's. I may add more information soon, not sure.
Thread contents;
1. Running a 508 server
2. Opening/running a 508 client
3. Making yourself admin
1. Running a 508
Firstly, you will need to get a 508 server source (Not posting a link as they are from another forum). Once you have the source, and you have extracted it, you shall need to go in to the CMD file, and edit the run.bat file to suite your JDK version, and then open it, tell people your IP and then they can connect.
2. Opening/running a 508 client
Well, to play a 508 server, you obviosly need a 508 client! Once you have a 508 client and cache, you need to make a new folder in your C:\ drive and drag the cache file in there, and then run your client once you have edited it to suite your connection details, to do this, you need to edit client.java, search (ctrl+f) for 127.1.0.0, or me6.runescape.com, then you need to edit that to your IP
3. Making yourself admin
To make yourself, and others admin you shall need to go into login.java (rs2>palidino76>io), once you are in that directory, open up the login.java file and search (ctrl+f) for p.rights = 2; there shall be a username already there, edit that to what your username on the server is/shall be. You can also make it p.rghts = 1; for when you are making another person mod.
Please note, this was the first tutorial I have ever wrote in my three years of coding different languages, please tell me how I could improve it for later tutorials.
Thread contents;
1. Running a 508 server
2. Opening/running a 508 client
3. Making yourself admin
1. Running a 508
Firstly, you will need to get a 508 server source (Not posting a link as they are from another forum). Once you have the source, and you have extracted it, you shall need to go in to the CMD file, and edit the run.bat file to suite your JDK version, and then open it, tell people your IP and then they can connect.
2. Opening/running a 508 client
Well, to play a 508 server, you obviosly need a 508 client! Once you have a 508 client and cache, you need to make a new folder in your C:\ drive and drag the cache file in there, and then run your client once you have edited it to suite your connection details, to do this, you need to edit client.java, search (ctrl+f) for 127.1.0.0, or me6.runescape.com, then you need to edit that to your IP
3. Making yourself admin
To make yourself, and others admin you shall need to go into login.java (rs2>palidino76>io), once you are in that directory, open up the login.java file and search (ctrl+f) for p.rights = 2; there shall be a username already there, edit that to what your username on the server is/shall be. You can also make it p.rghts = 1; for when you are making another person mod.
Please note, this was the first tutorial I have ever wrote in my three years of coding different languages, please tell me how I could improve it for later tutorials.