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!

[Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting

Status
Not open for further replies.
Junior Spellweaver
Joined
Jun 16, 2014
Messages
113
Reaction score
61
Hi! I'm ProtocolBeta!

This guide is a (hopefully) no stupid fool proof way to set up a server. I will be covering:

-SQL Setup
-Database Setup
-Server Setup
-Webfiles Setup
-Troubleshooting

Updates

V1.0: Release




Server files include:

Talismen: Working
Jades: Working
BDN Normal



Bugs:

BDN Hardcore not working.
Cleric Getting hit is bugged. FIX (Andre YCL Provided thank them!) (Place in server side: char/player/cleric
Sorceress is Bugged: FIX (Andre YCL provided thank them!) (Place in Server side: char/player/sorceress)





Download for files here:
Download Client Here:

The files in "Server.zip" that you download and extract include:

5da2322ca54e692c710ce956e39fe9f3 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


DO NOT RENAME ANYTHING.


XAMMP: Webfile setup.
Dragon Nest Information Startup: Has all the passwords and commands you need.
SQL: SQL 2008 R2 SP2 and SQL Management Studio.
DNConfig: A Folder that contains what you will be hosting on your Webserver.
dn: Your server. Contains Gameres and Database files.



Included in the dn folder: Dragon Nest GM Sheet.txt which shows all the GM Commands, MAPIDs, and setjob commands.



Once you finish setting up the server: Click here to learn how to change the name of your server.

Once you finish setting up the server: Click here to learn how to edit the UI and translate the client!


Fixes included in these files already:

Playerleveltable.dnt fix located here

Anything else you must fix yourself.



Let's begin!



Step 0:
Minimum System Requirements:

You should be able to run server and client on same computer with:

8 GB Ram
64 bit OS (Windows)
Intel i3 Processor or equivalent.
Brains
Administrator Rights for your computer.





Step 1: XAMMP

Click xampp-win32-1.8.3-5-VC11-installer and run as an administrator.

4a3cd901a1cd701cc02734329c8fcd4e - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Wait for it to load and click next:

df6b2823f1aa03166d110d768af56605 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Check all and click next:

ec9e1a86a3554a78746a6e186f3b78cd - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Choose where to install it and hit next (I would keep normal spot):

059890089cd16455cbbdee2af3560f73 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Uncheck Bitnami and hit next:

e57b18f3381bff8980e890e52e26b649 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Just hit next again.

94339362f2fa8a0ee8b378c528dc6606 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Let it install you will get this when it finishes. Let it start if your gonna do your server now either way click finish:

8696637040897b8ea6289e5fdfb01604 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


You should (if you hit start now) get a control panel like this:

2aa71c93983d2c87cc58d90de9cb15ad - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums





We will come back to that later.






Step 2: Webserver

Go back to your Server folder and find the DNConfig folder.



cf8b5519fe0300eea8aefd57bb4685f2 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Open: C:\xampp\htdocs (or wherever you put your XAMMP installation)

6a2c715c89316048b4dd65a145fb92c9 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Drag the folder "DNConfig into htdocs:

05ffff812a278e6b4a81a116ec9b39e7 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



So the path for the file "PatchList" is: C:\xampp\htdocs\DNConfig\PatchList.xml (or wherever you installed XAMMP)

b9590586c8f02faf5042c0011083f91c - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums





After that you're done with Webserver.




Step 3: SQL Setup:

Go back to your Server folder and open the SQL Folder.
8110df74a446594fa37fce1f3b51f25a - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



Inside you see:

72b178e21ab2236d59c2c07502c551d8 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



Double click: SQLEXPR_x64_ENU.exe and it will show it extracting the setup files.

22cd01a0139ce8bb25fb165122d64340 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


It will load a screen like this: Hit "New installation or add features to an existing installation"

bc4f9d8ae9909e6174aaf5224c825cc1 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


After hitting it you will be greeted with:

e9ea4ffcbc267a0057539d010856f9c9 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Check "I accept the license terms" and hit next, it will show a stetup screen then show:

523bd7dc3e089ae6b832f0a625259982 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Check all and hit next.

36e5e7692c00aa735198c8d738b7a2c0 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit next make sure to keep the name SQLExpress.

caf22e8f1fe1a56c83bea23fc13ed00a - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit "Use the same account for all SQL Server services"

2ddc48e7747c16591f78eb0436e390e1 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


It will pop up the above window. Hit Browse.

c628fffd61dd72780d6e21bf4601b69d - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



6bac062399fd4ff2403cf4b428d100a9 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



Type the account username of your computer in the "Enter the object name to select" (example my name is Beta on this test PC)

Click Check Names

9b28e2b2fdb535592e8e70b9520aaab3 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Should show COMPUTERNAME-PC\USERNAME (in example mine is BETA-PC\Beta

Hit Ok


c2fc97231510661ea725225fefee331c - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Back at this screen it should show your Account Name now. Type in your password for logging into your computer. Don't have one? Go make one.

f5a12b8986c7b923ffeee8d32a55188c - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Should look like this now. Click next.

9819e278518430c5041b3c0d3f1b3c63 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit "Mixed Mode" and type in a password, it doesn't have to be the same one as your account, but remember it.

Hit next after you type a password.

0aa19f24300a1368a223266eb1ea280b - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit next again.

It will start installing.

When it's done you should get:

810195ba64ba194731236156823407ba - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Then you're good. Hit close and close out of the "new installation" page it is still open too.

Next for Management studio:

Go back to your server folder and select SQLManagementStudio_x64_ENU.exe


632a9465f570c43e8a5d225ea16dfa56 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Open it and will extract like the last one.

4338b08903f4f5de2bf761600e56c84f - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



Hit "New installation or add features to an existing installation."

It will load a setup check then the actual setup:


c6217f4ea6f8fe5cb25f32b75850e0bd - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit New installation or add shared features and then click next.

b8f6fa22002eeeb53d9532dd910d448f - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Check that you accept the terms and hit next.

455e797cc9a2e2c2fa85eaba76512910 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Select all and hit next.

666a9639d9e49b801f4b1bed9d0f75b5 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit next and let it install.

If all is well it should show:


cf9e85fc90c22ff25ca1d2f1d6b5193c - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



After that hit close and you're done with the SQL Setup.






Step 4: Databases

Go back to your Server folder and find the dn folder.

e2e7f21eba855599946087aadb5219e1 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums
Move

this folder so the path is: C:\DN
dec3dacd15468fb2b1e14189d004f578 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums




Now open SQL Management Studio and Log in.

dd22900c7619eb5f80375642e1ad489a - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Right click Database and hit Attach.

6f92d63bfe2eef7bac8dfbfb5642d002 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit Add

049e11a0fcf3ed5f2f504e10d8ead8c4 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Find DN > Server > Database and select a database to attach.

1bc979f78b4c0b5f35ab3015b6336852 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Let's start with DNGSM.

55e87f0b76ddce1b908fc708719e8499 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit OK

e53e89ac77f00d5576a58eae2199b72b - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



The window will close and there is your DNGSM database.

Repeat steps for the other 4 database.


d88832ca5db8cf80395d7a4406deec98 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



When you're done it should look like this.

Now: Go to your Server folder, and find the "Dragon Nest Information Startup.txt" document.

Open it and find:


7c965329a6a35b27580fe9ba59d54e9e - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Go back to your SQL and pull down "Security" and right click "Login."

c5a2a96ac27ed06e570661d8ae0338bc - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Click New Login:

ddbaba90ff9bf88d5f80980cbc1d7b34 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Check "SQL Server Authentication"

58b8e650f03be1c13e40eeaa48692101 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



In Login name: DragonNest
In Password and Confirm Password: 1B63162685d441a

Continued on next post
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Nov 5, 2014
Messages
3
Reaction score
6
Uncheck Enforce Password Expiration and User must change password at next login.

748a0d77faff821cd1aec6ff0ad608bf - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit ok and you're good.

Now repeat the same steps for SPExecutor with a random password.


12a7c34dd507ac56ecdb7a151f53e8c4 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Now you should have a:

DragonNest user with: 1B63162685d441a as password.

and a

SPExecutor user with: any password.

Next hit New Query:

f6b4ef66b3a2a76866e1aa4bcd941b2a - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



In the Query run this script:


use DNMembership
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go


use DNWorld
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go


use DNGSM
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go


use DNServerLog
go
EXEC sp_change_users_login 'Update_One', 'DragonNest', 'DragonNest'
go


use DNMembership
go
EXEC sp_change_users_login 'Update_One', 'SPExecutor', 'SPExecutor'
go


use DNWorld
go
EXEC sp_change_users_login 'Update_One', 'SPExecutor', 'SPExecutor'
go


use DNGSM
go
EXEC sp_change_users_login 'Update_One', 'SPExecutor', 'SPExecutor'
go


use DNServerLog
go
EXEC sp_change_users_login 'Update_One', 'SPExecutor', 'SPExecutor'

fd75f408fb38d91ae36a89e400e3a986 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Now click "Execute"

2cf4335ab85e48ab26b4c9283dce6d3e - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


If successful you will get this

adc987cafa8c8919d7fb1108afc61e7a - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Now close the query and go back to your DragonNest user in your Logins.

42e74af9c71e2848dd8affce5165012d - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums

Right click it and hit Properties.

Will show a window like this: hit server roles


82b6123ee94e699e83fc78e35e0f6c64 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


It will pull up a window like this:

36e907d6d2abcb30250c29a9e081b9a1 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Check all so it looks like this:

b950061cc4502c6089246ae4845f5dd3 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Click User Mapping:

11c83e384d639a65f1c459129efb2b5f - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Check and make sure all dngsm, dnmembership, dnserverlog, dnstaging, and dnworld are checked.

6c37077af394cf8a167e32f048126b98 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Make sure everything under: Database role membership is checked also like below:

e21b4c97ec002c1b33a7184d16c51eb8 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit Ok and close out of SQL.

If you get issues with this (like an error with Dragon Nest user, look at troubleshooting)

Click here to go to Troubleshooting!
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Jun 16, 2014
Messages
113
Reaction score
61
Step 5: ODBC Connections:

Now we need to set ODBC connections:

Go to: C:\Windows\System32\odbcad32.exe and open it.


7515bf5e849c02b55bbb042f056e85fa - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Click System DSN

0eadb4511979a9cd69b3e91b10b1506f - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit Add

cbd4646abe040f93588c237d1737f2dd - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Click SQL Server and hit finish.

392df4a3a44bcdade8adb1c2ff9929c1 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


For Name it's: dngsm, dnmembership, dnserverlog, dnstaging, or dnworld. You have to do ALL 5.

For Server it's your COMPUTERNAME-PC\SQLExpress.


7e12d809325e57090c720a4af077fe61 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit Next

0dbc5fb49df669510f6ffae5794fdcc5 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit Next

1bc974856e47bd8c06941af08ff23fd8 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Change the default database to the name of the database you used as the name in the first part.

DNGSMDNGSM
dnmembershipdnmembership
dnstagingdnstaging
dnserverlogdnserverlog
dnworlddnworld

Match it like those above.

Hit Next:


c10f02e5e13df405e98ce8daa70a2c73 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit Finish

Hit Test data source


f639f085d0dd53038dbcdd58c33e5b99 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Should get:

d3d3ed129405cfaca17448b9df31644d - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit Ok:

83b63f12dfa0e0734ec0be42c78bbfa7 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


It should appear on the main page. Do this again for the other 4 databases till you have:

33c9d7e1aeb95c63073339f267bf15b2 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Once you have that you're good to go for ODBC.
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Nov 5, 2014
Messages
3
Reaction score
6
Step 6: Some other stuff:

One of the main issues is that the files cannot connect to the SQL server. Let's fix this.

Open up:
SQL Server Configuration Manager


46578967cf46ea6f021e10b0ac97dae8 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


You will be greeted with:

45b22fed8bd7bb000f9bcb41559b586e - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Click SQL Server Network Configuration:

d5006c438d692271da7ad1073c81274c - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Right click TCP/IP and hit Enable.

766b9ebd8e5118e89b53c6f3fe398aa3 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Enable Named Pipes and VIA also till it shows:

39f5a7e8bbb245b0c15ffb88c5d7675c - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Now right click TCP/IP and hit properties

acb03955e1094dd78de6e8bc98474261 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



Click IP Addresses and scroll all the way down to the bottom:


22811c514ae1fea67eea8ec81ab57f76 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


In TCP Port type: 1433

cc1272b8b5dcb3ed953d28f523c4dfff - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit Apply and close out.

You might need to restart your computer at this time.



=======================================


Step 7: Starting Server


Remember in Step 1 with XAMMP? Open that now


b726884b3b5735c69d78c38a900ec4aa - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


On Apache: hit Start.

4ca97ffb881310a9726a99d0e5935805 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Now go to your dn > server > (all your server starting files) folder in windows.

30755eaf2646032984eca4c1bb2387ad - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



Click ServiceManager ExD and run it, click NetLauncherD and run it.


bb369dd3d94e7c764f53c3ce898d3db3 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



If Netlauncher shows anything but: download [ then check first step again.

Now it gets complicated.

Open your Server extract folder and open Dragon Nest Information Startup.txt

Keep it open, you will need:


33fd20acbfbc8c7ad1bf1cb149ffaeb1 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Open up CMD and run it as administrator also:

2e9d58899f4690fd09c6c207e766d4d0 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



So now you should have open: SeviceManager, NetLauncher, XAMMP, Dragon Nest Information Startup and CMD.

20811acfe4a145f1371200d84ea61fe7 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Now go to Change Date and Time on your calendar

b6b0c9c68cc0582cd9a691af8c1266c6 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums
.

Click Change Date and Time settings:

a3819cd8a5cf7fb39ac7ccc8f01f980a - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit Change Date and Time and scroll back and set your date to 4/16/14

2b9aebee6f1c53eab1b67a29f5f377da - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit ok and go to your ServiceManager.

1e5d1887ca4866e6885501ef205d839c - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



Hit Start on DB Server ONLY.


79530230018c8b8a6c1d7876240fb1b7 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



Enigma will pop up. DO NOT CLICK THE WINDOW. Move to CMD


438df6b911b72b80be3ab604ff88ed1e - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



Bring up this and CMD.

In cmd copy paste:


REG DELETE "HKEY_CURRENT_USER\Software\Enigma Protector" /f

hit enter

than copy paste

del %tmp%\????????

Once you do this CMD should show:


c066aab0e9a5ed6b761a7cc952826681 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Don't worry if del %tmp% didn't show anything afterwards, it still worked.

Now click the window and type Enigma Password window and type the password: laowangsb1314



3f4073a72f37bd497aa71931c0730846 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


DB server should have started.

Change your date again now to
8/1/14

143c43d884f93a33759a2ad524b116f8 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit ok and go back to your service manager.

You no longer need CMD open either.

After changing your date go back to your Service Manager and you can now start the other services.

Each will ask for Enigma but you only have to enter the password.


7c16fe0fded21b75a40ea313505d6172 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Now we start Master server.

4730c8ebfaf0cb0ac45356f066ec5f01 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Enter password and go.

cc9ac734354d310a97136fc33650347f - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Once it shows Exit move on.

036c1b4c647eb0c6ac45166afd2374c5 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Start Village.

Enter Password:


da7f85892184739bca4f5f91f3b86eed - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Now an Error will appear but don't fret.

f1adc55184e5806e7de363445a0fb855 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Just hit Ok and the service will start.

e41b0f7a2bc4923f2ac03a2679138094 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Now let's do Game Service:

48a2986fa39106f35650f7a3019c3ce1 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Enter password

f1adc55184e5806e7de363445a0fb855 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


You will get the same error as Village, but it will start

This service takes awhile to start so just wait.


aa34cc86a617986d687e2ce9e015d608 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


It's started now we go to Cash.

5c815e2d6e0fc486f21e3b0b0fa9ea7c - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Cash doesn't require Engima Password. Start's up easy.

2857a63c557eca017f349c1bc4f966fb - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Now we do Login

096a4195c55d409c0b711e39bb9b8ff4 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Start it, this service doesn't have Enigma either.

d69aea076e65d8773313cf5d9ddeb6a2 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


It will show LogServer fail until you turn on LogService.

Now let's do that.

77e9ef5f82006d7cb7f72fe7b6a514b1 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


This service doesn't require Enigma Password Either.

Should turn on very easy, and now all your services are online!


52efc8eb0166a0aef7b864af5f15caa4 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Jun 16, 2014
Messages
113
Reaction score
61
Step 8: Account Setup


Open SQL and Login:


e7929eeab809fbdbca000122423969b4 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit New Query

f2eda866e963ccec19e6c3b97b697936 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



In Query spot type:


USE [DNMembership]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[P_AddAccount]
@nvcAccountName = N'Username',
@inyAccountLevelCode = 99,
@inyCharacterCreateLimit = 4,
@inyCharacterMaxCount = 4,
@dt2LastLoginDate = NULL,
@vchLastLoginIP = NULL,
@IntLastSessionID = NULL,
@vchJoinIP = NULL,
@inyPublisherCode = 4,
@inyGenderCode = NULL,
@DaTBirthDate = NULL,
@vchPassphrase = N'Password',
@inyNationalityCode = NULL,
@inyChannelPartnerCode = NULL
SELECT 'Return Value' = @return_value
GO


In username and password fill in what you want:

Like shown below:


4acfab2979f84f9191b69172befd7e96 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Hit execute and you're done.

You should get:


e95cc02c6e82bb99766d9d64d05a146a - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Done!


Step 9: Client


First Extract the: "Dragon Nest Client For 80 Cap Files.zip" you downloaded.

This is a modified version of Eternal DN's client.

Look for: DragonNestStartUp.bat



9bbb5655cc0b1c5c9f2ef606e3b8aed7 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



Right Click and hit Edit


5b838a5f975c8da55f2149ea5e799c8a - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



Yours doesn't say this but where the old IP is, place you're public IP.


243c08e191a77640885517ec65224263 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


You're Public ip is the one listed on your game service.

So mine would look like:


e98e91d000e9d730ede2848c3bd8401c - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums



Now save and close and start you're client with this .bat.

When you start your client and log in for the first time, you may get a "disconnected from server" when you make your character. This is normal.

Sometimes when logging in you may get a "error cannot open file" click ok and it will log you in.

But it works!


No crash when start new char:

2283133d8b84bbefc78b35ee81dffa0e - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Town:


668b5d02ca28045967f7e35cb008782c - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums





Working on formating right now
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Nov 5, 2014
Messages
3
Reaction score
6
Credits:


Server Files: Released Here

Eternal DN Client: (I recommend their server, it's super nice!)

Guide: ProtocolBeta

Do not repost this guide anywhere but RageZone

Thank the poster if you like it!
 
Last edited:
Junior Spellweaver
Joined
Jun 16, 2014
Messages
113
Reaction score
61
Troubleshooting:

I have: -problem-
Here is -solution-

First off: Check logs

Find which service is crashing and look here in the logs folder:
d37ed08940ab7f029a0a607aceb128c8 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


Will be adding fixes as problems arise.



Problem: I get Create Failed for User "DragonNest"


79d9d8a2cb4429da8685f505f8af0fbc - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


When i try to edit info for DragonNest User.

Fix: Go In each Database and hit Security > Users, right click DragonNest and Delete.

53f526b3b2db98f02844ea2c2a233997 - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums


 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Jan 1, 2014
Messages
117
Reaction score
2
This is a REAL GUIDE! Thx so much! I can start again with this!
respect - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
May 21, 2014
Messages
69
Reaction score
24
Good tutorial, this will be good to new people that want start, Congrats!
Edit: What have that GameRes? It is Lunix GameRes?
 
Last edited:
Newbie Spellweaver
Joined
Oct 15, 2014
Messages
12
Reaction score
0
hello thanks for this wonderfull guide, i would like to ask if you can tell me where to put Playerleveltable.dnt fix . sorry i am new in this.

thanks
 
Junior Spellweaver
Joined
Jun 16, 2014
Messages
113
Reaction score
61
hello thanks for this wonderfull guide, i would like to ask if you can tell me where to put Playerleveltable.dnt fix . sorry i am new in this.

thanks

It's already included in the GameRes!


c8d8acaf76981ba59b5a62d22213a2ba - [Guide] 80 Cap Files: 7 Classes / Tutorial / Gameres / Client / Troubleshooting - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Jun 21, 2012
Messages
246
Reaction score
61
nice but are you sure all just your guide??
lol
 
Junior Spellweaver
Joined
Jan 2, 2008
Messages
147
Reaction score
21
Really nice guide. Good work

Question: Does it have Lv80exs? Nest and stuff working?
Any know bugs?

[You should add some specs if you can]
 
Junior Spellweaver
Joined
Jun 16, 2014
Messages
113
Reaction score
61
Really nice guide. Good work

Question: Does it have Lv80exs? Nest and stuff working?
Any know bugs?

[You should add some specs if you can]

I haven't thoroughly looked through the potential of these files. But added what I know in main post!
 
Status
Not open for further replies.
Back
Top