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!

[Release] Reupload "MU Legend JPN Server Files"

Joined
Feb 16, 2014
Messages
652
Reaction score
246
Guys about Legend Shop it's not that hard to make this happen. files on both side must be same for Legend shop + fix DB

DB MySQL NOT MSSQL
Desktop 12-29-2023 5-14-26 PM-283 - [Release]  Reupload "MU Legend JPN Server Files" - RaGEZONE Forums


Files on server side and client
server side location: api\MU2\patch\Binaries\Win64\vanillamint
client side location: MU2\Binaries\Win64\vanillamint
Desktop 12-29-2023 5-20-17 PM-266 - [Release]  Reupload "MU Legend JPN Server Files" - RaGEZONE Forums
Desktop 12-29-2023 5-20-50 PM-737 - [Release]  Reupload "MU Legend JPN Server Files" - RaGEZONE Forums
Desktop 12-29-2023 5-27-07 PM-119 - [Release]  Reupload "MU Legend JPN Server Files" - RaGEZONE Forums


no matter witch one you will use matter that both of them mast be same.
next on client and server side there is a file "ShopMetaDataVersion.json" inside of that file you need change only this
Desktop 12-29-2023 5-34-52 PM-194 - [Release]  Reupload "MU Legend JPN Server Files" - RaGEZONE Forums



And now most important after done all good make your ShopMetaDataVersion (NOTICE: This file need be "Read Only") Because if will be not Read Only this file will be updated by Client and instead of our shop what we make we will see some KR or JPN shop in game.
so this will prevent this situation and you will be not confuse what happen.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jun 21, 2023
Messages
16
Reaction score
1
Therein lies the inclusion of the server I downloaded from Baidu. However, upon examining virustotal, the results were quite abysmal, yet the authenticity remains unclear. All the sources were collected and reuploaded by me. Therefore, please exercise caution before utilizing them. Prior to this, I had intended to establish a MU2 server. However, during the search process, I discovered that the Original MU2 had indeed shuttered its doors. The underlying cause remains obscure. I aspire to establish a private MU2 server, which proves to be quite challenging =))

Link Download:
Code:
https://mega.nz/folder/nYQzQZrD#ugiwNLjBVT0VJBRBfFI8_w

The client source code is incomplete and many files are missing.
 
Newbie Spellweaver
Joined
Jun 21, 2023
Messages
16
Reaction score
1
Did you ever check it to tell it's incomplete?
Yes, I checked, miss lot *Classes.h that generate by *.uc, the corresponding *.uc file does not exist,
like MU2GameClasses.h
 
Last edited:
Newbie Spellweaver
Joined
Jun 21, 2023
Messages
16
Reaction score
1
Well i think it looks very complete, everything compiles fine.
Sorry, can you check which directory the following files are in? I compiled the client using MU2_2015.sln.

#include "MU2GameClasses.h"
#include "MU2GameDataTypeDeclClasses.h"
#include "MU2GameEntityClasses.h"
#include "MU2GameEngineClasses.h"
#include "MU2GameInterfaceClasses.h"
#include "MU2GameEventClasses.h"
#include "MU2GameResourceClasses.h"
#include "MU2GameComponentClasses.h"
#include "MU2GameMathClasses.h"
#include "MU2GameEffectClasses.h"
#include "MU2GameVolumeClasses.h"
#include "MU2GameNetClasses.h"
#include "MU2GameViewClasses.h"
#include "MU2GameSoundClasses.h"
#include "MU2GameTableClasses.h"
#include "MU2GameQuestClasses.h"
#include "MU2GameMapActorClasses.h"
#include "MU2GamePawnClasses.h"
#include "MU2GameCameraClasses.h"
 
Joined
Jun 27, 2010
Messages
940
Reaction score
1,195
Sorry, can you check which directory the following files are in? I compiled the client using MU2_2015.sln.

#include "MU2GameClasses.h"
#include "MU2GameDataTypeDeclClasses.h"
#include "MU2GameEntityClasses.h"
#include "MU2GameEngineClasses.h"
#include "MU2GameInterfaceClasses.h"
#include "MU2GameEventClasses.h"
#include "MU2GameResourceClasses.h"
#include "MU2GameComponentClasses.h"
#include "MU2GameMathClasses.h"
#include "MU2GameEffectClasses.h"
#include "MU2GameVolumeClasses.h"
#include "MU2GameNetClasses.h"
#include "MU2GameViewClasses.h"
#include "MU2GameSoundClasses.h"
#include "MU2GameTableClasses.h"
#include "MU2GameQuestClasses.h"
#include "MU2GameMapActorClasses.h"
#include "MU2GamePawnClasses.h"
#include "MU2GameCameraClasses.h"
Those are automatically generated.
 
Newbie Spellweaver
Joined
Sep 26, 2018
Messages
33
Reaction score
0
can you guys share the source? I cannot download from baidu
 
Newbie Spellweaver
Joined
Sep 26, 2018
Messages
33
Reaction score
0
I have ErrorCode - 98 at the login screen of the game, anyone can help?
 
Newbie Spellweaver
Joined
Jun 21, 2023
Messages
16
Reaction score
1
Those are automatically generated.
I suspect that you have not actually compiled the client. vs2015 shows skipping instead of successful compilation, which can easily be seen as successful compilation.
 
Newbie Spellweaver
Joined
Jan 11, 2011
Messages
35
Reaction score
8

If you can't compile its better use the JP files, using the source you will need to translate a lot of things, create a auth server and probably fix stuff.

Visual studio 2015.

If you can't compile its better use the JP files, using the source you will need to translate a lot of things, create a auth server and probably fix stuff.

Visual studio 2015.
I can't open mega to download these files,so ,Do you send the server and client into mediafire :):) Thank you!!!
 
Joined
Jun 27, 2010
Messages
940
Reaction score
1,195
I can't open mega to download these files,so ,Do you send the server and client into mediafire :):) Thank you!!!
It contains the server and a lot of things that I have collected on this thread and others forums.
Screenshot_36 - [Release]  Reupload "MU Legend JPN Server Files" - RaGEZONE Forums
Download:
 

Attachments

You must be registered for see attachments list
Back
Top