[Tut - A] [508] How To Setup A 508+ Server

Page 1 of 5 12345 LastLast
Results 1 to 15 of 74
  1. #1
    The next don TheAJ is offline
    DeveloperRank
    May 2007 Join Date
    Toronto, CanadaLocation
    3,946Posts

    [Tut - A] [508] How To Setup A 508+ Server

    Recently, users have been uncapable of setting up thier own RuneScape private server, especially 508 and above. Spite the people who have no knowledge, I've decided to make a Full tutorial/guide on how to make a RuneScape private server (Revisions 508 and above). Follow these simply steps, and you'll be on your way to making a server which lots will love. Let's start




    Getting Started
    Firstly we must download the needed software.

    - 508 Server [ Palidino 508 Base ] If you have another base, you can use that
    - JDK [ Update 11 ] This is needed so you can run the server + edit the server

    After you've downloaded JDK, install it.

    To unzip the 508 server, you might need to download WinRAR: http://rarlab.com/. After that is done, install winrar and extract the 508 Server.zip/rar onto your desired location (Usually desktop).


    Bring it up!
    Let's start by going into your server folder, inside you'll see 3 folders: bin, scr, cmd. Go into cmd, and find the batch file called run (run.bat).

    If you encounter a error saying java not recognised, or files not found, right click on run.bat and click edit.

    Find the line that looks similar to this one:
    Code:
    "C:\Program Files\Java\jre6\bin\java.exe"
    Then go to: Start button > My Computer > Local Disk(C:) > Program Files > Java

    You'll most likely see 2 folders (jdk1.6.0_11 and jre6) change it to what the directory is of 'jre6' (copy and paste from the adress bar) And it should work.


    Making yourself a Admin
    To make yourself an administrator go to the source files of your server, and go into the directory '/io/', open up Login.java

    Search for the following:
    Code:
    p.rights = 2;
    Something along these lines should appear:
    Code:
                if (p.username.equals("Aj")) 
                {
                    p.rights = 2;
                }
    Change it to your name.

    After that is done, go to your server files' cmd folder and click the batch file that is named rs2.io.batch. This will compile your code so it can be used ingame.

    If you have your server up, restart it online and login with your name, if not turn it on and login it.


  2. #2
    Novice Jensmarkus is offline
    MemberRank
    Jan 2009 Join Date
    1Posts

    Re: [GUIDE - 508] How To Setup A 508+ Server

    but you need to do portforward?

  3. #3
    Venture Adventure Tyler is offline
    LegendRank
    Nov 2008 Join Date
    United KingdomLocation
    4,443Posts

    Re: [GUIDE - 508] How To Setup A 508+ Server

    Quote Originally Posted by TheAJ View Post
    [GUIDE - 508] How To Setup A 508+ Server
    Remember what its called.
    How to Setup a 508 Server, not how to setup & run

  4. #4
    Account Upgraded | Title Enabled! xXxShazxXx is offline
    MemberRank
    Jul 2007 Join Date
    EnglandLocation
    1,043Posts

    Re: [GUIDE - 508] How To Setup A 508+ Server

    What program do you use to open a CLASS file?
    Yush I am noobish. (:

  5. #5
    The next don TheAJ is offline
    DeveloperRank
    May 2007 Join Date
    Toronto, CanadaLocation
    3,946Posts

    Re: [GUIDE - 508] How To Setup A 508+ Server

    You can't

    Unless you want to open it with notepad and just see random letters

    .class files are suppose to be there so that the computer can read it, thats why it's 'compiled', computers can't read the .java files. .java is only there so users can code, and understand the code etc

  6. #6
    Account Upgraded | Title Enabled! xXxShazxXx is offline
    MemberRank
    Jul 2007 Join Date
    EnglandLocation
    1,043Posts

    Re: [GUIDE - 508] How To Setup A 508+ Server

    So how'd you change the admin then. O_O

  7. #7
    Venture Adventure Tyler is offline
    LegendRank
    Nov 2008 Join Date
    United KingdomLocation
    4,443Posts

    Re: [GUIDE - 508] How To Setup A 508+ Server

    Quote Originally Posted by TheAJ View Post

    Making yourself a Admin
    To make yourself an administrator go to the source files of your server, and go into the directory '/io/', open up Login.java

    Search for the following:
    Code:
    p.rights = 2;
    Something along these lines should appear:
    Code:
                if (p.username.equals("Aj")) 
                {
                    p.rights = 2;
                }
    Change it to your name.

    After that is done, go to your server files' cmd folder and click the batch file that is named rs2.io.batch. This will compile your code so it can be used ingame.

    If you have your server up, restart it online and login with your name, if not turn it on and login it.
    [/FONT]
    Like so.

  8. #8
    Valued Member tinhop is offline
    MemberRank
    Jun 2007 Join Date
    146Posts

    Re: [GUIDE - 508] How To Setup A 508+ Server

    Thank you so mutch! REALY helped :)

  9. #9
    Rip Akaruz pixelpro321 is offline
    MemberRank
    Dec 2007 Join Date
    InternetLocation
    1,427Posts

    Re: [GUIDE - 508] How To Setup A 508+ Server

    very helpful i didnt know what each bat file did!

  10. #10
    Account Upgraded | Title Enabled! xXxShazxXx is offline
    MemberRank
    Jul 2007 Join Date
    EnglandLocation
    1,043Posts

    Re: [GUIDE - 508] How To Setup A 508+ Server

    Quote Originally Posted by iTyler View Post
    Like so.
    I was in the wrong file, that's why I was confused. I couldn't find the file with the java files in but I found it. x]

  11. #11
    Venture Adventure Tyler is offline
    LegendRank
    Nov 2008 Join Date
    United KingdomLocation
    4,443Posts

    Re: [GUIDE - 508] How To Setup A 508+ Server

    Good.
    Need any help? PM Me!

  12. #12
    Novice stdajo is offline
    MemberRank
    Dec 2008 Join Date
    1Posts

    Re: [GUIDE - 508] How To Setup A 508+ Server

    How i download That jdk? IM new here o_o

  13. #13
    Account Upgraded | Title Enabled! xXxShazxXx is offline
    MemberRank
    Jul 2007 Join Date
    EnglandLocation
    1,043Posts

    Re: [GUIDE - 508] How To Setup A 508+ Server

    Quote Originally Posted by stdajo View Post
    How i download That jdk? IM new here o_o
    That's is the most rediculous question I have heard in ages.
    Would help if you READ the post and look where it has a LINK to download JDK.

    I feel sorry for teh bold button atm.

  14. #14
    Proficient Member stability666 is offline
    MemberRank
    Jan 2009 Join Date
    Maine, USA.Location
    165Posts

    Re: [GUIDE - 508] How To Setup A 508+ Server

    hey.. u can open class files... with dj decompiler.. and i think JAD is the same thing.. but the .java or notepad version of it is the same thing, just scripts.. and u edit those.. and compile

  15. #15
    Ridin' Solo Gooblelips is offline
    MemberRank
    Mar 2008 Join Date
    HollandLocation
    544Posts

    Re: [GUIDE - 508] How To Setup A 508+ Server

    is Windows XP the same as Windows x64?



Page 1 of 5 12345 LastLast

Advertisement