Private Server Ro . - How to create your own private Ragnarok-Online server !!!

Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16
free web hosting

Read Latest Entries..: (Post #158) by iGuest on Aug 20 2008, 03:56 PM. (Line Breaks Removed)
RAR File Private Server Ro . I cant seem to download using that link..Could you give me another link??-reply by RAR File
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Free Web Hosting, No Ads > The Gaming Zone (7Gears.com) > Games [subforums] > RPG's (Role Playing Games)

Private Server Ro . - How to create your own private Ragnarok-Online server !!!

aminzzlink
I saw that there are a lot of people asking for how to create a private Ragnarok-Online server . so now i decide to make this tutorial to to help these people ... i didn't have a server but my friend had server and ihelped him to find pros and some tutos so , i learned with him how to create a server ...stop making introduction ...let's go ...

first you have to have minimum requirements :

----Software :----

i think any windows should work, but i recommend Win Xp
i think you have alredy a Winrar
*- Korean Ragnarok client
*- Sakray patch

(*i recommend the last release )
[Note]you may not intend to use the Ragnarok client on the same computer as you are installing the software to, the eAthena software will need to read the compressed GRF files in order to load the maps .

----Hardware :----

PII 733Mhz
RAM : 512M
any 3D accelerated graphics processor
a good video card
[Note] These are just minimum requirements you can make yur sever better by adding more RAM and better processor ....etc


QUOTE

let's go :

step 1 : download and install the Ragnarok client software on the same machine as you will be placing the eAthena server software on (and make sure it's a recent version of the client too).

Step 2 :
Next is Cygwin , download the two DLLs here. When you get to the next part where you are unpacking and setting up the eAthena software, just unpack and copy these DLLs into the same directory that the eAthena executables are located in. No software install will be required.

Step 3 : we need to download the open source eAthena (English Athena) server software, but before you hve to know that the software comes in to flavors: text file based and SQL based. The exact version describes how the configuration information and game information is stored: in text files, or in a SQL database. The SQL based version is nt covered here in this Tut, but is the more powerful of the two flavors and requires a SQL server to connect to . Needing to install a SQL server increases the minimum hardware requirements, but allows “live” updates without bringing restarting the Athena server software to read the updated data files. This is the flavor of eAthena you would run if you wanted a large private server. Since this is not what we want to do, we will use the much more manageable text file based version. For the purposes of this FAQ, download the latest version of the text based eAthena software from the link below. The file name format is “eAthena-SVN-****-TXT.rar” with “****” being the version number (highest number is the most recent).
http://www.ngamexp.com/ftp.php?path=/eathena

BitTorrent links to almost every version of the KRO client
http://sakuraheaven.com/mirrors/


Step 4 : how to conf the server software :

after downloading the eAthena ZIP file ,extract it , after installing it , we need to set up the server software to allow the creation of accounts from the client login screen. To do this, we just need to make a simple edit to the “char_athena.conf” file located in the “conf” folder of your eAthena directory.
[for example suppose we have extract it in ( C:\proj\) so the file is in (C:\proj\eAthena-SVN-****-TXT\conf\char_athena.conf)]

so you have to open it up in any text editor and scroll down to the part where it looks like this:
CODE
// Enable or disable creation of new characters.
// Now it is actually supported [Kevin]
char_new: 1

// Display (New) in the server list.
char_new_display: 0

// Maximum users able to connect to the server. Set to 0 for unlimited.
max_connect_user: 0


you have just to change the “char_new” from 0 to 1 . Leave “char_new_display” and the other values alone for now – you can play with those later. Save and then close the file, we are done with it.

[important]For those of you that may not have the Korean version of the Ragnarok client installed or if you have installed your client to another location orther than the default “C:\Program Files\Gravity\RO” folder, there is one more thing that you will need to do and this is to set the location of where the map files can be found.
By default eAthena assumes this to be the GRF files within the “C:\Program Files\Gravity\RO” folder. If this is not where you have your Ragnarok client installed, then you must edit the “grf-files.txt” file located in the “conf” folder of your eAthena directory(C:\proj\eAthena-SVN-****-TXT\conf\grf-files.txt).

So open up this file in notepad or any other text editor and verify that the path to your “data.grf” and “sdata.grf” files matches what eAthena is expecting:
CODE
//-----------------------------------------
// GRF List
//-----------------------------------------

grf: C:\Program Files\Gravity\RO\data.grf
grf: C:\Program Files\Gravity\RO\sdata.grf

// You may add more in this format
// grf: <data file path>

[Note]If they do not match, alter the paths to match where these files exist on your computer.

Step 5 : how conf the client software

so now we have to connect the client to ower new private server . For this part you have just to download this file that my friend he has made it recently (02-Jan-2006) sakray hexed. Save and extract the executable in the the attachement and and place it in your “C:\Program Files\Gravity\RO” folder. To make things easier, make a shortcut to the patched Sakray executable and place it somewhere on your desktop.

Since all in-game objects are just IDs on both the client and the server, at some point you need to translate this ID number to an object name and description for the player to be able to make sense of it. This information is store in a series of text files, so updating the object ID text files with English langauge names and descriptions changes most of the game from being Korean to English (or any other langauge you want to use). Granted, the process is a bit more complicated than that, but you get the idea. To change all the required client side graphics and text at one time we will use this RAR file to do the patching work for us. Just download, and unpack the archive into your your “c:\program files\Garvity\RO” folder. If you already have a data folder in this location, you may want to rename it before extracting the archive.

hhuuufff.... We are almost done, but we still need to do a few more things before we try to run the server software. Since the client software needs to be made aware the new private server, a few changes need to be made to the Sclientinfo.xml file located in the “C:\Program Files\Gravity\RO\data” folder. I could have done this for you when I made the data folder RAR file, but I prefer you make the edit yourself so that you know where to look for this configuration setting. In the Sclientinfo.xml file you have now from the RAR file, I have included the connection information to another project I'm working on, RO Central, as an example of what a working configuration will look like. In addition, this example will also show you how to add more than one connection to a Sclientinfo.xml file to allow you to play on more than one private server.

Ok, if you already play Ragnarok on another server (let's pretend you play on RO Central), you will have a Sclientinfo.xml file will have other configuration information in it that we don’t want to change, so replacing the whole file with one that points to your new server would not be a good idea if you wanted to keep playing Ragnarok on the server you are on now. To get around this problem, you need to add a new server entry that will give you a connection choice when you run the hexed Sakray program you downloaded earlier. Before you begin, first make a copy of this file so that if things go really wrong, you can overwrite the edited file with the original one. Next, open up the XML file in notepad and locate the beginning and ending “connection” tags. All the information for a connection exists between that set of tags. What you are going to do next is copy and paste the connection information below above the first set of “connection” tags:
CODE

     <connection>
          <display>Local RO</display>
          <desc>Local network</desc>
          <address>127.0.0.1</address>
          <port>6900</port>
          <version>0</version>
          <langtype>0</langtype>
     </connection>
  

Don’t worry about having extra lines above and below the text in the XML file, just make sure you only copy and paste the text between (and including) the “connection” tags. Feel free to edit the text between the “display” and “desc” tags once you have it pasted. Be creative, but keep it short and to one line for each entry. Leave the text in the “address” tag alone for now – that tells the client software to point back to yourself. Save and close the file – we are done with it.

[Note]: I know that 127.0.0.1 is NOT your current IP address. 127.0.0.1 is what is called a “loopback address” and is special IP address that tells your computer to send any network information back to itself. By using this special address we don't need to know your computers current IP address to test the eAthena server. Just trust me on this, it almost allways works.

Step 5 : Are you Redy ??

At this point we are done. If everything is configured correctly, you should be creating an acount on your very own private Ragnarok server very shortly.

= Run the server :
Close all unneeded applications , open the Athena folder and locate the three executables: char-server.exe, login-server.exe, map-server.exe , All of these are basically DOS command line applications, so when you run them you will only see a window with text open up and stay open for as long as each of the three server programs is running.
- 1st run map-server.exe ,and if Cygwin is installed correctly you should see a command line window open up and a list of maps scroll past as the program reads them. It may take a while to finish.
- 2nd run char-server.exe ,(This one should only take a few seconds to run)
- 3th run login-server.exe.

= Your first login :
Run the patched Sakray shortcut from your desktop, click OK at the first dialog box and select the “Local RO” option (or whatever it is that you called it). To create an account on your server, simply connect to the server as if you had an account and enter the name you want to give the account and add “_M” or “F” at the end of the account name and use whatever password you want to use. For example if we wanted to create a male account called “Xakiru” we would log in the first time using “Xakiru_M”. Putting “_M” or “F” at the end of the account name tells the eAthena server that the account info you are using is new and it will make a blank account for you and only needs to be done the first time you log in. The next time you log in without the “_M” or “F” and log in normally just using "Xakiru".

At this point you are done. Pick and empty slot and create a novice char and enter the server as you normally would. Go forth, kill porings, and enjoy your new toy.

Step 6 : in the end
Now while you were busy congratulating yourself for following this tutorial, you may not have noticed that I indicated that you were done with the initial server setup. Confused? Allow me to explain: right now the client is configured to your loopback IP address of 127.0.0.1. That means that you are the only person able to enjoy your very private, private server. In order for a few of your friends to join you on your new server you need to make a few more changes in addition to creating a few more accounts. Never mind making sure your friends get the correct configuration settings and patched Sakray to connect to your new private server.

In addition, you will need to make sure that the client data files match what the server thinks the client has or else the client will crash when, for example, a player buys or creates an item that the server is aware of but that the Ragnarok client is not. All this will be covered another time, but for now, enjoy your own personal world.

Here’s a few links that may be worth following if you want to further configure your private server.
eAthena server forum - everything you need is here it just takes a while to find it
pirate-server.com forums - info on all kinds of private servers
RagMods forums - customize the graphics on your server



I made time to make this tutorial in this way , i hope it help , please fill free to post or to PM me if you have any problem or if some links broke !! i don't way i can't attach rar file but it ok i uploaded in archive-host.
special tnx to Gradien ; Regik ; coldfusion .

Notice from OpaQue:
Quite a lot of content matched from www.neatocool.com/Projects/Ragnarok/server_setup.html Kindly refrain from copying material from external sources.

 

 

 


Reply

gryffen
How do you change the rates of your server?

Reply

BadPacket
QUOTE(OpaQue @ Jun 20 2006, 08:47 PM) *

Notice from OpaQue:
Quite a lot of content matched from www.neatocool.com/Projects/Ragnarok/server_setup.html Kindly refrain from copying material from external sources.



"Quite a lot" is a bit of an understatement. This guide is a year old now and I am currently in the process of rewriting it. You no longer need to download the Cygwin DLLs as they are usually included in the eAthena distributions. Also a pure Windows .NET version of the server was created late last year that no longer requires any version of the Cygwin DLLs. In addition, the client updating section of this guide no longer works now for people that have never updated due to the fact that Gravity removed a key file from the patch server that the old sakup program looked for. Use the more modern patching programs now included with the Korean Ragnarok client install and this will no longer be a problem.

Look for an updated Server setup gide on neatocool.com in the next few days.


BTW - gryffen, you can change the drop and exp reats of your server by editing the exp.conf and drops.conf text files located in the eAthena\conf\battle folder. Just about anything you would want to change would be in there.

 

 

 


Reply

grimmy
do u need the game????

Reply

athepro
QUOTE(uhh @ Jul 3 2006, 07:33 AM) *

Whatever aminzzlink said
Yeah, how do you make GM accounts?

Reply

masterleous
what is Ragnork??? and what are the features of this server???? i really not don't know about it

Reply

Strijder
I've followed the entire guide, but I keep getting the same errors when trying to run the servers: "This application has failed to start because cypcre-0.dll was not found." Any idea what I'm doing wrong?

Reply

rapidget
QUOTE(masterleous @ Jul 9 2006, 02:15 PM) *

what is Ragnork??? and what are the features of this server???? i really not don't know about it

Ragnaroks is a very interesting MMORPG Online... I found a story about it which I found very interesting... Read it, you might get interest on playing it.

CODE
http://iro.ragnarokonline.com/

CODE
STORY OF RAGNAROK
After the long and gruesome war between God, Humans,
and Demons...
Scarred during the dangerous moments in battle, and avoiding total destruction altogether, the Humans, God and Demons entered a long truce

The 1000 years of fragile and forged peace...

In the land of Midgard, the existence of peace eventually led the humans to erase their memories of the scars and hardships of the wars in the past. Not remembering the faults of the past, culture was spreading throughout the land along with selfishness, corruption, and arrogance.

Then one day, strange occurrences started happening, breaking the balance that once existed in Midgard. There came a strange howl from the boundaries that divided the humans, God, and demons; creatures began attacking; increasing earthquakes and hail - and...
The mysterious legend of demons...
As the fragile peace began to fall apart, stories about the parts of Ymir, protecting the peace, began to spread among the adventurers. Forgetting the true nature of it, people set out to seek each of the pieces for their own selfishness, and the wealth that would come with it...


Reply

masterleous
Thanks rapidget for your information...........it seems interesting.


Reply

1337Garron1337
i got an error saying failed to connect to server. how do i fix this?

Reply

Latest Entries

iGuest
RAR File
Private Server Ro .

I cant seem to download using that link..

Could you give me another link??

-reply by RAR File

Reply

iGuest
why when i click the map-server always show this???
Private Server Ro .

This application has failed to start because cygpcre-0.Dll was not found. Re-installing the application may fix this problem.


-reply by Un_Named

Reply

iGuest
Unknown Packet
Private Server Ro .

Every time I log in and select a char it says "disconnected from server". When I look at my login log under eathena, it has "End of connection, unknown packet (ip: 127.0.0.1)". Can anyone help me with this?


-reply by John

Reply

iGuest
can someone help me on changing the lang pack for the ro server from korean?
Private Server Ro .

I have a problem with the lang. Pack I want to change it to eng. But I do not know where to get that sending me a link would really help out
Thanks

-question by lawrence

Reply

DDDXD
QUOTE(FeedBacker @ Jun 11 2008, 03:24 PM) *
ok i get an error when i open the map char and login client

Private Server Ro .
It says "The Porcedure entry point _isinfd could not be located in the dynamic link libary cygwin1.Dll. Pls help I wanna host ro

-question by Alex

another people had the same error!!!

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, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16
Recent Queries:-
  1. ragnarok server making guide - 0.10 hr back. (1)
  2. my private ragnarok server unknow packet - 0.11 hr back. (1)
  3. what do i need for a private rangarok server - 0.13 hr back. (1)
  4. ragnarok offline private server maker - 0.20 hr back. (1)
  5. how to make a ragnarok online private server - 0.22 hr back. (1)
  6. how to create a ran private server - 0.32 hr back. (1)
  7. how to start ragnarok private server - 0.34 hr back. (2)
  8. how to make ragnarok online private server - 0.41 hr back. (1)
  9. how to create a ragnarok private server eathena - 0.44 hr back. (1)
  10. create your own ragnarok private server - 0.59 hr back. (2)
  11. ro server - 0.59 hr back. (1)
  12. ragnarok private server files - 0.71 hr back. (1)
  13. build your own ragnarok online ii character - 0.74 hr back. (1)
  14. how to know sql server of online games - 0.81 hr back. (1)
Similar Topics

Keywords : private, server, ro, create, private, ragnarok, online, server

  1. Warhammer Online Review
    (1)
  2. Private Server
    (0)
    Well Private servers first came into my mind a few years back when i asked someone about "Zezima" a
    High Leveled Runescape Player, he said that "Zezima" Uses a Private "World" Which are Servers that
    are hosted through out the Real World and then connect to a Login/Game Server. now a "Private"
    Server I was wondering what it was and how we may get Access to that, well for one it would have to
    connect to the official Runescape Game Server in order to see the Graphics and Game Details and so
    on, this could not be possible because Runescape has a Web Browser based Client, but....
  3. New Text Based Tactic Online Game
    it better than the old ones. (0)
    try www.ikariam.org its amazing! the only text online game with images! it's not like
    the others where your upgrade is just a click, you'll have to wait for hours even days. This
    create oppurtunity for newcomers and balance for the old players. a must try for bored of surfing
    and such /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" />....
  4. Diablo 2 D2pk Custom Private Pvp Private Realm
    Up for 2 years and in it's prime (1)
    You guys if you play Diablo 2 then listen up! Love dueling? Then you will love D2PK.
    Hmm...Where do I start? Here is what D2PK is Get 100% perfect characters level 99 in less than 2
    minutes Get gear at NPCs, and get level 99 and torch and anni from 1 monster kill Then you duel all
    the time! Make builds you never have before, or be what you always wanted to be! This is a
    GM Realm! Thats right. Not only are you not allowed to hack, but it doesn't work. I tried ;D
    D2pk is a private server for Diablo II that is based on the Battle.Net Realms. Curre....
  5. Diablo Ii Lod
    Online Players? (3)
    I am new to this site, and I was wondering how many people here play diablo II LoD online. I have
    talked to quite a few people in the past that seem to only play the game off line, but i personally
    enjoy the features available online that cannot be found offline. Are there any clans or anything
    like that on this site?....
  6. Runescape Through A Proxy
    I'm having trouble running Runescape through a proxy server (2)
    I use GhostGo when I surf the web most of the time because it helps protect my privacy. One
    problem I've encountered, is playing Runescape on it. A picture of my screen is attached. I use
    Safari to play Runescape. I'd rather not, but I will use Firefox if I need to.....
  7. Slavehack
    An online hacking GAME. (3)
    I found this game about 620 days ago whilst surfing for some *cough* stuff *cough* on the internet,
    i thought hey why not play it it can't harm me, but i was wrong, this game has taken over 600
    hours of my life away due to the addictingness of it. It's hard to get the hang of (or it was
    then because of the missing process page and the no tutorial), but now its easy. To
    'survive' in the game you need a nice set of software (currently the max is 5.0 when i
    started it was 1.5) to achieve this software you have to do riddles, once you've completed the
    ri....
  8. Conquer Online
    free mmorpg (2)
    Have you heard about conquer online? It was chosen the best free mmorpg game to play last year and
    indeed it is a wonderful game to play with friends.You are in the medieval age and you are in
    chineese culture. Like other games you have to level up and the maximum level you could reach is
    135! There are 4 classes to choose from in the starting of the game: trojans,archers,taoist and
    warriors. Trojans are the best as they have maximum damage and maximum health but their defence a
    bit low. They rule the game. Rest classes are self explanatory and act as sidekicks to th....
  9. Asktao Online
    asktao online game (1)
    AskTao online, is a china online game,you can check it in register and download ....
  10. Tutorial On How To Compile Your Own Mangos World Of Warcraft Private Server.
    A great way to learn about how big MMORPGs work and are built. (2)
    ==================== | Disclaimer Please read | ==================== This is an
    educational project ONLY! It is NOT MENT TO BE RAN AS A PUBLIC SERVER! If you do run a
    public server it MAY be against Blizzard's (World of Warcraft's parent company) EULA and you
    will void any agreements including the right to play on their servers. They will DELETE YOUR ACCOUNT
    and possibly ban you from their servers all together. I am writing this to help you learn what goes
    into making a big time MMORPG and possibly get people into learning about video game prod....
  11. Dream Of Mirror Online
    (2)
    QUOTE Note to moderators: All the information on this page is taken directly from the Dream of
    Mirror Online (DOMO) official website and its forums. A large amount of the information has been
    copied directly from the website. Aeria Games & Entertainment has given permission for this
    information to be used. Dream of Mirror Online (DOMO) is a social massively multiplayer online
    role-playing game themed around the ancient Oriental myth of the Kunlun Mirror. It was created
    Softstar and published in North America by Aeria Games & Entertainment, Inc.Players enter an anime....
  12. Private Ragnarok Online Server
    (0)
    Yes this is a private ragnarok online server hosted by me. If you're interested in playing on
    trying out the game for free, feel free to join mine! If you have no idea what Ragnarok Online
    is, check out the official site before you read ahead! http://iro.ragnarokonline.com/
    TwilightRO Server Website - http://TwilightX.net Forums - http://TwilightX.net/forum Control
    Panel - http://twilightcp.servegame.com/cp TwilightRO is hosted by Windows Server 2003 OS on a
    home 10mbit line which is soon to be upgraded to a 20mbit line. The computer itself has....
  13. World Of Warcraft
    Private Servers (Reccomendations) (29)
    I Play at a small private server called AlphaWoW (Previously wow.vtwout.net) We are a small
    community and have all grown to know each other withing the game and on the forums!
    www.alphawow.net i also used to play at AniWoW anyone have any suggestions on other good servers....
  14. Ragnarok
    MMORPG (10)
    If you like RO and want to play for free, or you're just bored and trying to decide on a new
    game to play, you should check out DragonRO. It's a free RO server that was really popular a
    little while ago but had to shut down. Well it's now returning for v2:Refreshed! and needs
    more players /wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />
    It's a stable, lag-free server which is coming back as v2:Refreshed! and aiming to get
    more players to join. We have Patch Client, and an easy install guide, with experienc....
  15. Bored Aussies Ragnarok Online
    (1)
    Hey australia! any of you Bored Australians wanna play an all aussie ragnarok online? Well if
    you do check out www.boredaussies.co.nr or www.baro.co.nr The community is still forum based until
    the forum gets popular the server wont start! SO REGISTER ON THE FORUMS AND SPREAD THE
    WORD!....
  16. A New Free Game Mo Siang Online, Who Know The Link?
    who know the link? (4)
    /ohmy.gif" style="vertical-align:middle" emoid=":o" border="0" alt="ohmy.gif" /> i heard from my
    friend is great and free and being close beta, who know the download link?....
  17. Free Online Pirate Mmorpgs
    Do you know of any? (2)
    I love pirate MMORPGs, and I wish there were more. I am not satisfied with the ones I know. I just
    love making a pirate character and owning ships, getting piratey clothes weapons and getting crews
    and stuff. It's so much cooler than the usual medieval MMORPG. The ones I know in this GENERAL
    category: 1. Zepirates (lame, not live, text based, I don't like it) 2. Puzzle Pirates
    (Addicting and cool pretty much, I guess, but I want more) 3. Pirates of the Burning Seas (Looks
    sweet, but I can't figure out how to sign up!, also still in beta testing) 4. Do....
  18. Ragnarok Online 2: The Gate Of The World
    RO in 3D with new additions and improvements!! (7)
    Ragnarok Online 2: Gate of the World from what i saw from some sites, its full 3D,
    graphics not too bad, they improved the gameplay somewhat and also introduced new systems. However
    i'm not too sure on the details. looks great though. i heard its already out in korea..or was
    it japan. if you would like some info about it, you can check out wikipedia. anyone has any info on
    when the english version is coming out? i really want to try it.....
  19. Conquer Online
    (5)
    Hey, anyone else play Conquer? Its not that big of a game, but it should be, AWSOME fighting RPG
    game. 3D characters, I think 2D background. The best lvling and item system I have EVER seen. I
    play in the Constellations: Cancer Server (There are like 30 servers) My accounts are: Level 68
    Warrior Level 50 Water Taoist Level 32 Archer There are four classes, Trojan (Best Attack) Warrior
    (Best Defence) Archer (Best Long Range and Multiple attack at once) Fire Taoist (MAJOR Magic Attack)
    Water Taoist (Magic spells like heal, Stigma (+ attack for somone else), invisibility....
  20. Are You Playing Ragnarok Online ?
    (17)
    Are you playing Ragnarok online ??? if you answer yes which server are you playing in ?? for me
    yes i'm playing and i'm playing in a private server www.animaro.com , and my name in is
    Xakiru , so what about you ??? ....
  21. Water Margin Online
    Free Forever mmorpg game (6)
    http://www.108.com.my/english/main.php?lang=eng A game that i currently playing and pretty
    fun. Try it now. /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0"
    alt="laugh.gif" /> any question can ask me /smile.gif" style="vertical-align:middle" emoid=":)"
    border="0" alt="smile.gif" />....
  22. Follow Up On The Best Free Mmorpg's
    praise to Anarchy Online (6)
    There was a recent post about someone asking what good free mmo's are available for free
    download. Im not necessarily going to make a list but all are welcome to do so and comment on what
    im about to say. I without a doubt believe that for anyone who tries it and hangs in there long
    enough to see all the features of the game that ANARCHY ONLINE is indeed the supreme in free
    mmo's. I would even argue that this game is better than most pay to plays. Also it has 4
    expansions and you can get them all for only $9.95! I have played everquest back in the day
    an....
  23. Dungeons & Dragons Online
    Next MMORPG to be released. (4)
    First things first let me say hello to all the old members who are still here and posting if any of
    you even remember who I am. I have returned from a long period of inactivity for one reason this is
    the best free hosting you can get unless you have a friend who runs a server and gives you space.
    Now on to the topic at hand, Dungeons and Dragons Online, hereafter refered to as DDO. How many are
    going to be playing this or have gotten into the beta I am going to be pre-ordering mine here within
    the next week /smile.gif' border='0' style='vertical-align:middle' alt='s....
  24. Knight Online
    Stay away from it (14)
    Stay away from knightonline although its free but the company that runs it is corrupt they sell
    characters to people and give them weapons and stuff that is impossible to make. The worse thing is
    I had a lvl 65 warrior and legit everything and I got hacked and I never got a keylogger and they
    wouldnt restore my account cause the hacker was scamming people by selling the account and then
    steeling it so it had alot of IPs on it and they said I shared my account.....
  25. Age Of Empires 2 The Conquerors Multiplayer Online
    strategies. (24)
    hey guys, Ive been playing AOE2 for years, im not new to that, but ive Rencently only started
    playing online with other people, im not new to the game, but im new to the online version. its way
    different. So if anyone has any tips on how to win, and how to even compete would be great. Cause
    i get my butt handed to me time after time. poeple are either REALLY good or i just plain suck
    hardcore lol. so if you guys have any hints or tips and anything for that matter please post,
    anything will help /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> ....
  26. Tales Of Eternia Online
    something to be ready for...w00tness (2)
    Final Fantasy XI is one of the first console/Japanese RPGs that expanded into MMORPGs. This year
    Namco follows suit as Namco's popular Tales series is going to be an MMORPG. On a personal note,
    while I expect a grind, I hope that Namco makes the grinding less obvious through a plethora of
    quests. QUOTE General Info Game: Tales of Eternia Online Publisher: Namco Developer: Namco
    Genre: MMORPG Release Date: TBA (Currently in closed beta) Official Site:
    『テイルズ オブ エターニア
    ....
  27. Lord Of The Rings Online
    (3)
    LOTR I hope my pc can handle this... > after reading much , it says that you CANT play as any of
    the Isengard and Mordor Forces. *So much for my Nazgul dream* But you can be corrupted buy the Onr
    ring and can be the bad guy w/c is good plus driven by a HEAVEY STORYLINE. This game is looking to
    be a tought opponent for WoW. ....
  28. Mu Online
    Psychic Doom (4)
    Haw!!! /mad.gif' border='0' style='vertical-align:middle' alt='mad.gif' />
    Anybody who plyed MU @ pyschic doom here???I tried to play mu psychic doom today and i was
    disconnected...wa happened???....
  29. Dofus Online
    A free mmorpg (10)
    There is a new mmorpg made by a company based in France.They have translated the game to english for
    its September slated release. You can sign up and beta test for free. To play goto www.dofus.com
    This rpg consists of 12 classes, a turn based tactics battle system (a la Final fnatasy tactics),
    and over 15 different professions (including Blacksmith for 6 different weapons, miner, baker, and
    much more) If you sign up and it asks you for you referer put my Dofus gamertag: TsengTsuzaki
    Thanks and have fun on Dofus!!!! ....
  30. Your Favorite Online Rpg
    (32)
    I'm looking for a new online rpg because I've had it with everquest. Anybody has a
    suggestion? I was thinking about the upcoming game DDO(dungeons and dragon online)....

    1. Looking for private, server, ro, create, private, ragnarok, online, server

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for private, server, ro, create, private, ragnarok, online, server

*MORE FROM TRAP17.COM*
advertisement



Private Server Ro . - How to create your own private Ragnarok-Online server !!!



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free 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