You are viewing our Forum Archives. To view or take place in current topics click here.
[Guide] Runescape Private Server
Posted:

[Guide] Runescape Private ServerPosted:

RequaUK
  • Challenger
Status: Offline
Joined: Apr 06, 201014Year Member
Posts: 120
Reputation Power: 9
Status: Offline
Joined: Apr 06, 201014Year Member
Posts: 120
Reputation Power: 9
Okay in this tutorial you will learn basic Java and also learn some of the private server and what it's capable of.

Chapter 1

What makes a decent server.


What makes a decent server is the player base, you want to have a good player base how you can do that is creating a decent economy(read more about that later) forums are good for your players so they can interact, sell, buy things. You will also NOT download a server change the name, home place, shops, npcs around you want to actually program the server for your self, so people know that they can decent updates every week and also donate you MONEY!, remember not to keep everything close, make sure your players have to actually work for something.

How to attract players.


To attract players you need players, to get players you need a decent server so like before don't download and host a server! there will be plenty of choices like that for your players to choose from you want to make your server unique using custom places where nobody has used before, minigames, quests any thing like that will enchance your players happiness with your server also pking is key for a good server, bare in mind don't just make your server ALL about pking because there are plenty of servers what just have pking to choose from!

Economy

Economy plays a big part in your server you don't want hyperinflation like after World War 1 you want good prices such as 1.5m for a Abyssal Whip in comparison to most server 500m for a Abyssal Whip, now why would you want that you should have your npcs play a big part in your economy mainly your bosses because you can have them drop decent items RARELY so people will really want them items but they can't because they don't have any food that's where your skillers come into play they will make the food and sell to the people who want to slay monsters! now this comes to skillers these definitely play a big part in your server.

Chapter 2

Messy code.


You don't want alot of messy code because it will be hard for you too read and understand, you should get a IDE such as eclipse ( [ Register or Signin to view external links. ] ) now for the messy code you don't want something like this


public void killPlayer() {
if(getPlayerDead()) {
teleportToX = 3200;
teleportToY = 3200;
}
}



You would want this.


public void killPlayer() {
   if(getPlayerDead()) {
      teleportToX = 3200;
      teleportToY = 3200;
   }
}



As you can see the second example is ALOT better than the first example.

Bases to start on


Okay here ill give a couple of links to some bases I recommend you use

If you think of your self to be a decent programmer then you should choose this base:
[ Register or Signin to view external links. ]

If you think your semi decent then you should choose this one(i suggest this one)
[ Register or Signin to view external links. ]

Okay i suggest you choose the second one since i might be releasing some tutorials for it.

Ending


I wrote all this up, if you guys like this then thank me, please tell me what i could add onto this to help you guys even more if you would like some extra help with Java programming add me on msn josh01172000 @ yahoo.com if you follow these steps you could make a heck load of money just from Runescape Private Servers.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.