Re: [Release] Legend.mu client & server source code S16 1.1
I created a kind of :dancemental: manager. to help people modify npc shop, accounts, etc. I'm going to make some adjustments and make it available here and on github.
https://i.ibb.co/6mXnxR2/Sem-t-tulo.pnghttps://i.ibb.co/WkdgcXH/Sem-t-tulo2.pnghttps://i.ibb.co/cLpzcN6/Sem-t-tulo3.png
Re: [Release] Legend.mu client & server source code S16 1.1
Quote:
Originally Posted by
darthloud
@
maikiller
Offset.h
i dont found this file here.
you can share.
ty very much man
can someone share a video how to find offsets for different functions in main.exe?
从我的 iPhone 发送,使用 Tapatalk
Re: [Release] Legend.mu client & server source code S16 1.1
@metallica, @maikiller
very ty.
i put my ip in Offset.h.
when I click not open the Login window
login screen for user and password not appear
https://i.ibb.co/tmyGSVv/login-screen.jpg
ty all help =D
Re: [Release] Legend.mu client & server source code S16 1.1
Quote:
Originally Posted by
darthloud
take a print of your log and server config. gameserver,connectServer,LoginServer and ServerLink
Re: [Release] Legend.mu client & server source code S16 1.1
Re: [Release] Legend.mu client & server source code S16 1.1
Quote:
Originally Posted by
darthloud
you are limiting access to only one IP xxx.xxx.x.100
try this configuration.
connectserver.confeverything that has BindIP = "0.0.0.0"
game_common.confchange all ip = "127.0.0.1"
loginserver.confLogin.Database.Info = "127.0.0.1"
LoginNetwork.BindIP = "0.0.0.0"
serverlink.conf
Mu.Database.Info = "127.0.0.1;
Network.BindIP = "0.0.0.0"
OffSet ip OK!
Re: [Release] Legend.mu client & server source code S16 1.1
@maikiller
same result. open client game when i click legend-pvp connect not open login window, disappear all, stay only sound
maybe my serverlist.bmd diferent. i don't know much about this version
you can share you serverlist.bmd for me test
Re: [Release] Legend.mu client & server source code S16 1.1
Re: [Release] Legend.mu client & server source code S16 1.1
i need the help from install the:
MySql
Database
Start Gameservers.
ps, any ssql useless.
help please
Re: [Release] Legend.mu client & server source code S16 1.1
Quote:
Originally Posted by
tovenis
i need the help from install the:
MySql
Database
Start Gameservers.
ps, any ssql useless.
help please
for database > download xamp 7.4. install apache, mysql and phpmyadmin
start gameservers check files .cfg verify ip and database settings.
run serverlink, ConnectServer, LoginServer and GameServer
Re: [Release] Legend.mu client & server source code S16 1.1
Quote:
Originally Posted by
darthloud
for database > download xamp 7.4. install apache, mysql and phpmyadmin
start gameservers check files .cfg verify ip and database settings.
run serverlink, ConnectServer, LoginServer and GameServer
im using mysql 5.7.30
my server configured to 3305
https://mega.nz/file/eFUAUb5J#wDk4c6...PZ4iMM96oQIIVA
my server is configured on port 3305, because I use docker. And just switch to 3306, I also put the configured database if you want to use it.
Re: [Release] Legend.mu client & server source code S16 1.1
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
Re: [Release] Legend.mu client & server source code S16 1.1
@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 );
Re: [Release] Legend.mu client & server source code S16 1.1
@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
=(
Re: [Release] Legend.mu client & server source code S16 1.1
@darthloud
take a screenshot of yourmu_online_login/server_list