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!

MU Legend JPN Server Files

Joined
Jan 7, 2013
Messages
49
Reaction score
5
Hi guys,

Anyone knows the issue when there is no Server showing up? Was trying to find the problem but I just can't make it work.
Will appreciate some help.

Thank you.
 
Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
213
Hi guys,

Anyone knows the issue when there is no Server showing up? Was trying to find the problem but I just can't make it work.
Will appreciate some help.

Thank you.
well i can't reproduce it because everything i did was editing config file with proper IP

now check those in your firewall too
Code:
Open  MU_LoginServer    TCP:1001
Open  MU_WorldServer    TCP:20000
Open  MU_ZoneServer    TCP:2301
 
Banned
Banned
Joined
Jul 14, 2020
Messages
420
Reaction score
35
check your login.php on your api folder and replace to your desired IP
 
Joined
Jan 7, 2013
Messages
49
Reaction score
5
check your login.php on your api folder and replace to your desired IP
I can login, but there is no Server showing up, it should show MU2 but nothing.
keyrita1 - MU Legend JPN Server Files - RaGEZONE Forums
 
Banned
Banned
Joined
Jul 14, 2020
Messages
420
Reaction score
35
tried to put online but no luck, already opened all ports needed.



even I change local 127.0.0.1 to my dedicated IP but still CenterServer listening to local IPv4 address



AS you can see below, even changing those 127.0.0.1 into dedicated/public IP still no luck.

Untitled - MU Legend JPN Server Files - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
213
some deep work on sniffing

trying to figure out why server config link got override while launching game

first http call from client after login it will go to :



so whatever you edit your client shopVersion it will be override by official version from valofe...

i did edit everthing possible and can't figure out where this is stored

there are plenty link that is not on config and has to be edit from client i guess
 
Banned
Banned
Joined
Jul 14, 2020
Messages
420
Reaction score
35
some deep work on sniffing

trying to figure out why server config link got override while launching game

first http call from client after login it will go to :



so whatever you edit your client shopVersion it will be override by official version from valofe...

i did edit everthing possible and can't figure out where this is stored

there are plenty link that is not on config and has to be edit from client i guess
You can find the Shop Version at ShopMetaDataVersion.json ​in vanillamint folder
 
Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
213
You can find the Shop Version at ShopMetaDataVersion.json ​in vanillamint folder

you didn't get what i mean....

ShopMetaDataVersion.json will be override from the link i provided

when you start your client, it will check that link first after your login success :



so it's encode on client side
 
Experienced Elementalist
Joined
Apr 21, 2014
Messages
225
Reaction score
13
nice :D




nice :D
 
Back
Top