You are viewing our Forum Archives. To view or take place in current topics click here.
How To Make A Runescape Private Server [Hamachi&NonHamachi]
Posted:

How To Make A Runescape Private Server [Hamachi&NonHamachi]Posted:

-Keiron
  • TTG Contender
Status: Offline
Joined: May 07, 201013Year Member
Posts: 3,272
Reputation Power: 145
Status: Offline
Joined: May 07, 201013Year Member
Posts: 3,272
Reputation Power: 145
Welcome To TTG_GamezCoder Tutorial On How To Create A Runescape Private Server [Hamachi] Non Hamachi Is Below


Notes:
- 317 Is More User Friendly And Beginner So I'd Suggest That


Things You Will Need -

Hamachi - [ Register or Signin to view external links. ]
Server & Client - www . moparscape . org/smf/index . php/topic,427460 . 0 . html

JDK 6 Update 21 - [ Register or Signin to view external links. ]
Winrar - [ Register or Signin to view external links. ]



Step 1 -

Download Winrar [ Link Provided ] Winrar Makes Every Download & Installation So Much Easier.
[ Register or Signin to view external links. ]

Step 2 -

Download Hamachi [ Official Download Link Is Available In Things Needed], It Is Not Hard Just Follow The Steps.
But The Ip Address You Get With The Hamachi Will Be Different Of Course.
[ Register or Signin to view external links. ]

Step 3 -

Finding A Source & Client, Please Go To The Link I Gave You To Moparscape Forums & Search In The Server Downloads Try Look For A 317 Server As Your A Beginner & They Are Easier To Handle On Your Computer & For You & Then Download It & Extract It With Winrar To Your Desktop.
[ Register or Signin to view external links. ]

Step 4 -

Download JDK 6 Update 21 [ I Provided Download Link ] This Is Java So You Can Trust It, JDK Allow You To Host The Server & Edit The Server, Once Downloaded Install.
[ Register or Signin to view external links. ]

Step 5 -

Once JDK Has Installed Open Up Your Source/Server And Find A Notepad With Writting Saying "server" Without (") Double Click On It And Scroll Down Untill You Find This.

* connectingHost.startsWith("localhost") ||
* connectingHost.equals("127.0.0.1")
*/true) {
if (connectingHost.contains("5.44.204.205")) {
misc.println("Checking Server Status...");
s.close();


Obviously The (connectingHost.contains("5.44.204.205")) { Will Have A Different Ip Address Inside But Once You Have Found This (connectingHost.contains("5.44.204.205")) { Open Up Hamachi Memorise Your Ip Address To Your Hamachi & Put Your Hamachi Ip Address In Their DO NOT TOUCH ANYTHING ELSE.
Save It Once Your Done.

Step 6 -


Find A File Called Compiler In Your Server & Left Click & Press Edit It Is Small So Find The Line That Includes This.

"C:\Program Files\Java\jdk1.6.0_21\bin\javac.exe" *.java


Where It Says This Make Sure You Change The jdk1.1.6.0_21 To jdk 21 Otherwise It Will Not Run Or Save.

Once Done Save It Then Close The Notepad And Double Click On Compiler & It Will Save Everything You Have Done.

Step 7 -

Find The Folder That Says Run Server & Double Click If You Not Done Anything It Should Not Say Error Or Close Automatically.

Now Open Up Your Client & Run That [If You Have An Ip Changer Client It Will Be Much Easier.

The Best Ip Changer Client Is Client Fubergen Go In Server Downloads On Moparscape & Look For It If You Like.

Step 8 -


Enjoy Your Hamachi Server


HOW TO MAKE A NON-HAMACHI RUNESCAPE PRIVATE SERVER


Part I: Downloading a Source and Client
Part II: Getting WinRaR
Part III: Getting JDK
Part IV: Setting up Evriomental Variables
Part V: Getting No-IP
Part VI: Port forwarding
Part VII: Testing Your Server
Part VIII: Bonus Materials
Materials;
How to program Java
How to update server without restarting
Best compiler
---------------------
Part I:
Go To Moparscape & Go Server downloads & Look For Your Fravourite Server & Client.
--------------------
Part II:
This step is fast and easy.
Download this: [ Register or Signin to view external links. ]

---------------------
Part III:

To get JDK, you will want to go to [ Register or Signin to view external links. ] .
Download JDK 6 Update 21. That is the very latest JDK.


Just download it basically. There is no other steps for this part.
-------------------------
Part IV:

YOU DO NOT NEED THIS UNLESS YOU HAVE WINDOWS XP


K first right click My Computer and go to View System Information. Then go to advanced, then go to Envriomental Variables. Now go to path and classpath.

In classpath variable, replace it with this:
Code:

CLASSPATH=C:\Program Files\Java\jdk1.6.0_20\bin;%CLASSPATH%;

Though if a newer version comes out, you would change the 'jdk1.6.0_20' to the newest version.



When finished, add this to path vairable:
Code:

C:\Program Files\Java\jdk1.6.0_20\bin;

Once again if a newer version comes out replace 20 with that version.
-------------------
Part V:

To get No-IP, go to [ Register or Signin to view external links. ] and register.
For this part, I will give picture steps, no text.

[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]

You are now finished with No-IP.
-------------------------
Part VI:

Alright so I won't have pictures for either of these, I am sorry. But here's what you do(I don't have pictures for this btw because not in the mood to actually do this. Will prob get pics later)

For NetGear;

1. First before you do any of this, go to run then type in "cmd".
If you are using W7, then use the search program list and type in "cmd". Without quotations of course.
When it's open type "ipconfig" and then look at default gateway.

2.Now, type in your default gateway into the the address bar of your web browser(AKA Google Chrome, Mozilla, etc.)

3.Now go to Portforwarding.
In the start box put in 43594
In the end box put the same thing
Now at the bottom where there are lotsa IP's, you should change them to 192.168.1.2

For Linksys.

1.Follow step 1 of NetGear portforwarding

2.K now when you find the default gateway type that into your web browser and then it'll ask you for a log in. Just type in admin with no password, and if that doesn't work then don't enter anything.

3.Click Applications & Gaming, then click Port Range Forwarding.

4.Then in the start box put in 43594 and same with end.
When you're finished, click Save Settings near the bottom of the screen to save your changes. Now make protocol both, then for to ip address make it your IP. You can see that by going to the ipconfig.

Glad that's over.
-------------------------
Part VII:

To test and see if it is running, go into the source files and open "Run-Server".
Then, go into the client files and go into GUI and change the Ip to 127.0.0.1 and try playing on it. You probably will unless you did something wrong.

Now, edit the source up so it'll be your own!
Do not leech the source please, that is VERY disrespectful to the owner and creator.

--------------------
Part VIII:
Here are some nice little bonus materials.

Material A: How to program Java

Material B: How to update server without restarting

Material C: This is the best compiler;
Code:

@echo off
title My First Server
"C:\Program Files\Java\jdk1.6.0_20\bin\javac.exe" -cp . *.java
pause

REP IS APPRICIATED PLEASE THANK THE TOPIC =]

IF YOU NEED TO CONTACT ME -

AIM - sniipezkc
MSN - keiron56 @ hotmail.com

non hamachi source - runelocus
hamachi source - Me

BASIC CODING


Step 1 -

Open Up Your Source/Server & Find The Notepad/File That Say's Client Or Client.Java & Open It.

[ Register or Signin to view external links. ]

Step 2 -

Once Opened It Should Come Up With A Bunch Or Writting Blah Blah Blah , Hold Ctrl + F Until A Small Screen Comes Up Like This.
[ Register or Signin to view external links. ]

Step 3 -


Now Im Going To Show You How To Change The Welcoming Message When You Log In.
Now type In The Search Bar What Ever The Name Is Of The Server.
Untill You Find The Welcome Log In Message [To Find What Yours Says Log Into The Server & Read In The Box.
[ Register or Signin to view external links. ]
Change The Writting To Whatever You Just Dont Mess With The Brackets Or (" And Stuff Otherwise That Equals ERRORS.

Step 4 -

Now Save This [Not Save As] & Close, Once This Is Completed Open Up Compiler.
[ Register or Signin to view external links. ]

Let It Load & It Should Save & Come Up With Something Like This Without Errors [Yours Could Be Different Writing So Dont Worry Just As Long As It Didnt Come Up With Errors].
[ Register or Signin to view external links. ]

Step 5 -

This Is Now Completed Run Server & Open Client & You Should Have Changed The Welcome Message.

MORE TUTS COMING SOON


Last edited by -Keiron ; edited 8 times in total

The following 25 users thanked -Keiron for this useful post:

Dub- (10-24-2011), Old (10-24-2011), DinosaurDubstep (08-25-2011), Upgrades (07-08-2011), RainScape (07-02-2011), bananapie62 (05-30-2011), iSWiLlYkInS (05-08-2011), XZN_SNIP3_NZX (04-24-2011), -UK- (04-24-2011), GoogleR (04-24-2011), TTG_DolphinsFan (04-22-2011), Stouty (02-28-2011), Bombing (01-27-2011), voodosheeb (01-03-2011), Crunchy_Nut (01-03-2011), omgitzch33ze (01-02-2011), --Iyaz-- (01-02-2011), ZackKlesh (10-24-2010), boro1k1 (10-12-2010), -STD- (10-11-2010), jamesj26 (10-11-2010), LatestLeech (10-09-2010), RYYan (10-08-2010), GEN3R4L (10-07-2010), S96 (10-07-2010)
#2. Posted:
-CoD-
  • TTG Contender
Status: Offline
Joined: Mar 18, 201014Year Member
Posts: 3,359
Reputation Power: 118
Status: Offline
Joined: Mar 18, 201014Year Member
Posts: 3,359
Reputation Power: 118
Looks like a good tut. Thanks.
#3. Posted:
-Keiron
  • TTG Contender
Status: Offline
Joined: May 07, 201013Year Member
Posts: 3,272
Reputation Power: 145
Status: Offline
Joined: May 07, 201013Year Member
Posts: 3,272
Reputation Power: 145
TTGExbitionzz wrote Looks like a good tut. Thanks.


Thankyou Dude =]

Hope It Helps People
#4. Posted:
-Keiron
  • TTG Contender
Status: Offline
Joined: May 07, 201013Year Member
Posts: 3,272
Reputation Power: 145
Status: Offline
Joined: May 07, 201013Year Member
Posts: 3,272
Reputation Power: 145
Update:

Added More Links

Come On People

Thank The Topic Please
#5. Posted:
-Keiron
  • TTG Contender
Status: Offline
Joined: May 07, 201013Year Member
Posts: 3,272
Reputation Power: 145
Status: Offline
Joined: May 07, 201013Year Member
Posts: 3,272
Reputation Power: 145
So This Helped No One "/


Thanks -Tempah For The Thanks :]
#6. Posted:
GEN3R4L
  • Challenger
Status: Offline
Joined: Jan 31, 201014Year Member
Posts: 142
Reputation Power: 6
Status: Offline
Joined: Jan 31, 201014Year Member
Posts: 142
Reputation Power: 6
I think it should get a sticky oh and also you should post more pics for NOOBS like me =D
#7. Posted:
TTG_Twinky
  • Challenger
Status: Offline
Joined: Jun 30, 201013Year Member
Posts: 191
Reputation Power: 7
Status: Offline
Joined: Jun 30, 201013Year Member
Posts: 191
Reputation Power: 7
im sorry to say but you copied this off of runelocus. this isnt a custom made tut its a leeched 1.
#8. Posted:
-Keiron
  • TTG Contender
Status: Offline
Joined: May 07, 201013Year Member
Posts: 3,272
Reputation Power: 145
Status: Offline
Joined: May 07, 201013Year Member
Posts: 3,272
Reputation Power: 145
TTG_Twinky wrote im sorry to say but you copied this off of runelocus. this isnt a custom made tut its a leeched 1.


The Non Ham Is Off Runelocus Yes Because The Way I Do It Is Wierd Because I Have Belkin & ITs Different To Other Routers.
#9. Posted:
-Keiron
  • TTG Contender
Status: Offline
Joined: May 07, 201013Year Member
Posts: 3,272
Reputation Power: 145
Status: Offline
Joined: May 07, 201013Year Member
Posts: 3,272
Reputation Power: 145
GEN3R4L wrote I think it should get a sticky oh and also you should post more pics for NOOBS like me =D


Thankyouu !!!!

AnyMore?
#10. Posted:
JuicyJ
  • TTG Contender
Status: Offline
Joined: Jul 23, 201013Year Member
Posts: 3,091
Reputation Power: 159
Status: Offline
Joined: Jul 23, 201013Year Member
Posts: 3,091
Reputation Power: 159
Nice tutorial dude! Bookmarked! 8)
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.