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] Legend.mu client & server source code S16 1.1

Junior Spellweaver
Joined
Jul 30, 2005
Messages
176
Reaction score
110
Someone figured out how to enable Channel Switch?
ueSZwkv - [Release] Legend.mu client & server source code S16 1.1 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Nov 21, 2020
Messages
57
Reaction score
30
@Young

I made a fusion between server 0,18,19 to work only one serverID, making it possible to create sub servers. I believe that this channel change can navigate between subsers without having to logout, but I haven't studied how to enable this option.


mesosa - [Release] Legend.mu client & server source code S16 1.1 - RaGEZONE Forums
 
Junior Spellweaver
Joined
Jul 30, 2005
Messages
176
Reaction score
110
@Young

I made a fusion between server 0,18,19 to work only one serverID, making it possible to create sub servers. I believe that this channel change can navigate between subsers without having to logout, but I haven't studied how to enable this option.

Yup! I managed it too, but doesn't work. Think that something related to client. GameServer has a function for Server Warp on Protocol Core, so it must receive a request for it. Take a look at Player::ServerWarp function.
 
Junior Spellweaver
Joined
Feb 1, 2008
Messages
113
Reaction score
9
search in game.settings database



most of the configuration of server, are there
 
Initiate Mage
Joined
Aug 19, 2020
Messages
34
Reaction score
0
Re: [Release] Legend.mu client & server source code S16 1.1

search in game.settings database



most of the configuration of server, are there

Thanks a lot bro. The element damage worked very well but the normal dmg looked does not work, always miss.



Dear all,

Anyone know why "/offattack" does not work as well.
When I tried to press "/offattack" the windows was closed automatically without any notification.
If I login with another account, I could not see the character that was offattack before.
Any help
would be appreciated.

Thanks a lot.
 
Last edited:
Initiate Mage
Joined
Aug 12, 2021
Messages
16
Reaction score
0
Re: [Release] Legend.mu client & server source code S16 1.1

Can someone tell me how the password is encrypted?
tks
mesosa - [Release] Legend.mu client & server source code S16 1.1 - RaGEZONE Forums

mesosa - [Release] Legend.mu client & server source code S16 1.1 - RaGEZONE Forums
 
Junior Spellweaver
Joined
Oct 4, 2007
Messages
173
Reaction score
74
Re: [Release] Legend.mu client & server source code S16 1.1

Can someone tell me how the password is encrypted?
tks
mesosa - [Release] Legend.mu client & server source code S16 1.1 - RaGEZONE Forums

mesosa - [Release] Legend.mu client & server source code S16 1.1 - RaGEZONE Forums

How to create account:
INSERT INTO mu_online_login.accounts
(account, password, email, security_code, register, golden_channel, secured)
VALUES ('user2', SHA2(CONCAT("user2", ":", "123456"), 256), 'user2@email.com', '12digitsphra', NOW(), 1500434821, 1);
 
Initiate Mage
Joined
Aug 12, 2021
Messages
16
Reaction score
0
Re: [Release] Legend.mu client & server source code S16 1.1

How to create account:
INSERT INTO mu_online_login.accounts
(account, password, email, security_code, register, golden_channel, secured)
VALUES ('user2', SHA2(CONCAT("user2", ":", "123456"), 256), 'user2@email.com', '12digitsphra', NOW(), 1500434821, 1);
thanks bro
 
Initiate Mage
Joined
Aug 12, 2021
Messages
16
Reaction score
0
Re: [Release] Legend.mu server source code S16 1.1

help me , why lorencia have not monster :(
where can I add other monster in loren ?
thanks
 
Last edited:
Initiate Mage
Joined
Aug 24, 2021
Messages
2
Reaction score
1
I've seen many github repos, and none of then fork the original release from mesosa nor Sam3000
Since the las commit from sam is on Mar 27 and
everyone is just downloading the mediafire links and reuploading their work raw without history

Was trying to combine all references to of any github in this thread but is kind of mest up.

A quick question for newcomers
What repository from all of them is the right one to contribute or most up to date?
since there are no forks and feels pretty bad practice.
 
Skilled Illusionist
Joined
Feb 13, 2004
Messages
351
Reaction score
54
All of them ar a fork from the original one (lgd-server) since there Is nothing big un the source the best choice Is fork the original.

Regarding the updates...all of them are related to database, you could use the spreadsheet that I created that contain all ofs the latest dbs

 
Skilled Illusionist
Joined
Dec 29, 2007
Messages
312
Reaction score
34
Has anyone managed to use this server on a VPS? Because I turned on the server without a problem but I can't log into the game, the client is not communicating with the server.
 
Joined
Sep 9, 2010
Messages
42
Reaction score
8
Re: [Release] Legend.mu client & server source code S16 1.1

for people to want to modify the characters, customize the npc shop. can compile or download the release on github.



:tongue:
mesosa - [Release] Legend.mu client & server source code S16 1.1 - RaGEZONE Forums

mesosa - [Release] Legend.mu client & server source code S16 1.1 - RaGEZONE Forums


mesosa - [Release] Legend.mu client & server source code S16 1.1 - RaGEZONE Forums

The app does not open.
 
Back
Top