*real* How to make a Private server!

Discussion in 'RuneScape Miscellaneous' started by MCR__Ftw, Apr 12, 2008.

Thread Status:
Not open for further replies.
*real* How to make a Private server!
  1. Unread #1 - Apr 12, 2008 at 11:17 PM
  2. MCR__Ftw
    Joined:
    Mar 19, 2007
    Posts:
    1,084
    Referrals:
    0
    Sythe Gold:
    0

    MCR__Ftw Guru
    $5 USD Donor

    *real* How to make a Private server!

    Well, I haven't seen any descent "how to make a server guide" on sythe, so I decided to post one.

    Alright, I will be making this as I go, so tell me if there's any errors.

    Step 1:

    Alright first, you will need Winrar, which can be downloaded here Then select your language, and follow the steps to install.

    Step 2:

    Downloading Java. Now Java is the program that will run your server basically. So to download the newest version of Java go here
    Now you're going to want to click on the top one which is this one
    [​IMG]

    Next, you are going to want to open up my computer. Click "view system information" hit "advanced" at the top. Then Enviromental values at the bottom
    [​IMG]
    Now after you clicked new put the name as "CLASSPATH" Put this for the value
    Code:
    CLASSPATH=C:\Program Files\Java\jdk1.6.0_05\bin;%CLASSPATH%;
    Then make another one and for the name put "PATH" for the variable put
    Code:
    C:\Program Files\Java\jdk1.6.0_05\bin
    Step 3:

    Getting no-ip

    Next step is to go to no-ip Register, then
    Go to your no-ip then click "add a host"
    [​IMG]

    Step 4:
    Opening port 43594

    Now, go to start, control panel, Network and internet connections, network connections, then right click on your internet connection. Select properties, then advanced and settings.
    Then click the exceptions tab at the top, and click "add port". For the name put your server name. For the port put 43594.

    Step 5:
    Port-Fowarding , probably the most difficult part. This is for router users. If you're not using a linksys router, please go here
    Open your cmd by going to Start > Run > cmd.Type in "ipconfig" It will say your default gateway. Open up a webbrowser, Just replace all thats in the address box with the ip address of your router. By default the ip address should be set to 192.168.1.1.
    It should open up a box asking for a username and password.By default the username is blank, and the password is admin. Click the Ok button to log in to your router.
    [​IMG]
    Click the applications and gaming tab at the top. It should then show this
    [​IMG]
    Once you're there click the Port Foward Ranging at the top. Now you're going to want to type the porper things into the correct boxes
    Example:
    Application Name: RSPS
    Start - End Port: 43594-43594 (Change to which ports to want to enable)
    Protocol: Both
    To IP Address: Your IP at Start > Run > Cmd > ipconfig
    Enabled: Checked/Yes
    Then click save

    Step 6:
    Getting a source

    Now, this is probably the most important thing, since this is going to be your server.
    You're going to want to download a source, you can get one from www.moparscape.org, or www.Runelocus.com, or any other private server site.
    For example we'll use the source I released found at moparscape.
    Now once you've downloaded one, you're going to want to open up client.java with notepad, and press ctrl+H.
    For the first line enter the name of the server you downloaded. 2nd line put in your server name, then click "replace all"

    Step 7:

    Basic server edits

    Alright so you've got everything set, but you want to make yourself an owner? Well, find your name in the characters folder.
    Then double click on your name, and find player rights. Now replace the 0 and put a 3
    Here's the key
    Code:
     1=mod 2=admin 3=owner 4=secret admin 
    And of course 0 is a regular player.

    Adding an npc
    To add NPC's you work in autospawn.cfg
    Open it and you will see many things looking like eachother.
    Now add this at the top
    Code:

    spawn = NpcID CoordX CoordY 0 0 0 0 0 2 NPC Name

    Change NpcID to the ID of the npc.
    Change CoordX and CoordY to the coords where you want the npc to be. Note this isn't hard at all so don't get a bighead ;]

    A compiler
    Now this is a very basic compiler, but I like using it.
    Code:
    @echo off
    title Server Compiler
    "C:\Program Files\Java\jdk1.6.0_05\bin\javac.exe" -cp . *.java
    pause
    Copy and paste that in the compiler by finding the compiler, right click and edit.

    Now that should be it! Post if you have any more questions!
     
  3. Unread #2 - Apr 13, 2008 at 1:41 AM
  4. The Ice
    Joined:
    Mar 14, 2008
    Posts:
    73
    Referrals:
    0
    Sythe Gold:
    0

    The Ice Member

    *real* How to make a Private server!

    The port forwarding bit is ripped.
     
  5. Unread #3 - Apr 13, 2008 at 6:56 PM
  6. MCR__Ftw
    Joined:
    Mar 19, 2007
    Posts:
    1,084
    Referrals:
    0
    Sythe Gold:
    0

    MCR__Ftw Guru
    $5 USD Donor

    *real* How to make a Private server!

    Can't edit my post, so here's a better port foward part, and the Ice, I got part of it from runelocus yes, thanks god of Ikilik.

    Step 5:
    Port-Fowarding , probably the most difficult part. This is for router users. If you're not using a linksys router, please go here
    Open your cmd by going to Start > Run > Type in CMD, and hit enter. A black box should show up, then type in ipconfig, then hit enter.[​IMG] It will say your Ipaddress. Open up a webbrowser, Just replace all thats in the address box with the ip address of your router. By default the ip address should be set to 192.168.1.1.
    It should open up a box asking for a username and password.By default the username is blank, and the password is admin. Click the Ok button to log in to your router.
    [​IMG]
    Click the applications and gaming tab at the top. It should then show this
    [​IMG]
    Once you're there click the Port Foward Ranging at the top. Now you're going to want to type the proper things into the correct boxes
    Example:
    Application Name: RSPS
    Start - End Port: 43594-43594 (Change to which ports to want to enable)
    Protocol: Both
    To IP Address: Your IP at Start > Run > Cmd > ipconfig
    Enabled: Checked/Yes
    Then click save
     
  7. Unread #4 - Apr 13, 2008 at 10:25 PM
  8. the3lite
    Referrals:
    0

    the3lite Guest

    *real* How to make a Private server!

    im confused, i compiled the server but it wont let me log into it:eek: :confused:
     
  9. Unread #5 - Apr 14, 2008 at 2:56 AM
  10. juvanilekid
    Joined:
    Sep 13, 2007
    Posts:
    67
    Referrals:
    0
    Sythe Gold:
    0

    juvanilekid Member

    *real* How to make a Private server!

    very nice i will prob do one later
     
  11. Unread #6 - Apr 14, 2008 at 6:39 AM
  12. MCR__Ftw
    Joined:
    Mar 19, 2007
    Posts:
    1,084
    Referrals:
    0
    Sythe Gold:
    0

    MCR__Ftw Guru
    $5 USD Donor

    *real* How to make a Private server!

    Have you clicked "run"?
     
  13. Unread #7 - Apr 20, 2008 at 12:48 PM
  14. Keyruler
    Referrals:
    0

    Keyruler Guest

    *real* How to make a Private server!

    GREAT guide, but one problem... I can't find JDK 6 update 5 on the website

    only the one that says "JDK 6 Update 5 with EE" is there.
     
  15. Unread #8 - Apr 27, 2008 at 11:06 AM
  16. Chronicweed
    Referrals:
    0

    Chronicweed Guest

    *real* How to make a Private server!

    I cant find a Applications and gaming tab someone help?
     
  17. Unread #9 - Apr 27, 2008 at 3:47 PM
  18. tyster
    Referrals:
    0

    tyster Guest

    *real* How to make a Private server!

    I got up to the last part of part 6 and where is clent.java and where and how to i open it in notepad?

    Also how do you open a source in notepad?
     
  19. Unread #10 - Apr 28, 2008 at 5:32 PM
  20. devilson1995
    Joined:
    Feb 11, 2008
    Posts:
    597
    Referrals:
    0
    Sythe Gold:
    0

    devilson1995 Forum Addict
    Banned

    *real* How to make a Private server!

    CHRONICWEED, u probably do not have a linksys router.

    and tyster to open client.java in notepad, right click it and click open with...
    and select notepad.
     
  21. Unread #11 - Apr 28, 2008 at 5:50 PM
  22. Benyamica
    Joined:
    Dec 1, 2007
    Posts:
    479
    Referrals:
    1
    Sythe Gold:
    0

    Benyamica Forum Addict
    Banned

    *real* How to make a Private server!

    whats the server ip for vandyscape it looks sweet?
     
  23. Unread #12 - Apr 28, 2008 at 9:08 PM
  24. Gwab
    Joined:
    Apr 28, 2008
    Posts:
    13
    Referrals:
    0
    Sythe Gold:
    0

    Gwab Newcomer

    *real* How to make a Private server!

    With a project Czar source how do you change the name where it says "AncientScape" or "ProjectCzar" because when ever i replace it in client it doesn't change. And if i post in in the client with all the wierd symbols and stuff thats a lot longer, my server wont run anymore! Help!!!!
     
  25. Unread #13 - Apr 29, 2008 at 2:59 PM
  26. MCR__Ftw
    Joined:
    Mar 19, 2007
    Posts:
    1,084
    Referrals:
    0
    Sythe Gold:
    0

    MCR__Ftw Guru
    $5 USD Donor

    *real* How to make a Private server!

    Vandeyscape.no-ip.org

    Well, an easy way is go into client.java and press ctrl + f. Then for the search for bar at the top put in "ProjectCzaR" or whatever the name may be. Then for the replace with thing, put in your server name, and click "replace all".
     
  27. Unread #14 - Apr 29, 2008 at 4:38 PM
  28. urbeasted
    Joined:
    Mar 26, 2007
    Posts:
    410
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Easter 2015 Christmas 2013

    urbeasted Forum Addict
    $5 USD Donor New

    *real* How to make a Private server!

    hey... this is a really noobish question haha... but I attempted making servers quite a while back before it was so big... and I have a server (yours :p ) , but how do I actually play on it lol.... do I use moparscape.org ? or what? I know I compile my changes, then click run... but then whats the name / port or what do i do?
     
  29. Unread #15 - Apr 29, 2008 at 5:48 PM
  30. MCR__Ftw
    Joined:
    Mar 19, 2007
    Posts:
    1,084
    Referrals:
    0
    Sythe Gold:
    0

    MCR__Ftw Guru
    $5 USD Donor

    *real* How to make a Private server!

    Well you're going to need a client. I'd suggest client.silabsoft.org Then, for the ip, put whatever the ip was that you created at no-ip, then leave the port the same.
     
  31. Unread #16 - May 12, 2008 at 4:14 PM
  32. blastboy
    Joined:
    Apr 13, 2008
    Posts:
    425
    Referrals:
    0
    Sythe Gold:
    0

    blastboy Forum Addict
    Banned

    *real* How to make a Private server!

    i need help i put my ip in and it say promblem loading page and nothing pop up wat am i doing wrong plz help
     
  33. Unread #17 - May 18, 2008 at 8:19 PM
  34. rob1n urh00d
    Referrals:
    0

    rob1n urh00d Guest

    *real* How to make a Private server!

    hey man, your guide isnt bad,but my server doesnt work with
    tha host name i put in:p sseakscapev2.no-ip.org.

    the only way it works is by runserver and ''startserver on moparscape''
    when i log in, im invisible and wen i trade shops or loork at wat im werin
    it freezez up

    help someone?

    ::::::::::::::::rob1n::::::::::::::::::::::
     
  35. Unread #18 - Aug 22, 2008 at 12:08 PM
  36. MCR__Ftw
    Joined:
    Mar 19, 2007
    Posts:
    1,084
    Referrals:
    0
    Sythe Gold:
    0

    MCR__Ftw Guru
    $5 USD Donor

    *real* How to make a Private server!

    Well, instead of using Moparscape as your client, try silabs, which can be found here.
     
  37. Unread #19 - Aug 30, 2008 at 2:23 AM
  38. lone spartan
    Joined:
    Aug 30, 2008
    Posts:
    112
    Referrals:
    0
    Sythe Gold:
    0

    lone spartan Active Member

    *real* How to make a Private server!

    ya how do i do step 4 on windows vista
     
  39. Unread #20 - Aug 30, 2008 at 5:15 PM
  40. prevan
    Joined:
    Feb 19, 2008
    Posts:
    207
    Referrals:
    1
    Sythe Gold:
    1

    prevan Active Member

    *real* How to make a Private server!

    This is a good guide, its how I learned to make 1.
     
< RS Private Server - Pk-Era - NEW! | Where do ppl multy pk nowdays? >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site