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 [Tuto] Dragon Nest Mobile 1.2

Initiate Mage
Joined
Feb 20, 2016
Messages
69
Reaction score
11
Hello dear readers,
Today I offer you a tutorial compatible for the version 1.2 of Dragon Nest Mobile.
https://mega.nz/#!PAtDGaha!mwPsYKPUlaPD1fDfcqRKU8pVd9Fjh95HBoFc9cpRyZkTo know that the only pack that runs smoothly currently is 1.2.If a member has a file pack of 1.4, 1.5 or 1.6 I am a taker!
So here I share my English DNs server 1.2 pack.In the pack :
- Server files- Tools ( files required for configuration)
- Apk Tool ( decompilation and re-compilation)
- DnSpy ( modification .dll)- APK ( Dragon Nest Mobile 1.2 )
Step 1: Modify the ip in the database.
Start the apache and mysql server, run phpStudy.exe in Administrator.\LinkoLabs\lzgserver\phpStudy\

Screen :
Screen :
Result :

Open Navicat and connect you in mysql to the serveur.
Screen :
Screen :
Password is : "gudanboke"

Once the connection is successful go to the database "Login" then the table "GateInfo".
Screen :
Edite the IP URL witch your IP :
Code:
192.168.99.99
replace to 192.168.X.X or extern ip dans save the table.
Screen : Screen :

Step 2: Configure the .apk file
Copy the DN.apk file found in the APK folder to the APKtool folderRUn the Command Prompt and paste this :
Code:
apktool d -r DN.apk
Wait for the end of the decompilation...A new folder named Dn is in the APKtool folder, it contains the source code.
Screen :
We need to edit the following file
Code:
[B]\ApkTool\Dn\assets\[/B]config.cfg
Screen :
Open the file config.cfg width UnityEx available to APKtool folder
.Screen :

Open Archve and add config.cfg
Screen :

select the two files of the list then export as the dissolved example :
Screen :

Now let's get the exported files back and edit the config.txt files
the exported files can be found here Unity_Assets_Files


Screen :
Check the config.txt file and edite :
Replace your IP
Code:
185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:24001|http://res.dnvn.mobi/UpdateEN/|False|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:24001

Once the changes are done, import the files with UnityEx
Screen :
It is now time to modify the .dll and finish with our file. apk!
The file we have now changed is here:
Code:
ApkTool\Dn\assets\bin\Data\Managed\Assembly-CSharp

Screen :

right click and open with ... DNSpy
Screen :
Screen :

Screen :


Research " XPlatform" class.
Screen :
Screen :

Change the research filtre to "class"
Screen :

Open the class
Screen :

The code is open :
Screen :

go to the bottom of the code and right click on the ip then made:
Screen :

Edite your IP in the file and clic ok
Screen :

After save all
Screen :

The .apk file is finally over, let's move on to recompilation

Now open the APKtool folder, just as the first extraction open the prompt commade and type the following line :

Code:
apktool b Dn
Or

Code:
apktool b -r dn

Wait for the end of the compilation the file is now here:
ApkTool\Dn\dist\Dn.apk

Rename to Dn1.apk and cut the file and paste it into the root folder apktool.
Screen :

Let's go to the signature and it will be finished for the configuration!

let's go to the command prompt and type the following line:
Code:
java -jar SignApk.jar testkey.x509.pem testkey.pk8 Dn1.apk Dn1_sgn.apk

Wait for the end of the signture and you will find your folder at the root of the APKTool folder!
Screen :

*Please install Bluestack no Nox Emulator for use !

Step 3 : Lunch and stop the server.

- Make sure PhpStudy is on.
- For start the server use the start.batch in the folder
Screen :

Register you in the webserver or database Login -> users.
URL

Sorry for my bad english , i'm french...
I will release a video soon

My discord : LinkoLabs#9529

Thanks Zion, Lewandwski,Walter,Einkaito, etc ... for all support !
 
Initiate Mage
Joined
Oct 7, 2019
Messages
14
Reaction score
3
Hello dear readers,
Today I offer you a tutorial compatible for the version 1.2 of Dragon Nest Mobile.
https://mega.nz/#!PAtDGaha!mwPsYKPUlaPD1fDfcqRKU8pVd9Fjh95HBoFc9cpRyZkTo know that the only pack that runs smoothly currently is 1.2.If a member has a file pack of 1.4, 1.5 or 1.6 I am a taker!
So here I share my English DNs server 1.2 pack.In the pack :
- Server files- Tools ( files required for configuration)
- Apk Tool ( decompilation and re-compilation)
- DnSpy ( modification .dll)- APK ( Dragon Nest Mobile 1.2 )
Step 1: Modify the ip in the database.
Start the apache and mysql server, run phpStudy.exe in Administrator.\LinkoLabs\lzgserver\phpStudy\

Screen :
Screen :
Result :

Open Navicat and connect you in mysql to the serveur.
Screen :
Screen :
Password is : "gudanboke"

Once the connection is successful go to the database "Login" then the table "GateInfo".
Screen :
Edite the IP URL witch your IP :
Code:
192.168.99.99
replace to 192.168.X.X or extern ip dans save the table.
Screen : Screen :

Step 2: Configure the .apk file
Copy the DN.apk file found in the APK folder to the APKtool folderRUn the Command Prompt and paste this :
Code:
apktool d -r DN.apk
Wait for the end of the decompilation...A new folder named Dn is in the APKtool folder, it contains the source code.
Screen :
We need to edit the following file
Code:
[B]\ApkTool\Dn\assets\[/B]config.cfg
Screen :
Open the file config.cfg width UnityEx available to APKtool folder
.Screen :

Open Archve and add config.cfg
Screen :

select the two files of the list then export as the dissolved example :
Screen :

Now let's get the exported files back and edit the config.txt files
the exported files can be found here Unity_Assets_Files


Screen :
Check the config.txt file and edite :
Replace your IP
Code:
185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:24001|http://res.dnvn.mobi/UpdateEN/|False|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:24001

Once the changes are done, import the files with UnityEx
Screen :
It is now time to modify the .dll and finish with our file. apk!
The file we have now changed is here:
Code:
ApkTool\Dn\assets\bin\Data\Managed\Assembly-CSharp

Screen :

right click and open with ... DNSpy
Screen :
Screen :

Screen :


Research " XPlatform" class.
Screen :
Screen :

Change the research filtre to "class"
Screen :

Open the class
Screen :

The code is open :
Screen :

go to the bottom of the code and right click on the ip then made:
Screen :

Edite your IP in the file and clic ok
Screen :

After save all
Screen :

The .apk file is finally over, let's move on to recompilation

Now open the APKtool folder, just as the first extraction open the prompt commade and type the following line :

Code:
apktool b Dn
Or

Code:
apktool b -r dn

Wait for the end of the compilation the file is now here:
ApkTool\Dn\dist\Dn.apk

Rename to Dn1.apk and cut the file and paste it into the root folder apktool.
Screen :

Let's go to the signature and it will be finished for the configuration!

let's go to the command prompt and type the following line:
Code:
java -jar SignApk.jar testkey.x509.pem testkey.pk8 Dn1.apk Dn1_sgn.apk

Wait for the end of the signture and you will find your folder at the root of the APKTool folder!
Screen :

*Please install Bluestack no Nox Emulator for use !

Step 3 : Lunch and stop the server.

- Make sure PhpStudy is on.
- For start the server use the start.batch in the folder
Screen :

Register you in the webserver or database Login -> users.
URL

Sorry for my bad english , i'm french...
I will release a video soon

My discord : LinkoLabs#9529

Thanks Zion, Lewandwski,Walter,Einkaito, etc ... for all support !

Nice tutorial
Mirror Google Driver:
Mirror Mega:
 
Initiate Mage
Joined
Apr 6, 2018
Messages
3
Reaction score
0
Diamond its not working
Anyone who knows it?
I need some help:thumbup:
 
Initiate Mage
Joined
Jan 2, 2020
Messages
1
Reaction score
0
I can log in but when entering the game server appears an error game server not loaded or started what can be?
 
Junior Spellweaver
Joined
Apr 5, 2011
Messages
130
Reaction score
2
Hello dear readers,
Today I offer you a tutorial compatible for the version 1.2 of Dragon Nest Mobile.
https://mega.nz/#!PAtDGaha!mwPsYKPUlaPD1fDfcqRKU8pVd9Fjh95HBoFc9cpRyZkTo know that the only pack that runs smoothly currently is 1.2.If a member has a file pack of 1.4, 1.5 or 1.6 I am a taker!
So here I share my English DNs server 1.2 pack.In the pack :
- Server files- Tools ( files required for configuration)
- Apk Tool ( decompilation and re-compilation)
- DnSpy ( modification .dll)- APK ( Dragon Nest Mobile 1.2 )
Step 1: Modify the ip in the database.
Start the apache and mysql server, run phpStudy.exe in Administrator.\LinkoLabs\lzgserver\phpStudy\

Screen :
Screen :
Result :

Open Navicat and connect you in mysql to the serveur.
Screen :
Screen :
Password is : "gudanboke"

Once the connection is successful go to the database "Login" then the table "GateInfo".
Screen :
Edite the IP URL witch your IP :
Code:
192.168.99.99
replace to 192.168.X.X or extern ip dans save the table.
Screen : Screen :

Step 2: Configure the .apk file
Copy the DN.apk file found in the APK folder to the APKtool folderRUn the Command Prompt and paste this :
Code:
apktool d -r DN.apk
Wait for the end of the decompilation...A new folder named Dn is in the APKtool folder, it contains the source code.
Screen :
We need to edit the following file
Code:
[B]\ApkTool\Dn\assets\[/B]config.cfg
Screen :
Open the file config.cfg width UnityEx available to APKtool folder
.Screen :

Open Archve and add config.cfg
Screen :

select the two files of the list then export as the dissolved example :
Screen :

Now let's get the exported files back and edit the config.txt files
the exported files can be found here Unity_Assets_Files


Screen :
Check the config.txt file and edite :
Replace your IP
Code:
185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:24001|http://res.dnvn.mobi/UpdateEN/|False|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:24001

Once the changes are done, import the files with UnityEx
Screen :
It is now time to modify the .dll and finish with our file. apk!
The file we have now changed is here:
Code:
ApkTool\Dn\assets\bin\Data\Managed\Assembly-CSharp

Screen :

right click and open with ... DNSpy
Screen :
Screen :

Screen :


Research " XPlatform" class.
Screen :
Screen :

Change the research filtre to "class"
Screen :

Open the class
Screen :

The code is open :
Screen :

go to the bottom of the code and right click on the ip then made:
Screen :

Edite your IP in the file and clic ok
Screen :

After save all
Screen :

The .apk file is finally over, let's move on to recompilation

Now open the APKtool folder, just as the first extraction open the prompt commade and type the following line :

Code:
apktool b Dn
Or

Code:
apktool b -r dn

Wait for the end of the compilation the file is now here:
ApkTool\Dn\dist\Dn.apk

Rename to Dn1.apk and cut the file and paste it into the root folder apktool.
Screen :

Let's go to the signature and it will be finished for the configuration!

let's go to the command prompt and type the following line:
Code:
java -jar SignApk.jar testkey.x509.pem testkey.pk8 Dn1.apk Dn1_sgn.apk

Wait for the end of the signture and you will find your folder at the root of the APKTool folder!
Screen :

*Please install Bluestack no Nox Emulator for use !

Step 3 : Lunch and stop the server.

- Make sure PhpStudy is on.
- For start the server use the start.batch in the folder
Screen :

Register you in the webserver or database Login -> users.
URL

Sorry for my bad english , i'm french...
I will release a video soon

My discord : LinkoLabs#9529

Thanks Zion, Lewandwski,Walter,Einkaito, etc ... for all support !

DN1.2 how to fix jade slot not working?

D:\lzgserver\DNServer\gsconf\table\JadeSlot.txt not working for me

this my jadeslot

EquipSlot JadeSlotAndLevel
装备部位 龙玉部位形状及开启等级(形状=等级|...)
0 2=16|2=24|1=40|1=80
1 2=16|2=24|1=40|1=80
2 2=16|2=24|1=40|1=80
3 2=16|2=24|1=40|1=80
4 2=16|2=24|1=40|1=80
5 1=16|1=24|2=40|2=80
6 1=16|1=24|2=40|2=80
7 1=16|1=24|2=40|2=80
8 1=16|1=24|2=40|2=80
9 1=16|1=24|2=40|2=80
 
Initiate Mage
Joined
May 5, 2020
Messages
2
Reaction score
0
Hello dear readers,
Today I offer you a tutorial compatible for the version 1.2 of Dragon Nest Mobile.
https://mega.nz/#!PAtDGaha!mwPsYKPUlaPD1fDfcqRKU8pVd9Fjh95HBoFc9cpRyZkTo know that the only pack that runs smoothly currently is 1.2.If a member has a file pack of 1.4, 1.5 or 1.6 I am a taker!
So here I share my English DNs server 1.2 pack.In the pack :
- Server files- Tools ( files required for configuration)
- Apk Tool ( decompilation and re-compilation)
- DnSpy ( modification .dll)- APK ( Dragon Nest Mobile 1.2 )
Step 1: Modify the ip in the database.
Start the apache and mysql server, run phpStudy.exe in Administrator.\LinkoLabs\lzgserver\phpStudy\

Screen :
Screen :
Result :

Open Navicat and connect you in mysql to the serveur.
Screen :
Screen :
Password is : "gudanboke"

Once the connection is successful go to the database "Login" then the table "GateInfo".
Screen :
Edite the IP URL witch your IP :
Code:
192.168.99.99
replace to 192.168.X.X or extern ip dans save the table.
Screen : Screen :

Step 2: Configure the .apk file
Copy the DN.apk file found in the APK folder to the APKtool folderRUn the Command Prompt and paste this :
Code:
apktool d -r DN.apk
Wait for the end of the decompilation...A new folder named Dn is in the APKtool folder, it contains the source code.
Screen :
We need to edit the following file
Code:
[B]\ApkTool\Dn\assets\[/B]config.cfg
Screen :
Open the file config.cfg width UnityEx available to APKtool folder
.Screen :

Open Archve and add config.cfg
Screen :

select the two files of the list then export as the dissolved example :
Screen :

Now let's get the exported files back and edit the config.txt files
the exported files can be found here Unity_Assets_Files


Screen :
Check the config.txt file and edite :
Replace your IP
Code:
185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:24001|http://res.dnvn.mobi/UpdateEN/|False|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:25001|185.163.125.60:24001

Once the changes are done, import the files with UnityEx
Screen :
It is now time to modify the .dll and finish with our file. apk!
The file we have now changed is here:
Code:
ApkTool\Dn\assets\bin\Data\Managed\Assembly-CSharp

Screen :

right click and open with ... DNSpy
Screen :
Screen :

Screen :


Research " XPlatform" class.
Screen :
Screen :

Change the research filtre to "class"
Screen :

Open the class
Screen :

The code is open :
Screen :

go to the bottom of the code and right click on the ip then made:
Screen :

Edite your IP in the file and clic ok
Screen :

After save all
Screen :

The .apk file is finally over, let's move on to recompilation

Now open the APKtool folder, just as the first extraction open the prompt commade and type the following line :

Code:
apktool b Dn
Or

Code:
apktool b -r dn

Wait for the end of the compilation the file is now here:
ApkTool\Dn\dist\Dn.apk

Rename to Dn1.apk and cut the file and paste it into the root folder apktool.
Screen :

Let's go to the signature and it will be finished for the configuration!

let's go to the command prompt and type the following line:
Code:
java -jar SignApk.jar testkey.x509.pem testkey.pk8 Dn1.apk Dn1_sgn.apk

Wait for the end of the signture and you will find your folder at the root of the APKTool folder!
Screen :

*Please install Bluestack no Nox Emulator for use !

Step 3 : Lunch and stop the server.

- Make sure PhpStudy is on.
- For start the server use the start.batch in the folder
Screen :

Register you in the webserver or database Login -> users.
URL

Sorry for my bad english , i'm french...
I will release a video soon

My discord : LinkoLabs#9529

Thanks Zion, Lewandwski,Walter,Einkaito, etc ... for all support !


so i try to follow step 2, but in the linkolabs folder i cannot find any APK folder, i can only find the APKtool folder. So i tried to take the apk file and copy into apktool folder and run the commando prompt but then it say that no such command exist and i cant continue i am stuck at this point.
 
Initiate Mage
Joined
Jun 30, 2022
Messages
14
Reaction score
1
Pleaser make video on yt I can login but can't enter the game plss fix


 
Back
Top