Thread: How To Setup A 508 RSPS | NOOB Friendly - Pictures - BMW'

Page 1 of 6 123 ... LastLast
Results 1 to 10 of 56
  1. #1 How To Setup A 508 RSPS | NOOB Friendly - Pictures - BMW' 
    Quality Animated Banners


    Pase's Avatar
    Join Date
    Mar 2011
    Posts
    681
    Thanks given
    99
    Thanks received
    178
    Rep Power
    300
    Tutorial by BMW' of RuneLocus

    Welcome to 'How to create a 508 RSPS', this thread will instruct you on how to create your own 508 server!

    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!

    Step 1: Downloading Java

    First, head to this website. This is basic Java and is needed to play the actual Runescape game.

    Download Java for Windows

    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 7u9.

    Now click the following button in the picture below:



    Once you have continued onto the next page be sure to focus on the part that looks like the picture below:



    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.



    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!

    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:

    Thank you for downloading WinRAR (32-bit) from CNET Download.com

    For 64-bit users:

    Thank you for downloading WinRAR (64-bit) from CNET Download.com

    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: Downloading - Mithscape_508.rar @ UppIT

    And your download will begin. Once it is completed downloading you need to open it in winRAR and it should look like this:



    Now click on Extract and another window should appear. Select Desktop then ‘OK’



    Your Server will now appear on your Desktop!



    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:

    508_Client_RL.rar

    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!

    [b]Good job so far! With your hard work you have completed step 3![/b]

    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_09 All you have to do is change your Instalize.cmd to:

    Code:
        @echo off
    cd ../bin
    title Running 508 Server
    "C:\Program Files\Java\jdk1.7.0_09\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.

    Code:
        @echo off
    cd ../src
    "C:\Program Files\java\jdk1.7.0_09\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:

    Code:
        if (p.username.equals("Whiz") || p.username.equals("whiz")) {
                p.rights = 2;
        }
    Simply change your Username where Whiz’s was.

    Code:
        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’



    If on Windows 7 be sure to RUN AS AN ADMINISTRATOR



    You’ll be brought to a Command Prompt



    Then type in ‘ipconfig’



    And then you should get your Network information



    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’.



    Once in there, please follow the instructions on the picture. This is where that number you were suppose to write down comes into play.



    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: What Is My IP Address | Shows Your IP Address

    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 No-IP.com - Managed DNS - Free Dynamic DNS - Managed Email - 100% Uptime Guaranteed and create an account. Once created and logged in go to Host/Redirect



    Then click ‘Add Host’

    You must fill in ‘Hostname’ and select an ending from the large drop down list.
    Get your IP from: What Is My IP Address | Shows Your IP Address And put that were ‘IP Address’.

    Click Create Host



    Return to the homepage of the website and select ‘Download’



    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.



    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:



    Select Host and then make sure to check your server.



    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!
    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    Quality Animated Banners


    Pase's Avatar
    Join Date
    Mar 2011
    Posts
    681
    Thanks given
    99
    Thanks received
    178
    Rep Power
    300
    Do you want video tutorials?
    Reply With Quote  
     

  4. #3  
    Registered Member
    Join Date
    Oct 2012
    Posts
    210
    Thanks given
    5
    Thanks received
    10
    Rep Power
    11
    Awesome.

    Wrong Section.
    Reply With Quote  
     

  5. #4  
    Banned

    Join Date
    Apr 2012
    Age
    27
    Posts
    2,936
    Thanks given
    1,126
    Thanks received
    1,081
    Rep Power
    0
    Lol @ no-ip.org
    Reply With Quote  
     

  6. Thankful users:


  7. #5  
    Quality Animated Banners


    Pase's Avatar
    Join Date
    Mar 2011
    Posts
    681
    Thanks given
    99
    Thanks received
    178
    Rep Power
    300
    Quote Originally Posted by BLahVLah View Post
    Awesome.

    Wrong Section.
    I know. I realized after I posted. If it gets moved then thanks.
    Reply With Quote  
     

  8. #6  
    Logic - Numbers 🎧
    iLLuZi0nZ's Avatar
    Join Date
    Sep 2012
    Posts
    161
    Thanks given
    24
    Thanks received
    23
    Rep Power
    32
    Good tutorial
    Reply With Quote  
     

  9. #7  
    Quality Animated Banners


    Pase's Avatar
    Join Date
    Mar 2011
    Posts
    681
    Thanks given
    99
    Thanks received
    178
    Rep Power
    300
    Quote Originally Posted by eduber1 View Post
    Good tutorial
    Reply With Quote  
     

  10. #8  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    Nice tutorial, wrong section.

    Quote Originally Posted by jerryrocks317 View Post
    i am 14 and have my own laptop im on almost 24/7 currently creating rsps lol so please get off my thread lol
    Reply With Quote  
     

  11. #9  
    Quality Animated Banners


    Pase's Avatar
    Join Date
    Mar 2011
    Posts
    681
    Thanks given
    99
    Thanks received
    178
    Rep Power
    300
    Quote Originally Posted by Ninth Legion View Post
    Nice tutorial, wrong section.
    Thanks. And yeah I know. I was already told.
    Reply With Quote  
     

  12. #10  
    Officially Retired

    Huey's Avatar
    Join Date
    Jan 2008
    Age
    22
    Posts
    16,478
    Thanks given
    3,385
    Thanks received
    7,727
    Rep Power
    5000
    no-ip will suspend you is this 2009
    Attached image
    Listen children don't become this guy.
    Quote Originally Posted by Owner Spikey View Post
    Why can I attack lower level npc's in a matter of a mouse hover but for a higher level npc the only choice to attack is by right clicking option attack?

    Reply With Quote  
     

Page 1 of 6 123 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 13
    Last Post: 12-29-2011, 11:49 PM
  2. 508/525 model dump [Noob Friendly]
    By No Mercy in forum Downloads
    Replies: 26
    Last Post: 08-12-2011, 09:43 AM
  3. Replies: 18
    Last Post: 08-20-2010, 08:03 AM
  4. Replies: 2
    Last Post: 02-18-2010, 01:44 AM
  5. 508 Command Loading [Noob Friendly]
    By Nikita in forum Snippets
    Replies: 22
    Last Post: 02-09-2010, 10:54 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •