Jul 25, 2008

Runescape Private Server - How to make your own private server and make runescape cash with it :)

Free Web Hosting, No Ads > The Gaming Zone (7Gears.com) > Games [subforums] > RPG's (Role Playing Games) > RuneScape
Pages: 1, 2, 3, 4, 5, 6

free web hosting

Runescape Private Server - How to make your own private server and make runescape cash with it :)

Facebook
First off you need a source:
You can download one of these.

QUOTE


Ok now you need JDK 6.2 to compile your server...

http://java.sun.com/javase/downloads/index.jsp

Download JDK 6 Update 2 and Java Runtime Environment (JRE) 6 Update 2

Now that you have JDK you need to config your server.
Open up your server client.java file in notepad and press CTRL + F
Now search for the server name for example if you chose PhoneScape search for PhoneScape.
Now change every PhoneScape to the name of the server you want.

Alright now that your done save and quit.
Now to compile!

Ok first right click on the compiler and say edit, notepad should pop up:
Now Say CTRL + A to select all erase and copy + paste
This:
CODE
//////////////////////////////////////////////////////////////////////////////////////
@echo off
if exist "C:\Program Files (x86)\" set programfiles=C:\Program Files (x86)
set pro=%programfiles%\Java\jdk1.6.0_02
set pro2=%programfiles%\Java\jdk1.6.0_02
set jac=\bin\javac.exe
set jav=\bin\java.exe
:co1
set b=0
set t=7
goto co2
:co2
color %b%%t%
:menu
cls
title The Perfect Compiler version 2.0
echo Please choose an option below to do that function.
echo Keep posted on the Moparscape Tutorials section for
echo any updates that I post.
echo.
echo c - Compile your server.
echo r - To Run your server.
echo e - To exit out of the program.
echo color - Change the Text and Backround colors of this compiler.
echo reset - Resets your Compiler Logs.
echo.
echo.
set /p c=Option:
if %c%==c goto c
if %c%==C goto c
if %c%==r goto r
if %c%==R goto r
if %c%==color goto color
if %c%==Color goto color
if %c%==COLOR goto color
if %c%==reset goto reset
if %c%==Reset goto reset
if %c%==RESET goto reset
if %c%==e goto e
if %c%==E goto e
if %c%==* goto er
goto er
:color
cls
echo Would you like to change the backround color, change
echo the text color, or reset it to default?
echo.
echo back - Change the backround color.
echo text - Change the text color.
echo def - Change all colors back to default.
echo.
echo.
set /p color=Option:
if %color%==back goto back
if %color%==BACK goto back
if %color%==text goto text
if %color%==TEXT goto text
if %color%==def goto co1
if %color%==DEF goto co1
if %color%==* goto er
goto er
:back
cls
echo Please select a color to change the backround to:
echo.
echo black
echo white
echo red
echo yellow
echo green
echo blue
echo purple
echo.
echo.
set /p back=Color:
if %back%== black (set b=0)
if %back%== white (set b=7)
if %back%== red (set b=4)
if %back%== yellow (set b=6)
if %back%== green (set b=2)
if %back%== blue (set b=1)
if %back%== purple (set b=5)
goto co2
:text
cls
echo Please select a color to change the text to:
echo.
echo black
echo white
echo red
echo yellow
echo green
echo blue
echo purple
echo.
echo.
set /p back=Color:
if %back%== black (set t=0)
if %back%== white (set t=7)
if %back%== red (set t=4)
if %back%== yellow (set t=6)
if %back%== green (set t=2)
if %back%== blue (set t=1)
if %back%== purple (set t=5)
goto co2
:c
cls
title Compiler
goto cjc
:c2
if exist src (goto cl) else (goto c3)
:c3
if exist *.java (goto cl2) else (goto ce)
:c4
%javac% -cp . *.java
echo Files Compiled Successfully!
pause
cls
goto menu
:c5
%javac% -cp . .\src\*.java
echo Files Compiled Successfully!
pause
move .\src\*.class .\classes\
cls
goto menu
:ce
cls
echo You need to have Java files for this Compiler to Compile.
pause
cls
goto menu
:r
cls
title Runserver
goto cj
:r2
set rjava=%java% -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar server
cls
goto r3
:r3
if exist .\classes\server.class (goto sl2) else (goto r4)
:r4
if exist .\server.class (goto sl) else (goto se)
:r5
%rjava%
pause
cls
goto menu
:r6
set rjava=
set rjava=%java% -cp .;./classes; Server
%rjava%
pause
cls
goto menu
:se
cls
title Error
echo You do not have a Server.class. Make sure that you have used the
echo compiler with your server BEFORE you try runing it.
pause
cls
goto menu
:er
cls
title Error
echo Invalid command. Please make sure the commands you type
echo in are correct.
pause
cls
goto menu
:e
cls
exit
:cjc
if exist "%pro%_06%jac%" (goto sjc) else (goto cjc2)
:cjc2
if exist "%pro%_07%jac%" (goto sjc2) else (goto cjc3)
:cjc3
if exist "%pro%_08%jac%" (goto sjc3) else (goto cjc4)
:cjc4
if exist "%pro%_09%jac%" (goto sjc4) else (goto cjc5)
:cjc5
if exist "%pro%_10%jac%" (goto sjc5) else (goto cjc6)
:cjc6
if exist "%pro2%%jac%" (goto sjc6) else (goto cjc7)
:cjc7
if exist "%pro%%jac%" (goto sjc7) else (goto cjc8)
:cjc8
if exist "%pro%_01%jac%" (goto sjc8) else (goto cjc9)
:cjc9
if exist "%pro%_02%jac%" (goto sjc9) else (goto cjc10)
:cjc10
if exist "%pro%_03%jac%" (goto sjc10) else (goto cjc11)
:cjc11
if exist "%pro%_04%jac%" (goto sjc11) else (goto cjc12)
:cjc12
if exist "%pro%_05%jac%" (goto sjc12) else (goto je)
:sjc
set javac="%pro%_06%jac%"
goto c2
:sjc2
set javac="%pro%_07%jac%"
goto c2
:sjc3
set javac="%pro%_08%jac%"
goto c2
:sjc4
set javac="%pro%_09%jac%"
goto c2
:sjc5
set javac="%pro%_10%jac%"
goto c2
:sjc6
set javac="%pro2%%jac%"
goto c2
:sjc7
set javac="%pro%%jac%"
goto c2
:sjc8
set javac="%pro%_01%jac%"
goto c2
:sjc9
set javac="%pro%_02%jac%"
goto c2
:sjc10
set javac="%pro%_03%jac%"
goto c2
:sjc11
set javac="%pro%_04%jac%"
goto c2
:sjc12
set javac="%pro%_05%jac%"
goto c2
:cj
if exist "%pro%_06%jav%" (goto sj) else (goto cj2)
:cj2
if exist "%pro%_07%jav%" (goto sj2) else (goto cj3)
:cj3
if exist "%pro%_08%jav%" (goto sj3) else (goto cj4)
:cj4
if exist "%pro%_09%jav%" (goto sj4) else (goto cj5)
:cj5
if exist "%pro%_10%jav%" (goto sj5) else (goto cj6)
:cj6
if exist "%pro2%%jav%" (goto sj6) else (goto cj7)
:cj7
if exist "%pro%%jav%" (goto sj7) else (goto cj8)
:cj8
if exist "%pro%_01%jav%" (goto sj8) else (goto cj9)
:cj9
if exist "%pro%_02%jav%" (goto sj9) else (goto cj10)
:cj10
if exist "%pro%_03%jav%" (goto sj10) else (goto cj11)
:cj11
if exist "%pro%_04%jav%" (goto sj11) else (goto cj12)
:cj12
if exist "%pro%_05%jav%" (goto sj12) else (goto je)
:sj
set java="%pro%_06%jav%"
goto r2
:sj2
set java="%pro%_07%jav%"
goto r2
:sj3
set java="%pro%_08%jav%"
goto r2
:sj4
set java="%pro%_09%jav%"
goto r2
:sj5
set java="%pro%_10%jav%"
goto r2
:sj6
set java="%pro2%%jav%"
goto r2
:sj7
set java="%pro%%jav%"
goto r2
:sj8
set java="%pro%_01%jav%"
goto r2
:sj9
set java="%pro%_02%jav%"
goto r2
:sj10
set java="%pro%_03%jav%"
goto r2
:sj11
set java="%pro%_04%jav%"
goto r2
:sj12
set java="%pro%_05%jav%"
goto r2
:je
cls
title Error
echo You do not have JDK 5.0 or JDK 6.0. Go to od Taharok's tutorial
echo on the moparscape Tuturoials section for step-by-step instructions
echo link to download the newest JDK Update.
pause
cls
goto menu
:sl
cls
echo Ran Server at %time% and on %date%. >> "Compile Logs.txt"
echo Server was run using %java%. >> "Compile Logs.txt"
echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"
echo. >> "Compile Logs.txt"
goto r5
:sl2
cls
echo Ran Server at %time% and on %date%. >> "Compile Logs.txt"
echo Server was run using %java%. >> "Compile Logs.txt"
echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"
echo. >> "Compile Logs.txt"
goto r6
:cl
cls
echo Compiled Java files at %time% and on %date%. >> "Compile Logs.txt"
echo Java files were compiled using %javac%. >> "Compile Logs.txt"
echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"
echo. >> "Compile Logs.txt"
goto c5
:cl2
cls
echo Compiled Java files at %time% and on %date%. >> "Compile Logs.txt"
echo Java files were compiled using %javac%. >> "Compile Logs.txt"
echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"
echo. >> "Compile Logs.txt"
goto c4
:reset
cls
echo Resetting the Compiler's Logs...
pause
del "Compile Logs.txt"
echo ----------Compiler Logs---------- >> "Compile Logs.txt"
echo. >> "Compile Logs.txt"
goto menu
///////////////////////////////////////////////////////////////////////////////////


Ok now to compile save your new compiler and run it.
You will get a screen type c and ENTER.

Now you will start compiling...

Press any key to continue....

Now that you have compiled your server you need to know your I.P adress..
Go to whatismyip.org find the numbers and copy paste them to a new file on your desktop called My I.P.txt you'll need this later on..

Now to make a no-ip server...
Go to http://www.no-ip.com and make an account
Now login and click on add on the left in the Hosts / Redirects section..

In Hostname right the name of your server: Ex. JeftabScape and chose a subdomain. Ex. .no-ip.org
Host type leave it.
Ip adress go look in your My I.P.txt file if it's not already there..
Leave the mail option blank...

So now all you have to do is run your server and advertize it so that people can join I recommend you make an account at http://rune-server.org go to the server list and say manage server

As long as your server is running people can log in.. If you turn off your server then people wont...

Btw your server is whatever you called it + the No-ip sub so my example is:
JeftabScape.no-ip.org

Now to make GP!
Alright so you have your runescape server and now you want to make some GP.. All you have to do is sell admin positions this is really easy since people love the word admin smile.gif anyways to do so they pay you let's say 150k and you then make them an admin or vice-versa. To make people an admin find there profile in your characters file then search for player rights and change it to 3. To make yourself the owner put it to 5 or 4.

If you have any probs pm me!

Have fun tongue.gif

Notice from Plenoptic:
Proper BBCode tags are necessary, lists of links, codes and any copied content must be in proper code tags.

 

 

 


Reply

kab012345
Thanks for this guide! laugh.gif I might use it one day, and the part that got me was how to get GP from doing this, which sparked more ideas! xd.gif

But my questions are..
How do I connect to another Private Server? huh.gif
Is it a breach in the RuneScape TOS to use and/or make a Private Server? ohmy.gif

Reply

coolcat50
Yes, it is against the rules to do this. Sweet though.

Reply

bricex
ummmmm ya how do i get commands on this server?

Reply

iGuest
I'm making my first server and this I tried downloading JDK 6.0 so I can compile and run my server but the download freezes after about 3MB

-Tomo

Reply

iGuest
Ye um this is really confusing. The step that confused me is where you have to config your server. I cant find the file that I have to open to do it.

Reply

iGuest
What your telling me is if I do all of this I can get as much money as I want from the people that join but to get that I gotta make them admins and for them to bet admins they gotta pay me.I honestly think thats a little stupid but its worth a try.
~thanks for the tip

-HAMMIMIRO

Reply

moparscapetyler
i cant get java to work...someone pm me with help........

Reply

Poyzin
So bookmarking this happy.gif! I so am making it so each time you level you gain 40 points of other skills rofl!

Reply

8bit
I really don't recommend that anyone even wastes time with servers. This is a nice guide, but it really isn't worth it. People spend hours on private servers when they could be training on the REAL servers. Private servers don't even have all the features of the real ones. Quests, skills, and mostly everything has to be programmed by hand. Then there are leechers who take everyones work. It's terrible.

Reply

Latest Entries

iGuest
Yh can sum1 help me with compiler stage
All I got it compile batch file and I cant edit that
Email me Please at

James-ownz@hotmail.Co.Uk
Thx

-reply by james

Reply

iGuest
I did everything you listed when I click on compile I type are = run server and it sais I don't have jdk 5.0 or 6.0 when I downloaded your link already
Wat do I do ????

-question by hihihi

Reply

iGuest
You cant get jdk 6 update 2, they've now realeased newer versions, (JDK 6 update 6) get this one, same thing jsut better

-reply by SkullDicer

Reply

iGuest
How I get my server online I go onto rune-server then server wutever it is then mange server and I put info in and it says server must be online

Reply

iGuest
omiscape3.no-ip.org
Runescape Private Server

Meat tenderizer,God swords, ::starter,::master only for ulong40 and ulong32,shops of range shop, mage shop, skill cape shop, dragon armor shop, godsword shop,armadyl and bandos shop emote list:home,train,slayer,veng,pkbox,demons(lvl 500),skills,when I'm online it should say owner and coder ulong40 is online or offline.::starter you get a zamorok godsword,full dragon, 600m,100k rune arrows,maple bow,400k runes.

-reply by ulong40 (omaid)

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2, 3, 4, 5, 6
Recent Queries:-
  1. making a rs p sever - 0.03 hr back. (1)
  2. rs private server tutorial - 0.16 hr back. (1)
  3. rs p server - 0.16 hr back. (1)
  4. how to make a runescape private server - 0.26 hr back. (1)
  5. mod taharok - 0.49 hr back. (1)
  6. how to make own rs server - 0.54 hr back. (1)
  7. make runescape private server source - 0.61 hr back. (1)
  8. making ur own rs private server - 0.66 hr back. (1)
  9. runescape private server source downloads - 1.06 hr back. (1)
  10. how to make a runescap private server - 1.05 hr back. (2)
  11. how to edit runescape private server - 1.26 hr back. (1)
  12. how to make a runescape p server - 1.45 hr back. (1)
  13. how to run and open your runescape private server - 1.32 hr back. (2)
  14. how to make ur own server - 1.88 hr back. (1)
Similar Topics

Keywords : runescape, private, server, make, private, server, make, runescape, cash,

  1. New Runescape Private Server Ham-scape.no-ip.org
    (0)
  2. Runescape Topsite
    Ruinedscape (0)
    Well i noticed the overwhelming amount of private servers out there so i thought i'd create
    something that would help the players distinguish between them(IE find who's is better). Ive
    named it Ruinedscape Top Site (after the events that occured on dec 10) The url is here:
    www.ruinedscape.org Registration is free, and its been only up for a day or so and already 230 hits
    so ya it will bring ya traffic /tongue.gif" style="vertical-align:middle" emoid=":P" border="0"
    alt="tongue.gif" />....
  3. Killa's 24/7 Private Server! Look~~~
    Join to stay please! (7)
    Although several attempts have been made to contact RuneScape about topics similar to this,
    RuneScape have as of yet neither confirmed nor denied this was an illegal method of playing
    RuneScape. However, according to their TOS, as long as your private server does not
    connect/interfere with the actual server this 3rd party software is not breaking the real RuneScape
    TOS. Please use this information accordingly. Basic runescape server with all skills except
    summoning Sorry.... Heres a list of things that it includes: - Moparscape Compatible - Runescape
    Like - Non-laggy ....
  4. My Newest Guide For Runescape
    (0)
    Now this guide is going to be short and simple, nothing special. ok all you need is rune armor and a
    dragon weapon recommended + food. I advise using monks as there not much more than lobs, but half of
    sharks, and steal heal 16. Ok so you should have your rune armor on and your weapon and 26 food,
    why not 28 you ask? Because your going to go kill ankous lvl 75 located in the barbarian village
    mini game (bottom floor, ill get a map up soon.) If you bring 28 of whatever food you have chosen,
    you will waste food picking up drops when you get there. Therefore, it saves a l....
  5. How Do I Get My Server Online
    (2)
    how do i get my server online so i can go to www.rune-masters.com and manage my server....
  6. How Do I Get My Server To Run
    (2)
    what do i got to do to get my server to run and how do i change the name of the server on
    client.java it wont let me it makes a dinging noise it wont let me change the name.......
  7. Runescape Sub-forum Rules And Guidelines
    READ ME BEFORE POSTING (0)
    When posting in this sub-forum please keep these guidelines in mind. Your post/topic must comply
    with Runescape's Terms of Service. The TOS can be found . This includes the Intellectual
    property rights term. QUOTE You must not reverse-engineer, decompile or modify the Game client
    software in any way. You must not use a modified/customised version of the client software. You must
    not create or provide any other means by which the Game may be played by others (including, without
    limitation, replacement or modified client/server software, server emulators). ....
  8. Make 10 Mill Through 100mill On Runescape
    10 mill-100mill (17)
    hey as all you all know summoning skill is comming so i decided to make a new guide not to sell but
    free i barley found out about summoning i i thought hmm this would be great money making guide i
    mean great so here you go im typing a bit to fast you might see some spelling errors you will
    require hunting,and magic to summon according to jagex its 100% that you will need some kind of
    magic level to summon but the hunter is like a rumor id say 70% magic,25%hunter,5% (some other
    skill) Well my theory is Life rune is a 90% possibility SO RUnEcRaFtIng will be a skill to....
  9. Runescape Update
    runescape pking update (3)
    my name is m spartan w and i personally dont like the new update abought pking and bounty i got some
    resons ferst becuse im a pker thats how i make my money and staking but jagex messed it up i have
    no money makeing ways my skills arnet that high so what im asking is that we make suggestions jagex
    saide that they will not change the update but if we can give them our ideas that it might help
    heres my idea that we make a command like a script that tells can tell if your a gold seller that
    you can only have pking items u must not have multiple furys as you can sell tho....
  10. Rate My Runescape Fansite
    http://runefame.net (5)
    Rate it from 1 to 5 The url is http://runefame.net/ Be sure to check out the forums.....
  11. Need A Job Through Runescape World
    Please Read If you need a permanent Worker (6)
    Hello to all of TRAP17 Members. I am seeking a job. I really need big money & need it ASAP. My
    best stats are: WC & MINING. If u need food (cooked or uncooked) I could also do that. I am
    looking for someone who is willing to pay around 60-100k per job… If you are willing to offer me a
    job or interested and want to know more, add me On runescape… * Agent1227 * TYVM to all the people
    that read this =) Very much appreciated. Yours truly, --------------- Agent1227 Post moved and
    retitled to better fit topic ....
  12. Runescape Pcing
    Pcing Clan ON Runescape (2)
    Im Tiger_s_14. Which is also my rsn. Im starting my own pcing clan! I will Host Pcing
    event,Cwing,Dualing and anyother events my clan votes to do! The Reqirements to join is 85+
    combat lvl. Please fill out this forum and i'll pm on runescape if u made the clan or not.
    Combat lvl: Mage lvl: Range lvl: Strenght lvl: Attk lvl: Hitpoints: Def. lvl: Will you remain loayl
    to the clan? Have u ever been in any other clans? Once u have filled out the forum u could pm me or
    wait till i pm u. Ps: Please download this for ezer clan discustion thank you! http://w....
  13. Runescape 2 Private Server: Code/guide 1
    Creating a wilderness training zone. (10)
    Purpose: To make a cool training area in the wild. Difficulty: 1-3 Classes Modified:
    Client.java, shop.cfg, autospawn.cfg, npchandler, item2.java, shop.cfg Assumed Knowledge:
    Copy/paste, basic knowledge of cases, and how to search. Credits: 10% fedexer(global object tut),
    10% to my friend for teaching me how to make monsters drop random things, 80% me for the idea, and
    comming up with it. REQUIREMENTS: Make sure that your server can use herblore, mining,
    woodcutting, theiving, and prayer. You must also have fedexer's global objects code. Other
    Thi....
  14. Runescape 2 Private Server Guide: Part 2
    No-ip setup (19)
    Overview: In part 2 i will describe how to set up no-ip. no-ip is a simple way of hosting a
    private server and it is most commonly used. if this does not work, there is another way i will tell
    about in part 3. part 2 and 3 are short, yet effective guides that are aimed at helping you! If
    you are not sure if it is working, it is probably because you have not read part 4: Port Forwarding
    Chapters: Chapter 1: What is No-ip? Chapter 2: Initial Setup Chapter 2 Section A:
    Creating an account Chapter 2 Section B: The DUC Chapter 3: Config Chapter....
  15. Runescape 2 Private Server Guide: Part 1
    making a private server (16)
    According to RuneScape TOS, as long as your private server does not connect/interfere with the
    actual server this 3rd party software is not breaking the real RuneScape TOS. Please use this
    information accordingly. If any RuneScape representative feels that this post is against your TOS,
    please contact Trap17 admins via PM or email. Thank you. This is part 1, focused on making a
    private server and such, if you would like, i will post more on customization in other parts.
    Overview: This guide will explain the basics for building your very own rs private server&....
  16. Runescape Cheats From Players
    Calling all RS players (3)
    I play RS some of the time and am wondering cheats for RS. I don't know any, but if you know
    some PLEASE POST THE CHEATS. It would help me alot and other ppl too... thanks. Cheats and
    specifically Hacking, are not Topics for discussion here at the trap17 ....
  17. Runescape- Anyone Play?
    (13)
    Hi guys, I made this threadto talk about the online MMORPG game. It is a great game for people.
    Althouhg being a Java Applet the graphics may be not that good but it is one heck of a game. Youcan
    play it for free or youcan pay for a MEmbership for only 5$ a month It is a great Onine game.
    My username on the game is Ridwan232 Come online sometime and we can PK together or illPK you lol.
    Also WoW is a good gae but it is way too expensive that is why i chose this game. Runecape I also
    am opening a Runescape clan called the Skeletonkeepersclan. Idont know if this....
  18. Best Ways To Make Money In Runescape
    (7)
    1.) this is the first.... go run nature runes then fletch yew longs and alch them for money you can
    keep them noted and alch a few thousand times. if you don't have the fletching level make steel
    platebodys which are more time consuming but well worth the while. 2.) merchanting. the best thins
    to merchant are new items buy them for under 300k and sell for 500k on the first day of the new
    treasure trail release. 3.) pking. start up a pking account withh some friends that you can all pk
    on to get items like rune scimitars. 4.) pick flax in camelot then run to the ho....
  19. Three Steps To Become A Runescape Member
    (4)
    Step 1 You will need to create a 100% free Paypal account, click here to do it . You
    will soon know why you need a paypal account. You need it to receive money, for then to pay your
    Runescape membership. Step 2 After creating your free paypal account, create now a 100% free
    account on triond as a member. Triond is a site that let's you publish any kind of content
    form, like articles about anything, photos, videos etc. The content must be made by you. Publish
    your articles there, and that articles will earn you money, the more views that it gets, ....
  20. Runescape 2 Website
    (55)
    Can someone please give me a link to the runescape 2 website. I want to play runescape 2 but, I
    don't know the website and if you know the runescape 2 website then, please please please tell
    meeeeeeeeeeeeeeeeeeeeee. I tried to find the runescape 2 website everyday but, I didn't. I'm
    still searching for it, No answer yet. -Smartking790- ....
  21. 1 More Administrator Needed For Runescape Forums Website
    (10)
    If you are looking for runescape forums than you're at the right place please join and post on
    my new runescape forums website, to visit my runescape forums website, please visit and go to
    z6.invisionfree.com/Runescapersmartsclan/ 1 New administrators needed so please join and tell me
    if you want to be a admisitrator for my runescape forums. thanks for reading. Register now if you
    play runescape because now on runescape forms you can buy and sell runescape items, join clans, post
    your runescape clan, post your runescpae pictures, and more......... TO VISIT THE ....
  22. Runescape Life Talk
    A place to chat--free--not like those runescape forums on runescape=( (2)
    Runescape Life Talk How would you like to go onto a forum where you can actually chat
    with runescape members and runescape lovers for free? without becoming a runescape member at
    runescape.com? Well here is the thing, I have got this forum all ready and ready for posting. All I
    need is members! This is where you come in people. On this forum there are... +Buy/Sell
    forum: This way you can buy and sell your stuff on runescape +Rules: This way you can be sure this
    forum stays nice and friendly +Clan recruits: We are wanting you to advertise on our foru....
  23. Private Runescape Server
    Get all your heart desires! (49)
    Although several attempts were made, RuneScape neither confirmed nor denied this was an illegal
    method of playing RuneScape. However, according to their TOS, as long as your private server does
    not connect/interfere with the actual server this 3rd party software is not breaking the real
    RuneScape TOS. Please use this information accordingly. lllllllllllllll Runescape Private
    Server lllllllllllllll lllllllllllllll RomeScape lllllllllllllllll lllllllllllllll
    By Brandon Smith lllllllllllllll Even though you start off as 1 skill everything with 1....
  24. Runescape Help
    Need help on RS? Read this (11)
    My guide to Runescape First you must make a account(Abviously) Then get through the tutorial
    island. Which is basicly a island that teaches you about the games basics. You will learn on
    Tutorial island how to............... (Note not in order and not Members) Make a fire(Chop wood
    which goes with this) Fishing Cook food Ranged(How to fight with Bow and arrows) Combat(Attack,
    Defence, Strength) Magic Mining Smithing Prayer Those are all the things you learn in tutorial
    island. After you get past Tutorial island you folow these instructions. You need to get ....
  25. Runescape - A Great Mmorpg
    Massive Multiplayer Online Game (21)
    Hello Fellow Gamers, I am writing this post to tell everyone about this cool online game that I am
    in to. First you need to know what an MMORPG is. Basically, it is a multiplayer online game that is
    played by thousands of players at the same time! Sounds exciting? It's a great place to have
    fun and to talk to other people playing all around the world. A particularly good one is Runescape,
    I like it because it is extensive and fun. Another great part is that it is COMPLETLY free! You
    can just go on the website and sign-up. You don't even need a super goo....
  26. How Do I Make Gold Fast In Runescape/
    (117)
    OK i have been playin for liken 4 years and i still can't get alot of gp. the mosti have had in
    that time is like 10k and i have googled cheat codes and all that stuff and nothing works so any
    ideas are welcome.....
  27. Post Your Runescape Statistics
    Like your lvl, range, mage etc... (18)
    In hopes to clear of the shoutbox of runescape talk i have decided to make this forum, and in this
    forum runescape players can post their runescape statistics, like their range, mage, def, attk, etc,
    do please post it here....and to start it off i dug in my old password file and found my old
    runescape name which was still there and not deleted and here are its statistics, Big Red95842
    QUOTE Over-all Level - 41 Defense - 31 Attack - 33 Hitpoints - 39 Strength - 11
    Cooking - 25 Crafting - 25 Firemaking - 29 Magic - 44 Mining - 48 Prayer - 25 R....
  28. Runescape Name
    I got an ownage name! (17)
    I got an ownage name on runescpae w00t for me lol. ....
  29. Runescape...not That Great
    (46)
    I just finished playing runescape, and I have to say....its no that great. It is not compatible with
    56K modems, and it downloads too much stuff onto your computer. The graphics arent very good either.....
  30. Runescape
    ONE OF THE BEST FREE MMORPG (18)
    This is a great alt to WOW if you need a Massivly Multiplayer Online Role Play Game, they do have
    members servers but they supply free ad supported ones too, on Tues. October 25 11:28am Mountain
    time (a time that every ones at work) they had 75445 people onl;ine and playing WOW this is a ton In
    my opinion RS is a great MMORPG....

    1. Looking for runescape, private, server, make, private, server, make, runescape, cash,

Searching Video's for runescape, private, server, make, private, server, make, runescape, cash,
advertisement



Runescape Private Server - How to make your own private server and make runescape cash with it :)



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE