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!

Mobile Source Code Ragnarok Origin[Full]

Joined
Nov 19, 2008
Messages
172
Reaction score
194
GlobalTable.json by GlobalTable.lua
but this project very hard to fixed ,,,because in my country ,not see anybody to show me the runing server...so ,,i think,you also can't fix...more project fix by my country people.
This is not China, This is RageZone, It will be okay, don't worry.
 
Last edited:
Newbie Spellweaver
Joined
Oct 7, 2023
Messages
15
Reaction score
8
i use 20g zip before

now i find somthing in 98g zip, some codes in 20g have been modified or deleted

i dont confirm these codes were retired or other reason

comparing and trying…
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Apr 4, 2024
Messages
12
Reaction score
2
i use 20g zip before

now i find somthing in 98g zip, some codes in 20g have been modified or deleted

i dont confirm these codes were retired or other reason

comparing and trying…
this is just how the logs will be displayed. lol
 
Newbie Spellweaver
Joined
Oct 7, 2023
Messages
15
Reaction score
8
.bytes is a unity file, in ROM you can convert the TXT files into .bytes files in unity.
on ROO probably too, i think.
thx, i will try
but ro_games_manager.cpp in gs, it looks like a tool for load **table.bytes
 
Newbie Spellweaver
Joined
Apr 4, 2024
Messages
12
Reaction score
2
thx, i will try
but ro_games_manager.cpp in gs, it looks like a tool for load **table.bytes
you are right,
Code:
std::string file_data = GSConfig::Instance()->ReadFileContent(name.c_str() + base_path.length());

so the gameserver are managing the .bytes files, so probably we have to find an way to convert the txt files into .bytes
 
Newbie Spellweaver
Joined
Oct 7, 2023
Messages
15
Reaction score
8
you are right,
Code:
std::string file_data = GSConfig::Instance()->ReadFileContent(name.c_str() + base_path.length());

so the gameserver are managing the .bytes files, so probably we have to find an way to convert the txt files into .bytes
zip-> config folder, find BatTools , it can export bytes file from csv… i guess
the bytes files in GS folder have many data, maybe something wrong with the process of GS start or my wrong configuration
 
Newbie Spellweaver
Joined
Apr 8, 2024
Messages
6
Reaction score
1
zip-> config folder, find BatTools , it can export bytes file from csv… i guess
the bytes files in GS folder have many data, maybe something wrong with the process of GS start or my wrong configuration
which server version you were able to compile the one with client version 0.2.0.0.1 or 0.2.7.x?
 
Initiate Mage
Joined
Apr 9, 2024
Messages
2
Reaction score
1
Check this Ragnarok VM Need to Test



Extraction code: a3o3
this Ragnarok h5 vm
 
Joined
Jun 3, 2009
Messages
977
Reaction score
283
this Ragnarok h5 vm
I see thank you
 
Joined
Nov 19, 2008
Messages
172
Reaction score
194
Lua fix ?
Have you looked at the ROO server files in the ROM? Maybe there is something there for LUA?

 
Joined
Sep 24, 2012
Messages
408
Reaction score
63
Have you looked at the ROO server files in the ROM? Maybe there is something there for LUA?

No time , work job
 
Back
Top