Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

RagII on Windows 10 (Can run up to Windows XP [maybe?])

Experienced Elementalist
Joined
Jan 11, 2010
Messages
247
Reaction score
45
That's right, the problem is working with the database, check the database connection settings, as well as the correctness of the game world settings.
 
Experienced Elementalist
Joined
Apr 10, 2011
Messages
207
Reaction score
24
Friend, I followed your guidance and the error still occurs, follow the debug print.

View attachment 172742View attachment 172741

Well then this way.

1. Open Saga.Map.xml with an editor.
2. Find proof next to Saga.Manager.NetworkSettings.
3. Copy letters mixed with English and numbers (Example: C99EE435C9C0C0CCB662CC9E3769BCB3)
4. Open the SQL tool and log in.
5. Find list_worlds in the database and add a row.
(Server name in name, letters copied above in proof)
6. Save
 
Experienced Elementalist
Joined
Apr 10, 2011
Messages
207
Reaction score
24
Kang Jinsu how to decrypt language?

Decryption is not possible. (don't know how)
Instead, get the source code and edit it. (src/Data/Language)
And execute FolderPack.exe located in the System folder.
(If not, find the FolderPack folder in the source code, open the project, compile, and copy the output to the System folder.
Perhaps FolderPack.exe exists in the Output folder of the source code.)
 
Last edited:
Experienced Elementalist
Joined
Jan 11, 2010
Messages
247
Reaction score
45
Progress with another version of the emulator - it was possible to connect to the authorization server. Further debugging how the game world will work.

Kang Jinsu - RagII on Windows 10 (Can run up to Windows XP [maybe?]) - RaGEZONE Forums
 
Junior Spellweaver
Joined
May 2, 2013
Messages
141
Reaction score
40
I have client RO2 Indonesia clean without editing, i don't know this version match server and i check version.dat it show like this.
UserGameVersion=00000139;
UserPatchVersion=00000139;
 
Experienced Elementalist
Joined
Jan 11, 2010
Messages
247
Reaction score
45
I have client RO2 Indonesia clean without editing, i don't know this version match server and i check version.dat it show like this.
UserGameVersion=00000139;
UserPatchVersion=00000139;

According to the description you have a game client - ragnarok online 2 legend of the second
This section is dedicated to another version of the game - ragnarok online 2 the gate of the world
 
Experienced Elementalist
Joined
Apr 10, 2011
Messages
207
Reaction score
24
You are using the DiviniaRO client or the source client?
Sorry my bad english

It was originally DiviniaRO2, but I think it may have been modified with my source code version.



Updating the second version of the emulator for this client.


Wow...

how to add account?
The server connects, but it says the password is wrong.
(To add an account, use sagaLoginAddUser in the login database.
The password is md5.)
 
Last edited:
Experienced Elementalist
Joined
Jan 11, 2010
Messages
247
Reaction score
45
You are using the DiviniaRO client or the source client?
Sorry my bad english

Leak source code client



It was originally DiviniaRO2, but I think it may have been modified with my source code version.





Wow...

how to add account?
The server connects, but it says the password is wrong.
(To add an account, use sagaLoginAddUser in the login database.
The password is md5.)

Enter login: login_F / login_M

For create account:

_F - Female
_M - Male
 
Experienced Elementalist
Joined
Apr 10, 2011
Messages
207
Reaction score
24
Leak source code client





Enter login: login_F / login_M

For create account:

_F - Female
_M - Male

I tried it and it works. :):
(By the way, then the ID can only be used as `LOGIN_`?

: Aha, if i add _M after the account i want to create, it will be created.)

And the result:


It's clear that the server will bring up the character creation screen.
:s: :):

--- Updated ---



What is this error?
serious problem?
 
Last edited:
Experienced Elementalist
Joined
Jan 11, 2010
Messages
247
Reaction score
45
I tried it and it works. :):
(By the way, then the ID can only be used as `LOGIN_`?)

And the result:


It's clear that the server will bring up the character creation screen.
:s: :):

--- Updated ---



What is this error?
serious problem?

The folder must be copied from the project with scripts.
The scripts prescribe the placement of NPCs and so on.

Copyed folders "npcs" and "Scenario" from **\SagaRO2-master\SagaScripts to ***\SagaRO2-master\Bin\Debug\scripts\
 
Newbie Spellweaver
Joined
Nov 4, 2022
Messages
8
Reaction score
0
is there any video on how to setup fully offline server for this can someone please help i really not good on text direction
 
Back
Top