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!

[Mobile]Dragon Nest Mobile 1.5.461 Multilangue(Centos Server)

Newbie Spellweaver
Joined
Mar 3, 2013
Messages
12
Reaction score
4
XPlatform

Thanks!

---

Now I'm getting this error :


Code:
[root@localhost ~]# netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:14711           0.0.0.0:*               LISTEN      2358/./gateserver
tcp        0      0 127.0.0.1:21080         0.0.0.0:*               LISTEN      2360/./controlserver
tcp        0      0 127.0.0.1:35000         0.0.0.0:*               LISTEN      2350/./fmserver
tcp        0      0 127.0.0.1:31001         0.0.0.0:*               LISTEN      2352/./worldserver
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      1995/master
tcp        0      0 127.0.0.1:21050         0.0.0.0:*               LISTEN      2356/./dbserver
tcp        0      0 127.0.0.1:31002         0.0.0.0:*               LISTEN      2352/./worldserver
tcp        0      0 127.0.0.1:31003         0.0.0.0:*               LISTEN      2352/./worldserver
tcp        0      0 127.0.0.1:21020         0.0.0.0:*               LISTEN      2359/./masterserver
tcp        0      0 127.0.0.1:31005         0.0.0.0:*               LISTEN      2352/./worldserver
tcp        0      0 127.0.0.1:28000         0.0.0.0:*               LISTEN      2348/./loginserver
tcp        0      0 127.0.0.1:21025         0.0.0.0:*               LISTEN      2360/./controlserver
tcp        0      0 127.0.0.1:28001         0.0.0.0:*               LISTEN      2348/./loginserver
tcp        0      0 0.0.0.0:24001           0.0.0.0:*               LISTEN      2349/./versionserver
tcp        0      0 0.0.0.0:8001            0.0.0.0:*               LISTEN      2351/./idipserver
tcp        0      0 127.0.0.1:21060         0.0.0.0:*               LISTEN      2356/./dbserver
tcp        0      0 127.0.0.1:21030         0.0.0.0:*               LISTEN      2359/./masterserver
tcp        0      0 127.0.0.1:21031         0.0.0.0:*               LISTEN      2358/./gateserver
tcp        0      0 127.0.0.1:25000         0.0.0.0:*               LISTEN      2348/./loginserver
tcp        0      0 127.0.0.1:29000         0.0.0.0:*               LISTEN      2351/./idipserver
tcp        0      0 127.0.0.1:21065         0.0.0.0:*               LISTEN      2356/./dbserver
tcp        0      0 0.0.0.0:25001           0.0.0.0:*               LISTEN      2348/./loginserver
tcp        0      0 127.0.0.1:41001         0.0.0.0:*               LISTEN      2353/./teamserver
tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      2351/./idipserver
tcp        0      0 127.0.0.1:32011         0.0.0.0:*               LISTEN      2354/./routerserver
tcp        0      0 0.0.0.0:6379            0.0.0.0:*               LISTEN      2344/./redis-server
tcp        0      0 127.0.0.1:32012         0.0.0.0:*               LISTEN      2354/./routerserver
tcp        0      0 127.0.0.1:32013         0.0.0.0:*               LISTEN      2354/./routerserver
tcp        0      0 127.0.0.1:32014         0.0.0.0:*               LISTEN      2354/./routerserver
tcp        0      0 127.0.0.1:32015         0.0.0.0:*               LISTEN      2354/./routerserver
tcp        0      0 127.0.0.1:21045         0.0.0.0:*               LISTEN      2360/./controlserve
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1086/sshdtcp6       0      0 ::1:25                  :::*                    LISTEN      1995/master
tcp6       0      0 :::3306                 :::*                    LISTEN      1898/mysqldtcp6       0      0 :::80                   :::*                    LISTEN      1090/httpd
tcp6       0      0 :::22                   :::*                    LISTEN      1086/sshdudp        0      0 0.0.0.0:68              0.0.0.0:*                           892/dhclient

[root@localhost ~]# ps -a
  PID TTY          TIME CMD
 2344 tty1     00:00:00 redis-server
 2348 tty1     00:00:17 loginserver
 2349 tty1     00:00:05 versionserver
 2350 tty1     00:00:08 fmserver
 2351 tty1     00:00:09 idipserver
 2352 tty1     00:00:10 worldserver
 2353 tty1     00:00:09 teamserver
 2354 tty1     00:00:07 routerserver
 2355 tty1     00:00:14 crossgameserver
 2356 tty1     00:00:21 dbserver
 2357 tty1     00:00:14 gameserver
 2358 tty1     00:00:07 gateserver
 2359 tty1     00:00:19 masterserver
 2360 tty1     00:00:09 controlserver
 2495 pts/0    00:00:00 ps

I've edited Assembly-CSharp.dll XPlatform class :
Code:
[COLOR=#57A64A]// Token: 0x04000F85 RID: 3973[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_androidQQLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F86 RID: 3974[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_androidWexinLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F87 RID: 3975[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_iOSQQLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F88 RID: 3976[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_iOSWexinLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132:25001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F89 RID: 3977[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_iOSGuestLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132:25001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F8A RID: 3978[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_defaultLoginServer_na[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132:25001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F8B RID: 3979[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_defaultLoginServer_sa[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132:25001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F8C RID: 3980[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_defaultLoginServer_ru[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132:25001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F8D RID: 3981[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_defaultLoginServer_eu[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132:25001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F8E RID: 3982[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_defaultLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132:25001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F8F RID: 3983[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_versionServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132:25001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F90 RID: 3984[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_hostUrl[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"[/COLOR][COLOR=#569CD6]http://192.168.0.132/release5/[/COLOR][COLOR=#D69D85]"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F91 RID: 3985[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]bool[/COLOR][COLOR=#AA70FF]_isInnerNet[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F92 RID: 3986[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#B8D7A3]LanguageType[/COLOR][COLOR=#8D8DC6]_languageType[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#B8D7A3]LanguageType[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#BD63C5]TraditionalChinese[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F93 RID: 3987[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]bool[/COLOR][COLOR=#8D8DC6]_isPublish[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#569CD6]true[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F94 RID: 3988[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_testDefaultLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F95 RID: 3989[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_testAndroidQQLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F96 RID: 3990[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_testAndroidWexinLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F97 RID: 3991[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_testiOSQQLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F98 RID: 3992[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_testiOSWexinLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F99 RID: 3993[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_testiOSGuestLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F9A RID: 3994[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_testVersionServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132:24001"[/COLOR][COLOR=#DCDCDC];[/COLOR]

And I just noticed that _versionServer is connecting to port 25001 while the ./versionserver is listening to port 24001.

Also, should I change this IPs as well in the XPlatform class?
Code:
[COLOR=#57A64A]// Token: 0x06001305 RID: 4869 RVA: 0x0005587C File Offset: 0x00053A7C[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]public[/COLOR][COLOR=#569CD6]void[/COLOR][COLOR=#FF8000]SaveInnerConfig[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#569CD6]int[/COLOR][COLOR=#DCDCDC][B]type[/B][/COLOR][COLOR=#DCDCDC])[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#DCDCDC]{[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#569CD6]if[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#DCDCDC][B]type[/B][/COLOR][COLOR=#B4B4B4]==[/COLOR][COLOR=#B5CEA8]0[/COLOR][COLOR=#DCDCDC])[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]{[/COLOR][COLOR=#DCDCDC]
            [/COLOR][COLOR=#4EC9B0]XPlatform[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#8D8DC6]_hostUrl[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"[/COLOR][COLOR=#569CD6]https://ves01.servers0up.serveup003.dn101.cc/[/COLOR][COLOR=#D69D85]"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]}[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#569CD6]else[/COLOR][COLOR=#569CD6]if[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#DCDCDC][B]type[/B][/COLOR][COLOR=#B4B4B4]==[/COLOR][COLOR=#B5CEA8]1[/COLOR][COLOR=#DCDCDC])[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]{[/COLOR][COLOR=#DCDCDC]
            [/COLOR][COLOR=#4EC9B0]XPlatform[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#8D8DC6]_defaultLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"10.0.128.207:25001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]
            [/COLOR][COLOR=#4EC9B0]XPlatform[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#8D8DC6]_versionServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"10.0.128.207:24001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]
            [/COLOR][COLOR=#4EC9B0]XPlatform[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#8D8DC6]_hostUrl[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"[/COLOR][COLOR=#569CD6]https://ves01.servers0up.serveup003.dn101.cc/[/COLOR][COLOR=#D69D85]"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]}[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#569CD6]else[/COLOR][COLOR=#569CD6]if[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#DCDCDC][B]type[/B][/COLOR][COLOR=#B4B4B4]==[/COLOR][COLOR=#B5CEA8]100[/COLOR][COLOR=#DCDCDC])[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]{[/COLOR][COLOR=#DCDCDC]
            [/COLOR][COLOR=#569CD6]this[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#FF8000]RevertConfig[/COLOR][COLOR=#DCDCDC]();[/COLOR][COLOR=#DCDCDC]
            [/COLOR][COLOR=#569CD6]return[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]}[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#DCDCDC]path[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#E67300]Format[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#D69D85]"{0}/update/FMOD"[/COLOR][COLOR=#DCDCDC],[/COLOR][COLOR=#4EC9B0]Application[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#1F8E8E]persistentDataPath[/COLOR][COLOR=#DCDCDC]);[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#569CD6]if[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#B4B4B4]![/COLOR][COLOR=#378D7B]Directory[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#E67300]Exists[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#DCDCDC]path[/COLOR][COLOR=#DCDCDC]))[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]{[/COLOR][COLOR=#DCDCDC]
            [/COLOR][COLOR=#378D7B]Directory[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#E67300]CreateDirectory[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#DCDCDC]path[/COLOR][COLOR=#DCDCDC]);[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]}[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#DCDCDC]path2[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#E67300]Format[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#D69D85]"{0}/update/FMOD/config.bytes"[/COLOR][COLOR=#DCDCDC],[/COLOR][COLOR=#4EC9B0]Application[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#1F8E8E]persistentDataPath[/COLOR][COLOR=#DCDCDC]);[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#4EC9B0]StreamWriter[/COLOR][COLOR=#DCDCDC]streamWriter[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#569CD6]new[/COLOR][COLOR=#4EC9B0]StreamWriter[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#DCDCDC]path2[/COLOR][COLOR=#DCDCDC]);[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]streamWriter[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#FF8000]WriteLine[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#4EC9B0]XPlatform[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#1F8E8E]UrlConfig[/COLOR][COLOR=#DCDCDC]);[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]streamWriter[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#FF8000]Flush[/COLOR][COLOR=#DCDCDC]();[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]streamWriter[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#FF8000]Close[/COLOR][COLOR=#DCDCDC]();[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#DCDCDC]}[/COLOR]

---

Fixed by changing _versionServer port to 24001 and changed the other IPs as well.

---

Tried Register and Submit button seems doesn't working.
Tried Google Play and didn't work.
Tried Facebook seems to work and stuck in this screen :

Then tried Guest Mode and stuck in the same screen.

---

Fixed by re-do editing the files from the start and edited Dragon Nest-1.5-ch\assets\config.cfg with provided UnityEX.exe
 
Last edited:
Joined
Jan 24, 2007
Messages
653
Reaction score
320
Thanks!

---

Now I'm getting this error :


Code:
[root@localhost ~]# netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:14711           0.0.0.0:*               LISTEN      2358/./gateserver
tcp        0      0 127.0.0.1:21080         0.0.0.0:*               LISTEN      2360/./controlserver
tcp        0      0 127.0.0.1:35000         0.0.0.0:*               LISTEN      2350/./fmserver
tcp        0      0 127.0.0.1:31001         0.0.0.0:*               LISTEN      2352/./worldserver
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      1995/master
tcp        0      0 127.0.0.1:21050         0.0.0.0:*               LISTEN      2356/./dbserver
tcp        0      0 127.0.0.1:31002         0.0.0.0:*               LISTEN      2352/./worldserver
tcp        0      0 127.0.0.1:31003         0.0.0.0:*               LISTEN      2352/./worldserver
tcp        0      0 127.0.0.1:21020         0.0.0.0:*               LISTEN      2359/./masterserver
tcp        0      0 127.0.0.1:31005         0.0.0.0:*               LISTEN      2352/./worldserver
tcp        0      0 127.0.0.1:28000         0.0.0.0:*               LISTEN      2348/./loginserver
tcp        0      0 127.0.0.1:21025         0.0.0.0:*               LISTEN      2360/./controlserver
tcp        0      0 127.0.0.1:28001         0.0.0.0:*               LISTEN      2348/./loginserver
tcp        0      0 0.0.0.0:24001           0.0.0.0:*               LISTEN      2349/./versionserver
tcp        0      0 0.0.0.0:8001            0.0.0.0:*               LISTEN      2351/./idipserver
tcp        0      0 127.0.0.1:21060         0.0.0.0:*               LISTEN      2356/./dbserver
tcp        0      0 127.0.0.1:21030         0.0.0.0:*               LISTEN      2359/./masterserver
tcp        0      0 127.0.0.1:21031         0.0.0.0:*               LISTEN      2358/./gateserver
tcp        0      0 127.0.0.1:25000         0.0.0.0:*               LISTEN      2348/./loginserver
tcp        0      0 127.0.0.1:29000         0.0.0.0:*               LISTEN      2351/./idipserver
tcp        0      0 127.0.0.1:21065         0.0.0.0:*               LISTEN      2356/./dbserver
tcp        0      0 0.0.0.0:25001           0.0.0.0:*               LISTEN      2348/./loginserver
tcp        0      0 127.0.0.1:41001         0.0.0.0:*               LISTEN      2353/./teamserver
tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      2351/./idipserver
tcp        0      0 127.0.0.1:32011         0.0.0.0:*               LISTEN      2354/./routerserver
tcp        0      0 0.0.0.0:6379            0.0.0.0:*               LISTEN      2344/./redis-server
tcp        0      0 127.0.0.1:32012         0.0.0.0:*               LISTEN      2354/./routerserver
tcp        0      0 127.0.0.1:32013         0.0.0.0:*               LISTEN      2354/./routerserver
tcp        0      0 127.0.0.1:32014         0.0.0.0:*               LISTEN      2354/./routerserver
tcp        0      0 127.0.0.1:32015         0.0.0.0:*               LISTEN      2354/./routerserver
tcp        0      0 127.0.0.1:21045         0.0.0.0:*               LISTEN      2360/./controlserve
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1086/sshdtcp6       0      0 ::1:25                  :::*                    LISTEN      1995/master
tcp6       0      0 :::3306                 :::*                    LISTEN      1898/mysqldtcp6       0      0 :::80                   :::*                    LISTEN      1090/httpd
tcp6       0      0 :::22                   :::*                    LISTEN      1086/sshdudp        0      0 0.0.0.0:68              0.0.0.0:*                           892/dhclient

[root@localhost ~]# ps -a
  PID TTY          TIME CMD
 2344 tty1     00:00:00 redis-server
 2348 tty1     00:00:17 loginserver
 2349 tty1     00:00:05 versionserver
 2350 tty1     00:00:08 fmserver
 2351 tty1     00:00:09 idipserver
 2352 tty1     00:00:10 worldserver
 2353 tty1     00:00:09 teamserver
 2354 tty1     00:00:07 routerserver
 2355 tty1     00:00:14 crossgameserver
 2356 tty1     00:00:21 dbserver
 2357 tty1     00:00:14 gameserver
 2358 tty1     00:00:07 gateserver
 2359 tty1     00:00:19 masterserver
 2360 tty1     00:00:09 controlserver
 2495 pts/0    00:00:00 ps

I've edited Assembly-CSharp.dll XPlatform class :
Code:
[COLOR=#57A64A]// Token: 0x04000F85 RID: 3973[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_androidQQLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F86 RID: 3974[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_androidWexinLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F87 RID: 3975[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_iOSQQLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F88 RID: 3976[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_iOSWexinLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132:25001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F89 RID: 3977[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_iOSGuestLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132:25001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F8A RID: 3978[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_defaultLoginServer_na[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132:25001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F8B RID: 3979[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_defaultLoginServer_sa[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132:25001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F8C RID: 3980[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_defaultLoginServer_ru[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132:25001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F8D RID: 3981[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_defaultLoginServer_eu[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132:25001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F8E RID: 3982[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_defaultLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132:25001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F8F RID: 3983[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_versionServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132:25001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F90 RID: 3984[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_hostUrl[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"[/COLOR][COLOR=#569CD6]http://192.168.0.132/release5/[/COLOR][COLOR=#D69D85]"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F91 RID: 3985[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]bool[/COLOR][COLOR=#AA70FF]_isInnerNet[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F92 RID: 3986[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#B8D7A3]LanguageType[/COLOR][COLOR=#8D8DC6]_languageType[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#B8D7A3]LanguageType[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#BD63C5]TraditionalChinese[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F93 RID: 3987[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]bool[/COLOR][COLOR=#8D8DC6]_isPublish[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#569CD6]true[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F94 RID: 3988[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_testDefaultLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F95 RID: 3989[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_testAndroidQQLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F96 RID: 3990[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_testAndroidWexinLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F97 RID: 3991[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_testiOSQQLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F98 RID: 3992[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_testiOSWexinLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F99 RID: 3993[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_testiOSGuestLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]

    [/COLOR][COLOR=#57A64A]// Token: 0x04000F9A RID: 3994[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]private[/COLOR][COLOR=#569CD6]static[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#8D8DC6]_testVersionServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"192.168.0.132:24001"[/COLOR][COLOR=#DCDCDC];[/COLOR]

And I just noticed that _versionServer is connecting to port 25001 while the ./versionserver is listening to port 24001.

Also, should I change this IPs as well in the XPlatform class?
Code:
[COLOR=#57A64A]// Token: 0x06001305 RID: 4869 RVA: 0x0005587C File Offset: 0x00053A7C[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#569CD6]public[/COLOR][COLOR=#569CD6]void[/COLOR][COLOR=#FF8000]SaveInnerConfig[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#569CD6]int[/COLOR][COLOR=#DCDCDC][B]type[/B][/COLOR][COLOR=#DCDCDC])[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#DCDCDC]{[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#569CD6]if[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#DCDCDC][B]type[/B][/COLOR][COLOR=#B4B4B4]==[/COLOR][COLOR=#B5CEA8]0[/COLOR][COLOR=#DCDCDC])[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]{[/COLOR][COLOR=#DCDCDC]
            [/COLOR][COLOR=#4EC9B0]XPlatform[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#8D8DC6]_hostUrl[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"[/COLOR][COLOR=#569CD6]https://ves01.servers0up.serveup003.dn101.cc/[/COLOR][COLOR=#D69D85]"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]}[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#569CD6]else[/COLOR][COLOR=#569CD6]if[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#DCDCDC][B]type[/B][/COLOR][COLOR=#B4B4B4]==[/COLOR][COLOR=#B5CEA8]1[/COLOR][COLOR=#DCDCDC])[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]{[/COLOR][COLOR=#DCDCDC]
            [/COLOR][COLOR=#4EC9B0]XPlatform[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#8D8DC6]_defaultLoginServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"10.0.128.207:25001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]
            [/COLOR][COLOR=#4EC9B0]XPlatform[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#8D8DC6]_versionServer[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"10.0.128.207:24001"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]
            [/COLOR][COLOR=#4EC9B0]XPlatform[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#8D8DC6]_hostUrl[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#D69D85]"[/COLOR][COLOR=#569CD6]https://ves01.servers0up.serveup003.dn101.cc/[/COLOR][COLOR=#D69D85]"[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]}[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#569CD6]else[/COLOR][COLOR=#569CD6]if[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#DCDCDC][B]type[/B][/COLOR][COLOR=#B4B4B4]==[/COLOR][COLOR=#B5CEA8]100[/COLOR][COLOR=#DCDCDC])[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]{[/COLOR][COLOR=#DCDCDC]
            [/COLOR][COLOR=#569CD6]this[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#FF8000]RevertConfig[/COLOR][COLOR=#DCDCDC]();[/COLOR][COLOR=#DCDCDC]
            [/COLOR][COLOR=#569CD6]return[/COLOR][COLOR=#DCDCDC];[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]}[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#DCDCDC]path[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#E67300]Format[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#D69D85]"{0}/update/FMOD"[/COLOR][COLOR=#DCDCDC],[/COLOR][COLOR=#4EC9B0]Application[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#1F8E8E]persistentDataPath[/COLOR][COLOR=#DCDCDC]);[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#569CD6]if[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#B4B4B4]![/COLOR][COLOR=#378D7B]Directory[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#E67300]Exists[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#DCDCDC]path[/COLOR][COLOR=#DCDCDC]))[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]{[/COLOR][COLOR=#DCDCDC]
            [/COLOR][COLOR=#378D7B]Directory[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#E67300]CreateDirectory[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#DCDCDC]path[/COLOR][COLOR=#DCDCDC]);[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]}[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#DCDCDC]path2[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#569CD6]string[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#E67300]Format[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#D69D85]"{0}/update/FMOD/config.bytes"[/COLOR][COLOR=#DCDCDC],[/COLOR][COLOR=#4EC9B0]Application[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#1F8E8E]persistentDataPath[/COLOR][COLOR=#DCDCDC]);[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#4EC9B0]StreamWriter[/COLOR][COLOR=#DCDCDC]streamWriter[/COLOR][COLOR=#B4B4B4]=[/COLOR][COLOR=#569CD6]new[/COLOR][COLOR=#4EC9B0]StreamWriter[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#DCDCDC]path2[/COLOR][COLOR=#DCDCDC]);[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]streamWriter[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#FF8000]WriteLine[/COLOR][COLOR=#DCDCDC]([/COLOR][COLOR=#4EC9B0]XPlatform[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#1F8E8E]UrlConfig[/COLOR][COLOR=#DCDCDC]);[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]streamWriter[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#FF8000]Flush[/COLOR][COLOR=#DCDCDC]();[/COLOR][COLOR=#DCDCDC]
        [/COLOR][COLOR=#DCDCDC]streamWriter[/COLOR][COLOR=#B4B4B4].[/COLOR][COLOR=#FF8000]Close[/COLOR][COLOR=#DCDCDC]();[/COLOR][COLOR=#DCDCDC]
    [/COLOR][COLOR=#DCDCDC]}[/COLOR]

---

Fixed by changing _versionServer port to 24001 and changed the other IPs as well.

---

Tried Register and Submit button seems doesn't working.
Tried Google Play and didn't work.
Tried Facebook seems to work and stuck in this screen :

Then tried Guest Mode and stuck in the same screen.

---

Fixed by re-do editing Dragon Nest-1.5-ch\assets\config.cfg with provided UnityEX.exe

you edit the smali?
 
Newbie Spellweaver
Joined
Mar 3, 2013
Messages
12
Reaction score
4
Yes, I did edit these files :
Code:
[COLOR=#666666]com.playfungame.ggplay.lzgsea\smali\com\kunlun\platform\android\KunlunConf$\a.smali (12 hits)[/COLOR]com.playfungame.ggplay.lzgsea\smali\com\kunlun\platform\android\KunlunConf$\ad.smali (13 hits)
com.playfungame.ggplay.lzgsea\smali\com\kunlun\platform\android\KunlunConf$\ai.smali (13 hits)	
com.playfungame.ggplay.lzgsea\smali\com\kunlun\platform\android\KunlunConf$\al.smali (14 hits)	
com.playfungame.ggplay.lzgsea\smali\com\kunlun\platform\android\KunlunConf$\av.smali (11 hits)	
com.playfungame.ggplay.lzgsea\smali\com\kunlun\platform\android\KunlunConf$\aw.smali (7 hits)	
com.playfungame.ggplay.lzgsea\smali\com\kunlun\platform\android\KunlunConf$\i.smali (11 hits)	
com.playfungame.ggplay.lzgsea\smali\com\kunlun\platform\android\KunlunConf$\j.smali (10 hits)	
com.playfungame.ggplay.lzgsea\smali\com\kunlun\platform\android\KunlunConf$\w.smali (14 hits)	
com.playfungame.ggplay.lzgsea\smali\com\kunlun\platform\android\KunlunConf$\y.smali (9 hits)
 
Newbie Spellweaver
Joined
Mar 3, 2013
Messages
12
Reaction score
4
you edit the smali?

Yes, I re-editing the whole file again from the start.

---

Did anyone manage to change the World Level and EXP Limit settings?


---

Found server global configuration in /data/s1001/bin/gsconf/table/GlobalConfig.txt

There are Stamina limit, regen, Abyss limit, Nest limit, Crit multiplier, and so on.

---

(Maximum Stamina) MaxFatigue is working,
(Maximum Stamina recovered over time) MaxRecoverFatigue is working,
(Stamina regeneration over time) FatigueRegeneration seems doesn't work
(Maximum limit purchase Abyss - Challenge Attempts) BuyAbyssCountLimit seems doesn't work
(Maximum limit purchase Nest - Challenge Attempts) BuyNestCountLimit seems doesn't work,
(All class attack speed multiplier 100=1x, 50=0.5x, 150=1.5x) AttackSpeed scale is working,
(All class skill CD multiplier 100=1x, 50=0.5x, 150=1.5x) SkillCD scale is working,
(Daily -> Daily Event -> EXP Limit) MaxLimitMul is working,
(Benefit -> Daily Stamina -> Daily Dinner) DinnerReward is working functionally,
(Benefit -> Daily Stamina -> Daily Lunch) SupperReward is working functionally,
(Online Reward) LoginReward is working in /data/s1001/bin/gsconf/table/AreaGlobalTable.txt

---

After you made changes to these configs :
1. Restart the VM server
2. Start redis service then start the server
Code:
cd /root/start
./rs.sh
./start.sh
3. That's it

---

Is there a way to access the source server files?
 
Last edited:
Newbie Spellweaver
Joined
Feb 23, 2018
Messages
48
Reaction score
4
authorization error.. still block. db ok, client edit ok. file ip change ok. but idk why not enter in game.
 
Initiate Mage
Joined
Jun 19, 2020
Messages
3
Reaction score
0
hello anyone help how to make private server and what are the tools needed for dragon nest mobile



hello anyone help how to make private server and what are the tools needed for dragon nest mobile. please help meeeeee:*::*::*::*::*:
 
Initiate Mage
Joined
Jun 23, 2020
Messages
3
Reaction score
0
i managed to run the server, my question is how to add password on GM Panel in bhlt/index.php, because its open to everyone that will know the link and my ip, any one can help? and how to add GM account in my database? what to put in id column and account column



is this compatible with our www files and database?
 
Initiate Mage
Joined
Jun 29, 2020
Messages
1
Reaction score
0
can anyone teach me about this? I want to make Dragon Nest mobile private server taoi nobody taught me, please help
 
Initiate Mage
Joined
Jun 23, 2020
Messages
3
Reaction score
0
follow steps from first page. work 100%

do you know where to edit the fashion attributes info? i managed to edit the attributes modifier, but the info does not change at all, but when you equip it it will give you the + attributes you edit, where i can edit the info when you click the preview panel for an item
 
Newbie Spellweaver
Joined
May 27, 2020
Messages
10
Reaction score
0
This command works for all users, so how do you apply this root to only work for one GM user for 10 user id?



Nice thanks
 
Initiate Mage
Joined
Jan 24, 2014
Messages
4
Reaction score
0
hi everyone, i'm from Brazil. I would like a help to set up on my pc server, if anyone can help irie be eternally grateful, I want to put this game on my website, for my friends and clients, I have a portal that I come to work alone on the project and I have knowledge limitations sometimes, so i ask for help, my website if you want to visit and know is , it is for gamer and geek audiences, where there is an online store, live streamer, a multiplayer game stop and the tracker community , where I diaponibilazarei to download game and expensive programs and files on the web, where it will be a complete portal. gamer and geek. and now I would like to add this Dragon Nest Mobile game to download, but I need someone to help me configure the Dragon Nest M server. My contact disagreement. Psycowolf1 # 9361, email: psycowolf1@hotmail.com. I am waiting heartily that someone can help me?
I need to configure the ip, ports, and installation hundreds. help me.? Please
 
Last edited:
Newbie Spellweaver
Joined
Nov 19, 2017
Messages
19
Reaction score
2
UABE working , unityEX don't open somes





Need to change stingtable on apk
I have not find how to enable more languages on client but change stingtable on client work (stringtable.bytes is on server side) and i you need your stringtable i can encode for client

how to unpack .bytes bro? thx
 
Newbie Spellweaver
Joined
May 27, 2020
Messages
10
Reaction score
0
i managed to run the server, my question is how to add password on GM Panel in bhlt/index.php, because its open to everyone that will know the link and my ip, any one can help? and how to add GM account in my database? what to put in id column and account column



is this compatible with our www files and database?


Example for loginweb
 
Joined
Mar 29, 2019
Messages
1,014
Reaction score
1,147
Thanks, super easy to setup

rocklee330 - [Mobile]Dragon Nest Mobile 1.5.461 Multilangue(Centos Server) - RaGEZONE Forums

rocklee330 - [Mobile]Dragon Nest Mobile 1.5.461 Multilangue(Centos Server) - RaGEZONE Forums

rocklee330 - [Mobile]Dragon Nest Mobile 1.5.461 Multilangue(Centos Server) - RaGEZONE Forums

rocklee330 - [Mobile]Dragon Nest Mobile 1.5.461 Multilangue(Centos Server) - RaGEZONE Forums

rocklee330 - [Mobile]Dragon Nest Mobile 1.5.461 Multilangue(Centos Server) - RaGEZONE Forums
 
Back
Top