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!

MU Legend JPN Server Files

Initiate Mage
Joined
Jan 6, 2021
Messages
4
Reaction score
1
Not an important bug since other things need to be fixed. But still a bug.

Going back to Kundun after killing Orman "Quest not found" Primary objective. so a bit concerning.

I'm gonna keep digging around to see if I can figure out the quest.csvfile server side. Lot of asset ID's that need to be identified though.



Anyone got a re-up for the MU2 remote control? Mediafire link is dead.
 
Last edited:
Newbie Spellweaver
Joined
Apr 2, 2012
Messages
94
Reaction score
26
try something like that

Code:
F:\MU2\Binaries\Win64\MULegend.exe valofe.mul.launcher::admin|81dc9bdb52d04dc20036dbd8313ed055|VALOFE|0|1|202.9.90.92|1001|JP|live

if you still get Paramstr != 9 mean that the exe is no more the original one maybe you updated it with VALOFE?

Yes!
Do you have a patch file? Or launcher
 
Initiate Mage
Joined
Jan 6, 2021
Messages
4
Reaction score
1
In the password field it has to be your MD5 password that is in the account table in SQL server. Plain text (for me anyway) does not work.
 
Newbie Spellweaver
Joined
Sep 2, 2014
Messages
31
Reaction score
1
@Magenik Very usefull info about how to add item in shop. Only I didn't understand it right away.
Somebody can upload english *_shop_meta_file.json ?


P.S reupload please link is dead.
 
Last edited:
Newbie Spellweaver
Joined
May 15, 2013
Messages
21
Reaction score
1
@Magenik Very usefull info about how to add item in shop. Only I didn't understand it right away.
Somebody can upload english *_shop_meta_file.json ?


P.S reupload please link is dead.



link off
 
Newbie Spellweaver
Joined
Jan 23, 2020
Messages
15
Reaction score
1
I have some questions How to create a new account?

How to edit items in this account since the store is not working?

I can play with friends for hamachi or put it on a vps (about 4 friends)
 
Newbie Spellweaver
Joined
Feb 1, 2005
Messages
32
Reaction score
1
I got everything working so far but im having some issues with the account when i try to log in because i get this error.
qLo8gN1 - MU Legend JPN Server Files - RaGEZONE Forums


Any help? Thanks in advance.
 

Attachments

You must be registered for see attachments list
Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
213
I got everything working so far but im having some issues with the account when i try to log in because i get this error.
qLo8gN1 - MU Legend JPN Server Files - RaGEZONE Forums


Any help? Thanks in advance.
the parsing of your data in the login string are set wrong

be sure that your md5 is set properly
as i said few post above :

valofe.mul.launcher::admin|81dc9bdb52d04dc20036dbd8313ed055|VALOFE|0|1|202.9.90.92|1001|JP|live
where 81dc9bdb52d04dc20036dbd8313ed055 is your MD5 Password in database
Something like that
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 27, 2010
Messages
20
Reaction score
0
its possible to play with anothers players with this vm? i mean online play? i try running server outside of vm and i have error: "not found dba server" and "FATAL - wait IsLoadSyncCompleted"... but i can find why..., the config of ip and database still correct i think....
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Dec 20, 2005
Messages
2,046
Reaction score
117
its possible to play with anothers players with this vm? i mean online play? i try running server outside of vm and i have error: "not found dba server" and "FATAL - wait IsLoadSyncCompleted"... but i can find why..., the config of ip and database still correct i think....

It's possible you just need to replace all the IPs on your servers files then use VPN such as hamachi,Radmin VPN or zerotier. Pretty simple.
 
Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
213
Some of you asked me how to know how many players are online

so here is the query (to run on mssql)

SELECT TOP 1 personcount
FROM [dbo].[ConnectLogRealTime]
ORDER BY regdate DESC

so here is the query (to run on mssql from database => Mu2Conn)

SELECT TOP 1 *
FROM [dbo].[ConnectLogRealTime]
ORDER BY regdate DESC
 
Newbie Spellweaver
Joined
Jul 5, 2020
Messages
8
Reaction score
1
Hello everyone, who has the language file (Coalesced_JPN.bin) editing tool, share it, thank you
 
Junior Spellweaver
Joined
Aug 2, 2004
Messages
125
Reaction score
16



pass: mmogate.net
full config server using only mssql, you dont need to install mysql server
just change ip 192.168.1.10 to your lan ip, 103.104.122.129 to your WAN ip, setup web public point to api, local web point to local folder,
this is config for live server

run game: "MULegend.exe -StudioTest ForceConnectIp=192.168.1.10" to ignore gameguard
 
Last edited:
Joined
Oct 16, 2004
Messages
894
Reaction score
94


pass: mmogate.net
full config server using only mssql, you dont need to install mysql server
just change ip 192.168.1.10 to your lan ip, 103.104.122.129 to your WAN ip, setup web public point to api, local web point to local folder,
this is config for live server

run game: "MULegend.exe -StudioTest ForceConnectIp=192.168.1.10" to ignore gameguard

can reupload to anonfiles.com? Your download site has limits.
 
Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
213
Link removed, this is version 55.
there is no version 55, it was just source code V51 edited and rebuild where he just enabled back what they disabled in Event code

V51-54 are all same source just Number of what they enabled or disabled

U can also set source V10000 if you want and build server and client V10000 and tell that you have V 100000 :)
 
Last edited:
Back
Top