Teh Runescape Private Server Guide.

Discussion in 'RuneScape Miscellaneous' started by Citrons, Mar 14, 2007.

Thread Status:
Not open for further replies.
Teh Runescape Private Server Guide.
  1. Unread #1 - Mar 14, 2007 at 10:45 AM
  2. Citrons
    Joined:
    Jan 31, 2007
    Posts:
    176
    Referrals:
    0
    Sythe Gold:
    0

    Citrons Active Member
    Banned

    Teh Runescape Private Server Guide.

    Ok this will baisically teach you how to make a private server. I will try use better grammer if I do make a mistake please ignore it because I will update/fix the guide.


    What this guide includes:

    -No-ip setup
    -Hamachi setup
    -Server setup
    -JDK setup
    -Client setup
    -And some other baisic things


    Chapter 1: Clients

    Clients are programs that let you play private servers. A client needs to be upgraded once in a while with a new "cache" for newer places and newer items.
    Jagex change their cache each time they update.

    You can make your own client or there are some available to downloading. The most popular clients today are called Endar v4 and Moparscape 3.2

    Step 1: Choose either of these clients to start off with
    -Moparscape 3.2
    This is the most popular client there is and it is most used today.
    download link: http://uppit.com/RF6I4

    -Endar v4
    This client has a newer cache. It is the latest client by far.

    - Download link: www.megaupload.com/?d=44JPTEAY

    When you open your client, you may have to wait for some time for the cache to load onto your computer to play. You may also notice when the client loads that there is a username bar, password bar, and a ip bar.

    For now you won't need the client but he is what you type

    Username: [YOUR USERNAME WITHOUT THE BRACKETS]
    Password: [YOUR PASSWORD WITHOUT THE BRACKETS]
    Ip address: [IP ADDRESS WITHOUT THE BRACKETS]

    You may find the ips on the server status page.

    If you go to file on the top menu of your client you may notice that there are serveral options.

    New port: This allows you to switch ports to go on other servers that may have configured on that particular port. The defult port however is 43594 which will be already set whenever you use your client.

    New Server: This means if you are to lazy to type up the ip yourself you may paste it in there.

    Ping Server: It is the Server you want tot ping to. Just Type/paste the ip address in the box.

    Thats is all for clients for now.

    Chapter 2: No-ip / Hamachi

    No-ip and hamachi let other people connect to you through your ip address. No-ip may hide your ip address so others won't know it. The no-ip has a advantage howerver it lets you add your servers to status page.

    Hamachi is used if you want a "Private" Server. It uses a password and a special client called hamchi. If you use Hamachi you however do not need to port forward. Hamachi servers may not be added to server status.

    No-ip link: www.no-ip.org
    Hamachi: www.hamachi.cc/download/

    No-Ip.

    Step 1: Go to the link
    Step 2: Now Register
    Step 3: Now Log in
    Step 4: Go to Hosts/ Redirects and select add

    Step 5: Now put your servername in the hostname and select the extentsion you want the ip to be in such as med-evil.no-ip.org

    NOTE: Do not use any other options

    Step 6: Now create the host

    Step 7: Now go to downloads
    Step 8: Choose your sytem
    Step 9: Now download it
    Step 10: Run the Set up
    Step 11: If the program does not run then look in your system tray and find this icon
    Step 12: Now right click on the icon and click open
    Step 13: Once the program opens the DUC will load and it should appear with your no-ip

    Step 14: Now you have set up your no-ip

    You do not have to do the next part if you have completed no-ip

    Hamachi:
    Step 1: Download hamachi from the link i gave you earlier in the post.
    Step 2: Run the installation
    Step 3: Now open the program
    Step 4: now click on this

    Step 5: Now click on create network.

    Step 6: Once you do that this will pop-up.

    Now type in:

    Username: SERVER NAME
    Password: Whatever you want it to be

    You have now created a hamachi server all you need to do is give out the password and username to other people so they can connect.

    Chapter 3: Getting a Compressor/ decompressor

    These programs help you zip and unzip sources you may download from the downloads section of the forums. So they play a key part.

    Winrar works for me now just download it from this link
    http://www.rarlab.com/download.htm

    Chapter 4: JDK.

    Well we are using java (duh) to play/code the game so we need to install this to compile and run our server.

    download it from here
    http://java.sun.com/javase/downloads/index_jdk5.jsp

    Step 1: Run the installation

    And your finished gettign your java development kit!


    Chapter 5: Firewall settings

    Go to Start Menu > control panel > Windows Firewall
    Now make sure you have allow exceptions ticked

    Ok now we have to make a path for the compiling now go to:

    start menu -> control panel -> system -> advanced -> enviromental variables

    Ok now find the variable called "path" in the list in that new screen open. Rename it to "PATH" and then for it's variable value (erase old one):
    C:Windows\System32\;"C:\Program Files\Java\jdk1.6.0\bin\"

    You will also need to set a variables called "classpath". Make a new variable and give it the name classpath. No add this in for it's value:
    "C:\Program Files\Java\Java\jdk1.6.0\bin\"

    NOTE: Instead of jdk1.6.0 type in the version you downloaded this can be check here. By opening your address bar and typing/pasting this in


    Code:
    C:\Program Files\Java\Java\Chapter 6: Setting up your server!

    I will include these sources:

    -Cheezscape 80
    -Project16
    -Testscape



    Project16: http://www.rune-server.org/www/showt...hlight=project

    Cheezscape 80: http://www.megaupload.com/?d=W8NCP0YC

    Testscape: http://www.megaupload.com/?d=X9Y464J9

    Step 1: Extract the file by right-clicking on the zippped folder and click on Extract Project16 \
    Step 2: Right click on compiler.bat
    Step 3:Now replace everything in the compiler with this


    Code:
    @echo off
    COLOR 04
    title YOURSERVERNAME compiler
    echo -------------------------
    echo Files Being Compiled...
    echo -------------------------
    "C:\Program Files\Java\jdk1.5.0_08\bin\javac.exe" -cp . *.java
    pause
    cls
    COLOR 02
    echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    echo Files Compiled
    echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    pauseReplce the jdk1.5.0_08 with what you put in the PATH directory

    Now save, close and open the compile.bat file

    Step 4: It should now open a box
    Step 5: If it sucsessully compiled it should say
    Files sucessfully compiled
    Step 6: Open Client.java
    Step 7: When you have that opened go to edit at the top bar and click replace
    Step 8: Follow these steps according to the source you will be using

    //Cheezscape 80
    Replace x91 with Your username
    Replace Cheezscape with YOUSERVERNAME

    //Project16
    Replace wolf with your username
    Replace project16 with yourservername


    //Testscape
    replace nvi able with your username
    replace testscape with your server name

    To edit welcome menu's just find


    Quote:
    welcome to

    and edit them.

    Now close, save and compile again.

    Now you created your private server.

    Now open your client and type this in

    Username: Your admin username
    Password: Your password
    Ip: 12.0.0.1 or leave is blank for moparscape

    Chapter 7: Port Forwarding

    This lets people to connect to your server through the port. There are guide on www.portforward.com

    To find out your static ip address go to:

    start > run > type cmd > Type ip config now some info should come up. All you have to look for is your defult gateway ip address line.

    Type your ip address in your address bar on your browser if you don't know where that is.

    Now a page should come up with a password and username bar.

    NOTE: The defult password and username is admin, this can be known by contacting your isp.

    First lets unblock the port: INFO From Mod Tahrok

    For Windows Firewall, open its settings file in the control panel. Click on the "Exceptions Tab" and then click "Add Port." Add the following port: 43594. (If you'd rather not open a specific port or have to worry about Windows Firewall disabling access in any way, you can disable it entirely.) Make sure you do that for both UDP and TCP.

    Now we will need to make the rule for your router, by doing this you need to go into your router. You can do this by going into Internet Explorer (or whatever client you use for the Internet), and then type in the IP address of the router. Now log into the router and go into "advanced" (at top of screen on mine). Then on the sidebar to the left click the "gaming" button (is only left side for me...) Then you need to make a new rule and fill in the blanks with this information:

    Name: SERVERNAME
    IP address: Your ip address
    TCP Ports to open: 43594
    UDP Ports to open:
    Inbound Filter: Allow All
    Schedule: Always

    ----------
    FAQ:

    Q. Can I use my runescape username and password on a private server
    A. Certinaly not then the owner of that particular server may hack your account

    Q. Are private server illegal?
    A. No, But the clients playing them are

    Q. Can Private servers have keyloggers in them?
    A. No is just java, but becareful of various batch files people may give you because they may be dangerous

    Q. How can I spawn Items?
    A. Do :ickup 0995 [How much you want] without the brackets and ::item
    Code:
     for items
    
    Q. Where can I find item ids
    A. They may be found on the forums and www.codefasga.com
    
    Q. How Can I make other people on my server admins/mods
    A. For testscape and cheezscape find admin until you get to admin/mod list and just change the names that are there. this is the key
    
    1- Moderators, 2- Admins, 3-Owners
    
    Q. My friends can't connect to my server whats the problem?
    A. You may have not port forwarded your port correctly
    
    
    Q. Are you making up these questions?
    A. Yes, but they help don't they?:O
    
    
    Credit's: Me.
    
    ~C
     
  3. Unread #2 - Mar 14, 2007 at 1:07 PM
  4. syther133
    Joined:
    Feb 17, 2007
    Posts:
    203
    Referrals:
    0
    Sythe Gold:
    0

    syther133 Active Member
    Banned

    Teh Runescape Private Server Guide.

    ok i really need help i have been trying to make a server forever and i am wondering why doesnt project 16 work and can u like give me a more simpler way of doing this cause i am new at coding and all and this confuses the hell out of me i am stuck on part I will include these sources:

    -Cheezscape 80
    -Project16
    -Testscape



    Project16: http://www.rune-server.org/www/showt...hlight=project

    Cheezscape 80: http://www.megaupload.com/?d=W8NCP0YC

    Testscape: http://www.megaupload.com/?d=X9Y464J9

    Step 1: Extract the file by right-clicking on the zippped folder and click on Extract Project16 \
    Step 2: Right click on compiler.bat
    Step 3:Now replace everything in the compiler with this


    Code:
    @echo off
    COLOR 04
    title YOURSERVERNAME compiler
    echo -------------------------
    echo Files Being Compiled...
    echo -------------------------
    "C:\Program Files\Java\jdk1.5.0_08\bin\javac.exe" -cp . *.java
    pause
    cls
    COLOR 02
    echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    echo Files Compiled
    echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    pauseReplce the jdk1.5.0_08 with what you put in the PATH directory
    so if u could plz help me that would be greatly appreciated and could u tell me how to do it with moparscape cause i do not understand those readme for sources and all thank u and i will make u an admin or maybe even co-owner of my server if u help me get it up and good and all thanx you very much until then i will just keep playing other servers and learning more about this untill u get back which will hopefully be soon lol i am not very patient.....thanks again gooodbye


    syther133 0UT
     
  5. Unread #3 - Mar 16, 2007 at 11:00 AM
  6. Citrons
    Joined:
    Jan 31, 2007
    Posts:
    176
    Referrals:
    0
    Sythe Gold:
    0

    Citrons Active Member
    Banned

    Teh Runescape Private Server Guide.

    No Feedback? :(

    ~C
     
  7. Unread #4 - Mar 16, 2007 at 11:21 AM
  8. Demon Within
    Joined:
    Feb 15, 2007
    Posts:
    223
    Referrals:
    0
    Sythe Gold:
    0

    Demon Within Active Member

    Teh Runescape Private Server Guide.

    Cool guide!
    Does it really works and how long does it take?
     
  9. Unread #5 - Mar 16, 2007 at 1:23 PM
  10. Citrons
    Joined:
    Jan 31, 2007
    Posts:
    176
    Referrals:
    0
    Sythe Gold:
    0

    Citrons Active Member
    Banned

    Teh Runescape Private Server Guide.

    Thanks. Yes it's work's 100% :). I don't really know about time,but fore new who are coding MoparScape P Servers Maybe like hour or like that ;)

    ~C
     
  11. Unread #6 - Mar 16, 2007 at 11:18 PM
  12. m3133 R4ng3r
    Joined:
    Mar 14, 2007
    Posts:
    91
    Referrals:
    1
    Sythe Gold:
    0

    m3133 R4ng3r Member
    Banned

    Teh Runescape Private Server Guide.

    NIce tut ;)
     
  13. Unread #7 - Mar 16, 2007 at 11:25 PM
  14. Stowaway God
    Referrals:
    0

    Stowaway God Guest

    Teh Runescape Private Server Guide.

    I don't understand the guide at all. I'm sorry. :\
     
  15. Unread #8 - Mar 16, 2007 at 11:43 PM
  16. slipally
    Joined:
    Feb 15, 2007
    Posts:
    297
    Referrals:
    0
    Sythe Gold:
    0

    slipally Forum Addict
    Banned

    Teh Runescape Private Server Guide.

    i liked ur guide vouch!
     
  17. Unread #9 - Mar 17, 2007 at 7:05 AM
  18. Citrons
    Joined:
    Jan 31, 2007
    Posts:
    176
    Referrals:
    0
    Sythe Gold:
    0

    Citrons Active Member
    Banned

    Teh Runescape Private Server Guide.

    Thanks fore feedback & vouche's. ;)

    ~C
     
  19. Unread #10 - Mar 20, 2007 at 3:22 AM
  20. Evil_Pker
    Joined:
    Feb 19, 2007
    Posts:
    190
    Referrals:
    1
    Sythe Gold:
    0

    Evil_Pker Active Member

    Teh Runescape Private Server Guide.

    this guid OWNS

    WORKS 100%

    Voouuucch!
     
  21. Unread #11 - Mar 24, 2007 at 10:34 AM
  22. kin362
    Referrals:
    0

    kin362 Guest

    Teh Runescape Private Server Guide.

    ok i understand how to make one but i dont understand how to join i have hamachi and a server that i joined but why cant i log in on the server ???
     
  23. Unread #12 - Mar 26, 2007 at 12:54 PM
  24. Citrons
    Joined:
    Jan 31, 2007
    Posts:
    176
    Referrals:
    0
    Sythe Gold:
    0

    Citrons Active Member
    Banned

    Teh Runescape Private Server Guide.

    Thanks fore vouch :) Kin362 you need download Hamachi and then put server ip in Moparscape.

    ~C
     
  25. Unread #13 - Mar 26, 2007 at 1:11 PM
  26. syth4
    Joined:
    Jan 28, 2007
    Posts:
    173
    Referrals:
    1
    Sythe Gold:
    1

    syth4 Active Member

    Teh Runescape Private Server Guide.

    No pics... still good tho :)
    4/10
     
  27. Unread #14 - Mar 27, 2007 at 9:05 PM
  28. Nachoboy
    Referrals:
    0

    Nachoboy Guest

    Teh Runescape Private Server Guide.

  29. Unread #15 - Mar 28, 2007 at 7:56 AM
  30. zoiD
    Referrals:
    0

    zoiD Guest

    Teh Runescape Private Server Guide.

  31. Unread #16 - Mar 28, 2007 at 6:07 PM
  32. Olan14
    Joined:
    Jan 26, 2007
    Posts:
    581
    Referrals:
    0
    Sythe Gold:
    0

    Olan14 Forum Addict

    Teh Runescape Private Server Guide.

    Lmao ok for newbs but please make the compiler an actually GOOD one. Lol meh 7/10 for noob friendliness but any one who can code JAVA can do as good or better. (Not to be mean, it's my honest opinion, anywho vouch =D)
     
  33. Unread #17 - Mar 28, 2007 at 7:43 PM
  34. iceman327069@yahoo.com
    Referrals:
    0

    [email protected] Guest

    Teh Runescape Private Server Guide.

    hey i need some help making a runescape private server
    i know javascript and everything
    but
    it said
    "NOTE: Instead of jdk1.6.0 type in the version you downloaded this can be check here. By opening your address bar and typing/pasting this in"
    what am i suppose to paste?
    please reply im stuck
     
  35. Unread #18 - Mar 28, 2007 at 8:15 PM
  36. Le_Dark_Lord
    Joined:
    Dec 6, 2005
    Posts:
    451
    Referrals:
    3
    Sythe Gold:
    0

    Le_Dark_Lord Forum Addict
    Banned

    Teh Runescape Private Server Guide.

    Hey is this like having your own world??

    so i dont have to play n public word hey?
     
  37. Unread #19 - Mar 28, 2007 at 8:44 PM
  38. iceman327069@yahoo.com
    Referrals:
    0

    [email protected] Guest

    Teh Runescape Private Server Guide.

    hey le dark lord
    yes its pretty much like having your own world
     
  39. Unread #20 - Apr 1, 2007 at 11:21 AM
  40. Citrons
    Joined:
    Jan 31, 2007
    Posts:
    176
    Referrals:
    0
    Sythe Gold:
    0

    Citrons Active Member
    Banned

    Teh Runescape Private Server Guide.

    Heh. More FeedBack?
     
< [508/525] Bite My Bullet [508/525] 24/7 Free Spawning! | Alternate PvP ~WEBCLIENT~HIGHSCORES~SKILLCAPE EMOTES~ >

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


 
 
Adblock breaks this site