I created a kind ofmanager. to help people modify npc shop, accounts, etc. I'm going to make some adjustments and make it available here and on github.
![]()
I created a kind ofmanager. to help people modify npc shop, accounts, etc. I'm going to make some adjustments and make it available here and on github.
![]()
Last edited by darthloud; 26-07-21 at 09:59 PM.
@maikiller
i use default configs database root and pass 123456
i put ip rede all files server and offset.h
i replace main.dll on cliente with my new ip same ip server 192.168.0.100
appears the buttons but when I click on it does not open the Login window
Logs
connect-server-log — ImgBB (ibb.co)
connect-server-database-log — ImgBB (ibb.co)
serverlink-log — ImgBB (ibb.co)
Server files
connect-server — ImgBB (ibb.co)
game-common — ImgBB (ibb.co)
gameserver — ImgBB (ibb.co)
loginserver — ImgBB (ibb.co)
serverlink — ImgBB (ibb.co)
client
offset — ImgBB (ibb.co)
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!
@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
for people to want to modify the characters, customize the npc shop. can compile or download the release on github.
https://github.com/Maikiller/Mu_Editor_Season16
![]()
Last edited by maikiller; 26-07-21 at 11:31 PM.
i need the help from install the:
MySql
Database
Start Gameservers.
ps, any ssql useless.
help please
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.
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
@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 by maikiller; 27-07-21 at 09:15 PM.
@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
=(
@darthloud
take a screenshot of yourmu_online_login/server_list