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!

Current Progress

Joined
Oct 8, 2011
Messages
42
Reaction score
22
KuroSaru - Current Progress - RaGEZONE Forums


DragonRaja - VM
Contains the following:
- VS2005 setup to compile DR.INT 1.4 Client and Server Code.
- Server Code (Compiled and Turned on).
- Client Code (Compiled and Ready to use).
- HeldiSQL for editing the DB
- Compiled mostly working copies of all Tools

DownLoad URL: Size: 10Gb

For RMTools or to Login via the client as GM002 use the following details:
user: munk
pass: password


ChangeLog:
* map_data.bin is no longer encrypted
* Login UI - mostly lines up.
* Anti-Cheat/Hax has been effectively Removed from everything.
* Client Version matches Server Version

Notes:
- Not all skills work. likely client side issue needs more testing.
- Window Mode doesn't work - code mostly missing.
- High Res (1024x768) doesn't work - code mostly missing.
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Apr 23, 2020
Messages
24
Reaction score
2
Hello friends, I compile the code released by reece1, but the logger can't compile it, there is an error message, how did you compile it, please help me. thank you~



Are you already in the game?
 
Joined
Oct 8, 2011
Messages
42
Reaction score
22
So I can login now, Only issue no character can move? not sure the cause might be client loading map wrong? or something in one of the servers presenting char from moving.

SRTNDuF - Current Progress - RaGEZONE Forums


ZMoo7ww - Current Progress - RaGEZONE Forums


Once i get it all working, ill upload a VM with the working server, client and build tools.
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Apr 23, 2020
Messages
24
Reaction score
2
Thank you! My friend, I wish you an early success.
 
Initiate Mage
Joined
Apr 23, 2020
Messages
24
Reaction score
2
How is the research going now? friend



Hi, is it possible to post the server files that can be used, including compilation. Thank you~


lordlook
 
Joined
Oct 8, 2011
Messages
42
Reaction score
22
Finally fixed! Chars can move.

wwiVyTt - Current Progress - RaGEZONE Forums


Todo:
- Make Basic site with create new account, how many users online.
- Clean up DB remove all old accounts.
- Repair RMTool to not suck hard.
- Update Client to work in Win10/11 (only works 100% in XP VM)

Compressing and Uploading WinXP VM image with BuildTools, Fully working Server and Client. Will update First post when done. If anyone wants to setup a Discord server and help fix stuff let me know.
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Jul 27, 2012
Messages
13
Reaction score
5
How is the research going now? friend



Hi, is it possible to post the server files that can be used, including compilation. Thank you~


lordlook

I personally wouldn't. The DR source is really outdated 20+ years.

They were writing DR in C++98 hence code itself is really old and it's noticable for example:
Having 100 exe's running in the background for every map is not good in today's standarts.

With multi-threading introduced in 2011 all maps can be in one exe file.

Improvements like this would take too much time and I belive that it's best to start from scratch.

The files I worked on were the 1.4 Korean files. The last time I've touched them was in July 2021.

With some slight issues I was able to compile the source on windows 10.

Here I implemented a simple UI system using lua using DRG's ui files


I've made a simple csp / dat. image / animation viewer using ImGUI and SDL


And replaced directx renderer with SDL with custom resolution options


But that was last year this year I haven't touched the source.

 
Joined
Oct 8, 2011
Messages
42
Reaction score
22
Frankly making a whole new server and client from scratch does seem the smartest option at this point.

But I'm also happy to have a mostly working old server and client code now.

Progress you made so far lordlook is awesome.
 
Initiate Mage
Joined
Apr 16, 2012
Messages
28
Reaction score
4


Basic scripts reworked and improved


.login system with sessions

.protected members section so if you try type in the url for the members page it will redirect the person back to the .login page to sign in.

.registration

.member side.

.exp reset instead of typing the character name in it will automatically get it from the database and list it as a selection option.

changepassword

instead of typing your own account username it will automatically get it from the session login_id
 
Last edited:
Initiate Mage
Joined
Apr 23, 2020
Messages
24
Reaction score
2
First of all thanks for sharing, friend. I have a question, the code you posted cannot compile the login device, can you post the correct and complete code? Thank you very much!

reece1
 
Initiate Mage
Joined
Oct 20, 2022
Messages
1
Reaction score
0
So I downloaded your game files, for some reason the proxy server cant connect

KuroSaru - Current Progress - RaGEZONE Forums


DragonRaja - VM
Contains the following:
- VS2005 setup to compile DR.INT 1.4 Client and Server Code.
- Server Code (Compiled and Turned on).
- Client Code (Compiled and Ready to use).
- HeldiSQL for editing the DB
- Compiled mostly working copies of all Tools

DownLoad URL: Size: 10Gb

For RMTools or to Login via the client as GM002 use the following details:
user: munk
pass: password


ChangeLog:
* map_data.bin is no longer encrypted
* Login UI - mostly lines up.
* Anti-Cheat/Hax has been effectively Removed from everything.
* Client Version matches Server Version

Notes:
- Not all skills work. likely client side issue needs more testing.
- Window Mode doesn't work - code mostly missing.
- High Res (1024x768) doesn't work - code mostly missing.



@KuroSaru
 
Initiate Mage
Joined
Apr 16, 2012
Messages
28
Reaction score
4
will upload dr-int src files and server for windows 10

will have a bansystem
gms will now be able to ban,unban,accountlock a players account with the bantool gui on gmclient
gms can generate items rares and lgs
added percentage to tactics and jobs
added nationchat
added -exp command /exp
added ping with command /ping
added prison but still needs alot of work to get it working

fixed the named of the legends to the current legend names roadknight to lordknight ect.
added logs for ban and gm generating items

drserver link:


drsource link:


website link:


loginscript
banscript but you dont need it.
changepassword
forum news will update to website homepage
gallery with admincp for gallerry to accept or not accept
resetpassword
plus basic information about the server on the external links

with everything you need basically can run out the box just need to edit the settings in dbcon.php under includes folder
 
Last edited:
Initiate Mage
Joined
Feb 6, 2023
Messages
2
Reaction score
0
will upload dr-int src files and server for windows 10

will have a bansystem
gms will now be able to ban,unban,accountlock a players account with the bantool gui on gmclient
gms can generate items rares and lgs
added percentage to tactics and jobs
added nationchat
added -exp command /exp
added ping with command /ping
added prison but still needs alot of work to get it working

fixed the named of the legends to the current legend names roadknight to lordknight ect.
added logs for ban and gm generating items

drserver link:


drsource link:


website link:


loginscript
banscript but you dont need it.
changepassword
forum news will update to website homepage
gallery with admincp for gallerry to accept or not accept
resetpassword
plus basic information about the server on the external links

with everything you need basically can run out the box just need to edit the settings in dbcon.php under includes folder


Thank you for your release, I am a little confused how to start your server, if you can provide a little guidance. Thanks!
 
Back
Top