[Release] Legend.mu client & server source code S16 1.1

Newbie Spellweaver
Joined
May 9, 2020
Messages
37
Reaction score
10
kill monster in crywolf and barracks map = GameServer_Castle Siege > disconnect! //What is this problem caused by?


-----------------------------------
#thank ♥
-----------------------------------
PS. Fixed. (Credit by phgkhh)
-
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Aug 22, 2007
Messages
17
Reaction score
11
How to make a game server support Chinese
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Aug 23, 2020
Messages
42
Reaction score
8
@chckhai

can teach me how to make the connection between client and server.
i put the same network ip on the client and server.
I run the client and before the login screen it closes.





thanks for all the help.
 
Newbie Spellweaver
Joined
Nov 21, 2020
Messages
57
Reaction score
30
you have to change your Main.dll IP to the server ip.

in Offset.h you have to generate the dll in main source
 
Newbie Spellweaver
Joined
Aug 23, 2020
Messages
42
Reaction score
8
@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




ty all help =D
 
Last edited:
Newbie Spellweaver
Joined
Aug 23, 2020
Messages
42
Reaction score
8
@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








[/URL]
client

 
Newbie Spellweaver
Joined
Nov 21, 2020
Messages
57
Reaction score
30

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!
 
Newbie Spellweaver
Joined
Aug 23, 2020
Messages
42
Reaction score
8
@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
 
Newbie Spellweaver
Joined
Nov 21, 2020
Messages
57
Reaction score
30
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:



 
Last edited:
Newbie Spellweaver
Joined
Aug 23, 2020
Messages
42
Reaction score
8
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
 
Newbie Spellweaver
Joined
Nov 21, 2020
Messages
57
Reaction score
30
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


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.