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!

[Release] + [Tutorial] DragonNest Server

Status
Not open for further replies.
ヽ(#゚Д゚)ノ┌┛)` Д゚)・;'
Joined
Mar 26, 2012
Messages
502
Reaction score
103
I have a question

If I need to make account I need to replace USERNAME any Id am I right ? :O and replace PASSWORD

like this ? :O

USE [DNMembership]
GO


DECLARE @return_value int
EXEC @return_value = [dbo].[P_AddAccount]
@nvcAccountName = N'Melwin',
@inyAccountLevelCode = 0,
@inyCharacterCreateLimit = 4,
@inyCharacterMaxCount = 4,
@dt2LastLoginDate = NULL,
@vchLastLoginIP = NULL, @IntLastSessionID = NULL,
@vchJoinIP = NULL,
@inyPublisherCode = 4,
@inyGenderCode = NULL, @DaTBirthDate = NULL,
@vchPassphrase = N'12345678',
@inyNationalityCode = NULL,
@inyChannelPartnerCode = NULL
SELECT 'Return Value' = @return_value
 
Junior Spellweaver
Joined
Nov 18, 2009
Messages
113
Reaction score
13
When I log in with my character, there are no channels in the list? Need help.

pPRO0CK - [Release] + [Tutorial] DragonNest Server - RaGEZONE Forums

i also got thia too what to do?
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Dec 17, 2012
Messages
119
Reaction score
4
Anyone getting this error at all ? , if so how can you get around it ?

fij4ZkL - [Release] + [Tutorial] DragonNest Server - RaGEZONE Forums


It's the only thing i have a issue with at the current moment.

you have a problem with me, when exe runs serverLog not get the database
 

Attachments

You must be registered for see attachments list
ヽ(#゚Д゚)ノ┌┛)` Д゚)・;'
Joined
Mar 26, 2012
Messages
502
Reaction score
103

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Nov 18, 2009
Messages
113
Reaction score
13
you have a problem with me, when exe runs serverLog not get the database

this is how to do it
open sql management studio
under
security->logins-> find ur DragonNest user
right click
find server roles
and check
sysadmin

Screenshot (100) - [Release] + [Tutorial] DragonNest Server - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Feb 24, 2013
Messages
47
Reaction score
8
I found a little problem...

When click on Cash Shop Button in the game...

The DNCashServer64_DE.exe will crash immediately and I will disconnect from the game.

Any solution ? I'm trying to fix it. :8:

I want to know why you have a chinese inteface?

Mix With Chinese Client.
 
Last edited:
Joined
Oct 29, 2008
Messages
666
Reaction score
113
I found a little problem...

When click on Cash Shop Button in the game...

The DNCashServer64_DE.exe will crash immediately and I will disconnect from the game.

Any solution ? I'm trying to fix it. :8:

That was planned, before this was released. they will not offer support getting the cash shop work you need to accept that fact and try to respect and understand their decision. If you have problem getting items just create it then.



Anyone know how to fix this?it's happend when i try to enter Saint Heaven:blink:
leechclown - [Release] + [Tutorial] DragonNest Server - RaGEZONE Forums

Game Res?im not sure :blink:
 
Junior Spellweaver
Joined
Oct 29, 2012
Messages
151
Reaction score
11
Guys , i want ask , Extrct gameress from client to put in db ?
and use *_DE.exe application for game ?
 
Joined
Oct 29, 2008
Messages
666
Reaction score
113
Guys , i want ask , Extrct gameress from client to put in db ?
and use *_DE.exe application for game ?

Give yourself time to read a little more not only in this thread but the earlier thread outside, De.exe should be in the inside of the server files about the 2nd and 3rd question im a little confused, if your talking about the database you need to restore it in the sql server.
 
Newbie Spellweaver
Joined
Oct 22, 2013
Messages
63
Reaction score
15
trying to update client but im stuck at .md5 file @.@
20140108181401 [debug] LoadPatchVersionInfo Complete : Client Ver[13] / Server Ver[14]20140108181401 [debug] RemoveUsedFile
20140108181401 [debug] InitLauncher Success!
20140108181401 [debug] InitDialog Start!
20140108181401 [debug] InitInterface
20140108181401 [debug] InitWebpage
20140108181401 [debug] InitDialog Success!
20140108181401 [debug] ?Patch Start!
20140108181401 [debug] BeginPatch - Start
20140108181401 [info] Patch Check Version (Client Ver:13, Server Ver:14)
20140108181401 [debug] Patch Step 1 - DownloadPatch Start
20140108181401 [debug] Download Patch Version [00000014]
20140108181401 [debug] URLDownload Start
20140108181401 [debug] Open Internet Session
20140108181401 [debug] Download Total File Size : 1275266494
20140108181401 [debug] Check Downloaded Temp File
20140108181401 [debug] Open Http Connection
20140108181401 [debug] DownLoad Left File Size : 1275266494
20140108181401 [debug] Download File Start
20140108181515 [debug] Download File Success
20140108181515 [debug] MD5 Check Start
20140108181515 [debug] Open Internet Session
20140108181515 [debug] Open Http Connection
20140108181515 [error] Download File Is Not Exist!
20140108181515 [debug] Open Internet Session
20140108181515 [debug] Open Http Connection
20140108181515 [error] Download File Is Not Exist!
20140108181515 [debug] Open Internet Session
20140108181515 [debug] Open Http Connection
20140108181515 [error] Download File Is Not Exist!
20140108181515 [error] MD5 Check Failed!
20140108181515 [error] Download Failed!
 
Status
Not open for further replies.
Back
Top