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

Initiate Mage
Joined
Jul 18, 2021
Messages
2
Reaction score
2
What type or hash is used in DB for passwords ? I tried md5/sha1/sha2 cant login va client "Your account is invalid".

Player_log -> 2021-07-27_21:08:42 INFO LoginQueue::process -- [Acc: user][IP: 192.168.1.100][MAC: 10:BF:48:9A:41:08][SERIAL: 4037066922] Result: 2
 
Newbie Spellweaver
Joined
Nov 21, 2020
Messages
57
Reaction score
30
@ProdigyLV

the server use SHA2 friend you have to concatenate.

example:
Login: ProdigyLV
Password: ProdigyLV:123456


INSERT INTO `mu_login`.`accounts` ( `account`, `password`, `email`, `security_code`, `register`, `golden_channel`, `secured` )VALUES ( 'user234', SHA2 ( CONCAT( "user234", ":", "password" ), 256 ), 'user@email.com', '12digitsphra', NOW( ), 1500434821, 1 );
 
Last edited:
Newbie Spellweaver
Joined
Aug 23, 2020
Messages
42
Reaction score
8
@maikiller i dont have sucess login server

ip database: 192.168.0.100
ip server files 127.0.0.1
ip main.dll 192.168.0.100

i use xampp with my home computer all ports allow, DMZ mode allow all port to my ip

dont connect server, i get disconnect, sometimes only sound on login screen

=(
 
Newbie Spellweaver
Joined
Aug 23, 2020
Messages
42
Reaction score
8
@metallica, @maikiller, @chckhai

#Fix login form no appear, not connect.

Three days wondering if anyone could help me solve the problem.

ip server and client, configured ok
after opening the client, the form to log in does not appear @metallica and @maikiller said to me put my ip on offset.h
thank you helped me open my mind about the source.

last night I finally solved this problem.
I'm sharing the solution in case anyone has this same problem.

fix login form not appear, you will need the source of the server and client. download on the first page.

now just follow the tutorial.

first:

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


and last settings

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


you need only compiller main.dll

fisrt step you need source client: search for offset.h and put your ip

second step you need source server common: search for encdec.h copy key 1 and key 2

third steps you need ource client: search for packetencdec.h and replace key 1 and key 2
if you see /// server data, delete this.

after 3 step compiller main.dll and "login form not appear or disconnect" as been fixed.

after compilled your main.dll with your ip and key server.

copy to client root folder: main.dll and main.exe.

main.exe you can download here by solarismu



i make one client patch for solve login issues with my ip 192.168.0.100, you need set same ip.



many here in the forum do not help and still make criticisms of hate.
ty all ragezone forum.
 
Last edited:
Junior Spellweaver
Joined
Oct 4, 2007
Messages
173
Reaction score
74
@metallica, @maikiller, @chckhai

#Fix login form no appear, not connect.

Three days wondering if anyone could help me solve the problem.

ip server and client, configured ok
after opening the client, the form to log in does not appear @metallica and @maikiller said to me put my ip on offset.h
thank you helped me open my mind about the source.

last night I finally solved this problem.
I'm sharing the solution in case anyone has this same problem.

fix login form not appear, you will need the source of the server and client. download on the first page.

now just follow the tutorial.

first:

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


and last settings

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



many here in the forum do not help and still make criticisms of hate.
ty all ragezone forum
Did you read my wiki?
Did you read full thread?
I dont think, that need to repeat previous messages to answer new SAME questions.

Gosh, people dont want to read. People dont ever want to find client in this thread. The only client we have for the moment...
 
Newbie Spellweaver
Joined
Aug 23, 2020
Messages
42
Reaction score
8
@Sam3000

"I dont think, that need to repeat previous messages to answer new SAME questions"

Sam 3000 you're right.

I just think we could help each other more, especially in the difficult times in which we live. Thank you.

thank all family ragezone.
 
Initiate Mage
Joined
Jul 18, 2021
Messages
2
Reaction score
2
@metallica, @maikiller, @chckhai

#Fix login form no appear, not connect.

Three days wondering if anyone could help me solve the problem.

ip server and client, configured ok
after opening the client, the form to log in does not appear @metallica and @maikiller said to me put my ip on offset.h
thank you helped me open my mind about the source.

last night I finally solved this problem.
I'm sharing the solution in case anyone has this same problem.

fix login form not appear, you will need the source of the server and client. download on the first page.

now just follow the tutorial.

first:

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


and last settings

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


you need only compiller main.dll

fisrt step you need source client: search for offset.h and put your ip

second step you need source server common: search for encdec.h copy key 1 and key 2

third steps you need ource client: search for packetencdec.h and replace key 1 and key 2
if you see /// server data, delete this.

after 3 step compiller main.dll and "login form not appear or disconnect" as been fixed.

after compilled your main.dll with your ip and key server.

copy to client root folder: main.dll and main.exe.

main.exe you can download here by @solarismu



i make one client patch for solve login issues with my ip 192.168.0.100, you need set same ip.



many here in the forum do not help and still make criticisms of hate.
ty all ragezone forum.

Thanks a lot, finally the authorization / login form is working! Very good info.
 
Newbie Spellweaver
Joined
Aug 23, 2020
Messages
42
Reaction score
8
@vo6tu7

you have installed in your pc pre req?
net frame work 3.5, and 4.8?
c++ 2010. 2013, 2015-2019 x86 and x64?
install all and test again.
 
Newbie Spellweaver
Joined
Jan 24, 2020
Messages
55
Reaction score
17
How to add monster to spot guys ?
 
Last edited:
Newbie Spellweaver
Joined
Aug 23, 2020
Messages
42
Reaction score
8
for add monster use table monster.

you need get id monster > monster template
you need get id world > world template
you need get ordered x and y in the world you want to put monsters.
 
Newbie Spellweaver
Joined
Jul 26, 2021
Messages
27
Reaction score
0
mesosa - [Release] Legend.mu client & server source code S16 1.1 - RaGEZONE Forums

Hello mai. I'm can't impot database mu_online_character. Can you help me?
mesosa - [Release] Legend.mu client & server source code S16 1.1 - RaGEZONE Forums
 
Back
Top