Re: [Release] Legend.mu client & server source code S16 1.1
Quote:
Originally Posted by
Tigerfun
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);
Re: [Release] Legend.mu client & server source code S16 1.1
Quote:
Originally Posted by
Sam3000
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
Re: [Release] Legend.mu client & server source code S16 1.1
Guide quests are not working for new characters, how do you activate them?
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
Re: [Release] Legend.mu client & server source code S16 1.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.
Re: [Release] Legend.mu client & server source code S16 1.1
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
Enviado desde mi motorola one fusion mediante Tapatalk
Re: [Release] Legend.mu client & server source code S16 1.1
Guide quests are not working for new characters, how do you activate them?
Re: [Release] Legend.mu client & server source code S16 1.1
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.
Re: [Release] Legend.mu client & server source code S16 1.1
anyone have pw of lang.mpr?
Re: [Release] Legend.mu client & server source code S16 1.1
Looking For MU Dev C++ message me PM hiring for work ! Thanks
Re: [Release] Legend.mu client & server source code S16 1.1
Quote:
Originally Posted by
maikiller
The app does not open.
Re: [Release] Legend.mu client & server source code S16 1.1
@MUHARDS
hey I did several tests with other users and the application ran without problems on the machines, maybe you are missing libraries on your machine.the application framework was made in .NET 5.0 and the tests were performed on win 10. On other platforms in question not how to respond.
Re: [Release] Legend.mu client & server source code S16 1.1
Quote:
Originally Posted by
maikiller
@
MUHARDS
hey I did several tests with other users and the application ran without problems on the machines, maybe you are missing libraries on your machine.the application framework was made in .NET 5.0 and the tests were performed on win 10. On other platforms in question not how to respond.
I'm using windows 10 ultimate, when I try to open the application it asks to install .NET 5.0.
Need to configure something else? Ip, MySQL password?
-- Also, does anyone know how to stop the flight of dragons in cities? They are flying all the time.
Re: [Release] Legend.mu client & server source code S16 1.1
@MUHARDS
In the app you can use managed Events.
https://i.ibb.co/44ZJTF9/Sem-t-tulo.png
if you prefer, I made some adjustments to the database and cleaning.
if you want to use it to test. https://github.com/Maikiller/Mu_Edit....0.0/DataBases
but you can go to the database on the tables
mu_game.event_manager
search event 8
invasion 8
the value is from the golden dragon.
Re: [Release] Legend.mu client & server source code S16 1.1
Quote:
Originally Posted by
maikiller
in QueryMonster.sql
you put SERVER to replace, how do you know which is server 0 or 18 or 19?