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)

Joined
Apr 6, 2012
Messages
545
Reaction score
217
Untouch Server Files :
(better to use others one)






on this files have ios tuto (in chinese)

pass : 123456
Don't forgot vmware start without num lock so need to enable it after you enter in vmware(even if you keyboard say its on on vmware default is off
View attachment item.rar
item.txt for gm web full english with matching item with server

Windows server
without english tuto only chinese with files
Idk if someone prefere
Password:
and it seems its 1.5 too but server is 1.2 with allow 1.5 version
Screenshot :


Tuto:
CentOS-7-x86_64-1511

put root.tar.gz on /root
put lzg.zip to /root (rename in with that name if its not)
Code:
tar xvzf root.tar.gz
mv /root/root/* /root
change 192.168.1.31
with you ip you use for connect to the server
you can find it on console

edit iptables.sh and add these lign after service iptables save
Code:
iptables -I OUTPUT -p tcp -s 192.168.1.10 --dport 22 -j ACCEPT
iptables -I INPUT -p tcp -s 192.168.1.10 --dport 22 -j ACCEPT
iptables -I OUTPUT -p tcp -s 192.168.1.10 --dport 3306 -j ACCEPT
iptables -I INPUT -p tcp -s 192.168.1.10 --dport 3306 -j ACCEPT
For save iptables when install is finish take care if you not save it and reboot you have not external access to ssh and mysql if you close you console you going to get kick from you server
Code:
service iptables save
run command
Code:
chmod 777 /root/install.sh
./install.sh
Fills the fields when requiered
you need to set password 123456 for mysql or script will not work
the os going to reboot
after reboot run 1 more time install.sh
when done verify mysql database is on compressed

change ip with you server ip in :
mysql 01_login>gateinfo
/var/www/html antz.php,iostz.php(for ios)
/data/s1001/bin/conf
login_conf.xml
116.31.120.137:81 to you ip without :81

verify if you get like this with
Code:
 http://YOURSERVERIP/index.php

if not get that
Code:
chmod -R 777 /var/www/html



now try start server
Code:
cd /root/start
./rs.sh
Only 1 time each reboot
Code:
cd /root/start
./start.sh
for start
Code:
cd /root/start
./stop.sh
for stop

verify server is started


Enjoy

I hope i have remove all backdoor with simple clean install




Client_modification:


change 192.168.1.31 by your ip
Code:
com.playfungame.ggplay.lzgsea\assets\config.cfg
Need edit them with UnityEx or assets bundle extractor
like this
Code:
192.168.1.31:25001|192.168.1.31:25001|192.168.1.31:25001|192.168.1.31:25001|192.168.1.31:25001|192.168.1.31:25001|192.168.1.31:24001|http://192.168.1.31/release5/|True|192.168.1.31:25001|192.168.1.31:25001|192.168.1.31:25001|192.168.1.31:25001|192.168.1.31:25001|192.168.1.31:25001|192.168.1.31:25001|192.168.1.31:24001
Code:
com.playfungame.ggplay.lzgsea\smali\com\kunlun\platform\android\KunlunConf$\a.smali (12 hits)
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)

Edit dll with dnSpy
Code:
com.playfungame.ggplay.lzgsea\assets\bin\Data\Managed\Assembly-CSharp.dll

1 enter 192.168.1.31
2 change for number/key
3 click on .cctor
4 Select a lign with ip and right click modify instruction IL

Lang2bytes convertor for edit apk and bundle
View attachment XProject.rar



Others files :
http://forum.ragezone.com/f851/dragon-nest-source-code-1172393/
http://forum.ragezone.com/f857/dragon-nest-eng-1167724/
http://forum.ragezone.com/f857/dragon-nest-mobile-1160812/
http://forum.ragezone.com/f858/tuto-dragon-nest-mobile-1-a-1169956/


N.B.: this mobile game need a section on dragon nest :'( like mu
 

Attachments

You must be registered for see attachments list
Last edited:
Experienced Elementalist
Joined
Oct 14, 2012
Messages
226
Reaction score
15
Re: [Mobile]Dragon Nest Mobile (Centos Server)

is this from chinese forum? and have chinese guide? because chinese guide not too much accurate.
 
Joined
Apr 6, 2012
Messages
545
Reaction score
217
Re: [Mobile]Dragon Nest Mobile (Centos Server)


the tuto for now will do it later and if you use vmware you don't really need a tuto you just need have ip 192.168.200.129 , ./start.sh and start game

it take me 15min to run the server
1h tu full set up
its pretty easy even in chinese the only problem i have get is with config.cfg but i have take the 1 from 1.2 and it work

centos 7.7 max because of php56
 
Joined
Apr 6, 2012
Messages
545
Reaction score
217
Re: [Mobile]Dragon Nest Mobile (Centos Server)

i will be awesome if someone success grab some translation from official i don't know if its possible to connect with client i have not success because of update

this server version is VERSION=2.18.2a
official english have 1.6

it seems version of client is wrong i think its much like 1.5
 
Last edited:
Joined
Apr 6, 2012
Messages
545
Reaction score
217
Re: [Mobile]Dragon Nest Mobile (Centos Server)

Good news its seems new version going to be multi languages can't wait
Version :
a little more then base apk 1.5 but less then 1.6



no one have 266 yuan XD ?

why baidu only support chinese payement :'(



for configs.cfg take the one from the official 1.5 client and open it with UnityEx or Assets bundle extractor

the one from client too much edited with notepad ++

 
Last edited:
Newbie Spellweaver
Joined
Jan 6, 2014
Messages
49
Reaction score
15
Re: [Mobile]Dragon Nest Mobile (Centos Server)

only can edit config.cfg
cannot edit .txt onclient
IBShop.txt client


if use IBShop.txt from server how to convert to
bytess file
 
Joined
Apr 6, 2012
Messages
545
Reaction score
217
Re: [Mobile]Dragon Nest Mobile (Centos Server)

you are sur you need to edit client too chinese files have one patch without any update on client ?



Balanced the data of the elf draw Pandora's box
Adjusted the issue of nest non-explosive equipment.
Modify the number of lairs and abyss and add fast matching man-machine (10S). Initial physical strength 400. Restore 1 point per minute.
Modified the man-machine waiting time of the arena to be 3S world speak cool 3S
Arena 1500-3500 can match man-machine (75% probability)
Modified some mall items (prices are open) Closed some useless activities
Revised guild sign-in Joker Poker daily sign-in rewards
Revised initial mission rewards no longer give away 130 helicopters
GM title time limit changed to permanent

The modification is mainly to balance the original perverted data to make the gameplay a little more without any perverted modification.

Copy these files (except this document) directly to the server and overwrite the original files under data \ s1001 \ bin \ gsconf \ table \ Restart the server



you can also take a look about modded apk sometime he unencrypt client for can edit
 
Newbie Spellweaver
Joined
Jan 6, 2014
Messages
49
Reaction score
15
Re: [Mobile]Dragon Nest Mobile (Centos Server)

you are sur you need to edit client too chinese files have one patch without any update on client ?



Balanced the data of the elf draw Pandora's box
Adjusted the issue of nest non-explosive equipment.
Modify the number of lairs and abyss and add fast matching man-machine (10S). Initial physical strength 400. Restore 1 point per minute.
Modified the man-machine waiting time of the arena to be 3S world speak cool 3S
Arena 1500-3500 can match man-machine (75% probability)
Modified some mall items (prices are open) Closed some useless activities
Revised guild sign-in Joker Poker daily sign-in rewards
Revised initial mission rewards no longer give away 130 helicopters
GM title time limit changed to permanent

The modification is mainly to balance the original perverted data to make the gameplay a little more without any perverted modification.

Copy these files (except this document) directly to the server and overwrite the original files under data \ s1001 \ bin \ gsconf \ table \ Restart the server



you can also take a look about modded apk sometime he unencrypt client for can edit
try first sir. that server only can edit on table but cannot make update to client
because cannot unpack manifest.1.5.461.assetbundle
 
Joined
Apr 6, 2012
Messages
545
Reaction score
217
Re: [Mobile]Dragon Nest Mobile (Centos Server)

no lol that not exist i think the chinese guy was too much tired xD only hostname can have more then 12 digit 255.255.255.255 is max for ipv4
and we don't count . on count even on bit
.... is structure of ipv4 with a pack of 3 digit
ipv6 = ::::::: with a pack of 4 character
and the digits problem comme from edition with notpad++ with right assets editor you don't have any
problem
if you begin from clean configs.cfg from offical client its ok



faster faster ... i want download faster



WTF its 5gb of client update and server side no vmware
uploading

data = server

update vmware before try



new files shared
 
Last edited:
Experienced Elementalist
Joined
Aug 19, 2011
Messages
210
Reaction score
14
Re: [Mobile]Dragon Nest Mobile (Centos Server)

how about this error in login sir ? i try the file and run successful in patch but when i login thos error show and i cant go to the server list

 
Experienced Elementalist
Joined
Aug 19, 2011
Messages
210
Reaction score
14
spend hour on it , for fix some thing i think later i going to do a mz translated without pagoda





no the new tuto on main thread

i try your new apk and successfully edit client but same error after i login username and password
im using vps centos 7.6

 
Joined
Apr 6, 2012
Messages
545
Reaction score
217
selinux disabled ? iptables off ? server well started ?



: I have not encounter problem with db right not but not much play

Table that can't be deleted

gateinfo
notice

I am not 100% sur about
openserverdate

after more test i will add on main post
 
Experienced Elementalist
Joined
Aug 19, 2011
Messages
210
Reaction score
14
selinux disabled ? iptables off ? server well started ?



: I have not encounter problem with db right not but not much play

Table that can't be deleted

gateinfo
notice

I am not 100% sur about
openserverdate

after more test i will add on main post

i try your tuts in this thread and follow all of it but when i start the server only 7 xml open

[root@MUPROJECTTWO ~]# netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:21031 0.0.0.0:* LISTEN 7069/./gateserver
tcp 0 0 127.0.0.1:29000 0.0.0.0:* LISTEN 6887/./idipserver
tcp 0 0 127.0.0.1:41001 0.0.0.0:* LISTEN 6937/./teamserver
tcp 0 0 0.0.0.0:9001 0.0.0.0:* LISTEN 6887/./idipserver
tcp 0 0 127.0.0.1:32011 0.0.0.0:* LISTEN 6963/./routerserver
tcp 0 0 0.0.0.0:6379 0.0.0.0:* LISTEN 4767/./redis-server
tcp 0 0 127.0.0.1:32012 0.0.0.0:* LISTEN 6963/./routerserver
tcp 0 0 127.0.0.1:32013 0.0.0.0:* LISTEN 6963/./routerserver
tcp 0 0 127.0.0.1:32014 0.0.0.0:* LISTEN 6963/./routerserver
tcp 0 0 127.0.0.1:32015 0.0.0.0:* LISTEN 6963/./routerserver
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 3071/nginx: master
tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 3071/nginx: master
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2881/sshd
tcp 0 0 0.0.0.0:14711 0.0.0.0:* LISTEN 7069/./gateserver
tcp 0 0 127.0.0.1:35000 0.0.0.0:* LISTEN 6872/./fmserver
tcp 0 0 0.0.0.0:8888 0.0.0.0:* LISTEN 4112/python
tcp 0 0 0.0.0.0:888 0.0.0.0:* LISTEN 3071/nginx: master
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3585/master
tcp 0 0 0.0.0.0:8001 0.0.0.0:* LISTEN 6887/./idipserver
tcp 0 0 0.0.0.0:24001 0.0.0.0:* LISTEN 6840/./versionserve
tcp6 0 0 :::3306 :::* LISTEN 3985/mysqld
tcp6 0 0 :::22 :::* LISTEN 2881/sshd
tcp6 0 0 ::1:25 :::* LISTEN 3585/master
udp 0 0 127.0.0.1:323 0.0.0.0:* 2327/chronyd
udp6 0 0 ::1:323 :::* 2327/chronyd
[root@MUPROJECTTWO ~]# ps a
PID TTY STAT TIME COMMAND
2927 tty1 Ss+ 0:00 /sbin/agetty --noclear tty1 linux
4119 pts/0 Ss 0:00 -bash
4137 pts/1 Ss 0:00 -bash
4190 pts/1 S+ 0:01 top
4767 pts/0 Sl 0:00 ./redis-server 0.0.0.0:6379
6840 pts/0 Sl 0:04 ./versionserver conf/version_conf.xml
6872 pts/0 Sl 0:08 ./fmserver conf/fm_conf.xml
6887 pts/0 Sl 0:09 ./idipserver conf/idip_conf.xml
6937 pts/0 Rl 0:09 ./teamserver conf/team_conf.xml
6963 pts/0 Sl 0:05 ./routerserver conf/router_conf.xml
6998 pts/0 Sl 0:10 ./crossgameserver conf/gs_cross_conf.xml
7069 pts/0 Sl 0:05 ./gateserver conf/gate_conf.xml
9428 pts/0 R+ 0:00 ps a
[root@MUPROJECTTWO ~]#
 
Back
Top