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

Elite Diviner
Joined
Dec 17, 2014
Messages
478
Reaction score
61
Need to solve Thank you very much and I still can't contact Data
keyrita1 - MU Legend JPN Server Files - RaGEZONE Forums

u cant login? or what
 
Joined
Jun 3, 2009
Messages
969
Reaction score
278


The problem I have asked for a long time is that there is no server to login as shown
I think because you used diff. files that is not properly configure with your server IP check api/login.php on line 133 modify the IP of your server res.LOGIN_SERVER = '192.168.200.170';



Need to solve Thank you very much and I still can't contact Data
keyrita1 - MU Legend JPN Server Files - RaGEZONE Forums

keyrita1 - MU Legend JPN Server Files - RaGEZONE Forums
res.LOGIN_SERVER = 'SERVERIP'; <- modify this with your server IP
 
Experienced Elementalist
Joined
Dec 17, 2004
Messages
206
Reaction score
29
I think because you used diff. files that is not properly configure with your server IP check api/login.php on line 133 modify the IP of your server res.LOGIN_SERVER = '192.168.200.170';



res.LOGIN_SERVER = 'SERVERIP'; <- modify this with your server IP


Thank you very much for your interest in trying to fix the same
keyrita1 - MU Legend JPN Server Files - RaGEZONE Forums

keyrita1 - MU Legend JPN Server Files - RaGEZONE Forums
 
Last edited:
Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
213
Thank you very much for your interest in trying to fix the same
keyrita1 - MU Legend JPN Server Files - RaGEZONE Forums

keyrita1 - MU Legend JPN Server Files - RaGEZONE Forums

this screenshot is from VMWARE setup ? or your own setting on PC ?

Because i believe it's not from VMWARE else you wont get that mssql error issue

in case if it's not from VMWARE the error right now is that your server can't connect with MSSQL you are using the same PWD webzen@2 so check it out and see if you edited all file for connect to MSSQL
You have to edit those file with proper IP and MSSQL info :
Code:
server\config\CenterConfig.yaml
SQLServer: 127.0.0.1,1433 Driver:  SQL Server Native Client 11.0
User: [B][COLOR=#ff0000]sa[/COLOR][/B]
Password: [B][COLOR=#ff0000]webzen@2[/COLOR][/B]
AutoTranslate: No
Also create the user ODBC link with Driver : SQL Server Native Client 11.0 for each database

edit also each IP :
Replace those ip with your own IP
if it's local server just set your 192.168.xxx.xxx let say your local is 192.168.1.100
Code:
Listen: 10.249.194.107:10001  => Listen: 192.168.1.100:10001  
Public: 43.249.194.107:1001  => Public: 192.168.1.100:1001
 
Junior Spellweaver
Joined
Oct 16, 2006
Messages
159
Reaction score
7
keyrita1 - MU Legend JPN Server Files - RaGEZONE Forums
Originally Posted by pablineek keyrita1 - MU Legend JPN Server Files - RaGEZONE Forums I will look to the source and i will share it here for everyone.

Because theres such a nice people on forum.

keyrita1 - MU Legend JPN Server Files - RaGEZONE Forums


People who know they know me xD


You are a really nice people,you are kindful,ignore those selfish peoples
 
Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
213
Fixed the Shop issue



edit : server\config\CenterConfig.yaml
Code:
CenterServer: 
    Listen: 127.0.0.1:6666
    UseWorldList: false
    LiveServer: false
    BlockDevOnly: false
    UseFcsAdapter: false
    UseSSCode: false [COLOR=#ff0000]=> true[/COLOR]
    PreCreateEvent : false
    MaxConnect : 1000
 
Experienced Elementalist
Joined
Oct 14, 2012
Messages
226
Reaction score
15
Fixed the Shop issue



edit : server\config\CenterConfig.yaml
Code:
CenterServer: 
    Listen: 127.0.0.1:6666
    UseWorldList: false
    LiveServer: false
    BlockDevOnly: false
    UseFcsAdapter: false
    UseSSCode: false [COLOR=#ff0000]=> true[/COLOR]
    PreCreateEvent : false
    MaxConnect : 1000


how to add topup?
 
Back
Top