MU Legend JPN Server Files

Joined
Jun 3, 2009
Messages
975
Reaction score
282


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

res.LOGIN_SERVER = 'SERVERIP'; <- modify this with your server IP
 
Experienced Elementalist
Joined
Dec 17, 2004
Messages
206
Reaction score
29


Thank you very much for your interest in trying to fix the same

 
Last edited:
Retired Developer
Joined
Jun 16, 2005
Messages
496
Reaction score
215
Thank you very much for your interest in trying to fix the same


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
Originally Posted by pablineek
I will look to the source and i will share it here for everyone.

Because theres such a nice people on forum.



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
215
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

how to add topup?