Games genres:
Ragnarok Online 2 is a 3D MMORPG or ‘massively multiplayer online role-playing game’ set in the vast fantasy world of Midgard. It is the official sequel to the popular old-school isometric MMORPG Ragnarok Online. The game has spawned an animated series, Ragnarok the Animation, and a sequel game, Ragnarok Online 2: Legend of the Second. Player characters exist in a world with a player environment that gradually changes with the passage of time.
Game description:Ragnarok online: Path of heroes:
Ragnarok online: Path of heroes - gather your own team of mercenaries and fight monsters and other players on arenas and in different locations. A well-known pc game is available on your mobile device now. Fight thousands of players from all over the world. Complete different missions and objectives to level up your hero.Game features:
- Awesome graphics
- Over 120 different mercenaries
- Character progression up to level 90
- Battle other players
The game requires an Internet connection
Download game Ragnarok online: Path of heroes for free
Saga Revised is a server emulator for Ragnarok Online 2: The Gate of the World.
Saga Revised is the new and improved Saga.The new system is less hardcoded based and more on input data.
The data that we provide is official data that we mainly extract throughout a gigantic database of packetlogs.The numbers of players on the official servers have been decreased and so are our packetlogs so the data isn't entirely trustworthy to be compatible with latest calculations.
Table of Contents
- Getting Started
Getting Started
Sources Compilation
Windows Instructions
You need to have .NET Framework 3.5 installed in order to be able to build the emulator.Then simply run the script build.bat
in the project root directory and wait until everything is done.
Linux Instructions
To build Saga Revised under Linux you must have Mono installed.Recent Linux distributions do not ship with .NET framework 3.5, but it's possible to build Saga Revised with .NET framework 4.5.
To do this, install mono-complete
package and create a symbolic link 4.5 -> 3.5 like this:
Then, run build.sh
to build Saga Revised.
Now, download and compile lua for Mono like this:
Copy all the files from ~/devel/MonoLuaInterface/bin
to the server Binary directory replacing existing files.
Saga.Tools.Tasks currently doesn't build under Mono.
Setting up the SQL database
Installation
Download MySQL Installer and install at least MySQL Server and MySQL Workbench. Then start MySQL Workbench and check in startup / shutdown
if the MySQL Server is running.
MySQL <5.1 is not supported.
Database Creation
In MySQL Workbench, create a new schema (database) called 'saga', open it and run all SQL scripts in the directory DatabaseMysql
of the emulator. This will create every tables in the schema.
Setting up the emulator
Saga.Map
Run it. You will be asked to create a world server, choose ID 1, give a max player number and a passcode. Set the rates, type 1 to load every plugins, finally say no 2 times and then yes for the last question. Enter your database settings like in this example:
Close it.
Saga.Authentication
Run it and type 1 to load the plugin. Say no to the 2 next questions and yes for the last one. Use the same database settings as above:
Close it.
Saga.Gateway
Run it and say no to everything. Close it.
Ragnarok Online Game
Adding the world server in the database
Open Saga.Map.config
, go to the line which looks like <Saga.Manager.NetworkSettings world='1' playerlimit='50' proof='2C6CFC5F906506F46HHKIU679Y6J8Y7K'>
and copy the proof somewhere. Open MySQL Workbench, open a new query tab and execute the following command:
replacing <world_name>
with whatever you want and <proof>
with the same proof found in Saga.Map.config
.Now you're done, you can launch the server.
Ragnarok Online 2 Download
FAQ
I can't build the emulator under Windows
Sometimes the build.bat
script doesn't work out-of-the-box. Check that the path to MSBuild.exe
is correct by editing the script and/or try to run the script with administrator privileges.
Where can I get a client of the game?
You can download the latest DiviniaRO2 full client.
How do I create a player account?
Type account -create <username> <password> male
in the Saga.Authentication
console to create a male account by replacing <username>
and <password>
with whatever you want (use female to create a female account).
How do I connect to the server with my game client?
You need to run the game executable with some options. For example, you can use a batch script with the command: 'SystemRagII.exe' ServerIP=127.0.0.1 ServerPort=64000
.
I can't login to my player account
If you can't login to your player account, restart the server and before trying to login to your player account, type host -connect
in the Saga.Gateway
console. You don't have to do that each time you want to login to a player account, just once after launching the server.
Known Issues
Download Game Ragnarok Online 2 Play
No lua command to add a new weapon to your inventory. We do have all the packets and know how to use them however.
There is a targeting problem when casting emoticons on other people. We have to debug where this goes wrong.To debug the server, run the server from the binary folder, in Visual Studio -> Tools -> Attach to process -> Saga.Map.Exe.Set a break point on the function where it does the offensive attack, and use the intermediate window to check which expressionis evaluated as false.
AI is still a bit dumb. We need to figure out a way to read out all the height information for closed rooms with multiple height planes in order to fix this.This will take a long amount of time so bear with the dumb ai for now.
If the computer is extremely stressed loading the lua quest files ad-hoc can cause problems.Lua reads the files ASCII encoding so if you save it with unicode encoding this causes issues also.A fix could be to preload all quest files and add a reload command.
Mysql <5.1 is not supported. It will never be supported either. However both Mysql 6.x and 5.1 are supported.
Download Game Ragnarok Online 2 Indonesia
The server has never been tested under a stressful environment and Mono. Be aware to expect bugs in that corner or even uncompatibility.
Download Game Ragnarok Online 2 Full
About
Authors
- phr34k, Zenzija, and all original SagaRevised contributors
- kalel60, Sebda, and all SIN contributors
- Darkin - Developer - JulienGrv
License
Ragnarok Pc Game Download
This project is licensed under the Creative Commons Public License (CC BY-NC-SA 4.0) - see the LICENSE for details.