• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] + [Tutorial] DragonNest Server

Status
Not open for further replies.
Newbie Spellweaver
Joined
Dec 22, 2013
Messages
11
Reaction score
2
When I log in with my character, there are no channels in the list? Need help.

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

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Sep 15, 2013
Messages
35
Reaction score
2
leechclown - [Release] + [Tutorial] DragonNest Server - RaGEZONE Forums

Can anyone help me with this? Idk if I'm doing it correctly... I just made a new query and entered that but I got an error.
 
Junior Spellweaver
Joined
Oct 29, 2012
Messages
151
Reaction score
11
simply delete the ',' which is after @inyChannelPartnerCode = NULL

how about this ?

3. Database
To login you have to change something in the database functions:
DNMembership
P_Login ~Line 329:
--WHERE CAST(CONVERT(char(16), @dt2Now, 121) AS smalldatetime) BETWEEN StartDate AND EndDate;
WHERE @dt2Now BETWEEN StartDate AND EndDate;

DNWorld
P_ModPeriodicReset ~Line 42:
--VALUES (@inbCharacterID, @inyPeriodicResetCode, IntPeriodicResetValue, CAST(CONVERT(char(16), @dtmServerTime, 121) AS smalldatetime));
VALUES (@inbCharacterID, @inyPeriodicResetCode, IntPeriodicResetValue, @dtmServerTime);

P_ModPeriodicReset ~Line 36:
--, LastModifyDate = CAST(CONVERT(char(16), @dtmServerTime, 121) AS smalldatetime)
, LastModifyDate = @dtmServerTime
 
Newbie Spellweaver
Joined
Jan 27, 2011
Messages
6
Reaction score
1
how about this ?

3. Database
To login you have to change something in the database functions:
DNMembership
P_Login ~Line 329:
--WHERE CAST(CONVERT(char(16), @dt2Now, 121) AS smalldatetime) BETWEEN StartDate AND EndDate;
WHERE @dt2Now BETWEEN StartDate AND EndDate;

DNWorld
P_ModPeriodicReset ~Line 42:
--VALUES (@inbCharacterID, @inyPeriodicResetCode, IntPeriodicResetValue, CAST(CONVERT(char(16), @dtmServerTime, 121) AS smalldatetime));
VALUES (@inbCharacterID, @inyPeriodicResetCode, IntPeriodicResetValue, @dtmServerTime);

P_ModPeriodicReset ~Line 36:
--, LastModifyDate = CAST(CONVERT(char(16), @dtmServerTime, 121) AS smalldatetime)
, LastModifyDate = @dtmServerTime

i think
replace
WHERE CAST(CONVERT(char(16), @dt2Now, 121) AS smalldatetime) BETWEEN StartDate AND EndDate;
with WHERE @dt2Now BETWEEN StartDate AND EndDate;
 
Last edited:
Newbie Spellweaver
Joined
Feb 24, 2013
Messages
47
Reaction score
8
THX SO MUCH~ leechclown.:thumbup1:

I have already succeed to start my server and enter the game.

Here are the pictures I entered the game.

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


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


Hope you all success to build your private dn server ! :junglejane:
 
Newbie Spellweaver
Joined
Oct 22, 2013
Messages
63
Reaction score
15
btw my character invisible.
what GM command to make it visible.
already try
hide on/off
visible/invisible

but nothing. thanks
 
Newbie Spellweaver
Joined
Feb 7, 2009
Messages
37
Reaction score
7
LeechClown, i wonder DnID_20120628. cannot unpack resource folders. hmm:blush:
 
Newbie Spellweaver
Joined
Aug 30, 2013
Messages
42
Reaction score
1
THX SO MUCH~ leechclown.:thumbup1:

I have already succeed to start my server and enter the game.

Here are the pictures I entered the game.

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


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


Hope you all success to build your private dn server ! :junglejane:
I want to know why you have a chinese inteface?
 
Last edited:
Newbie Spellweaver
Joined
Sep 15, 2013
Messages
35
Reaction score
2
Okay thanks guys I've gotten into the game successfully. But I have a question. Let's say.. I extract the resource files from GT70 client which has 70 cap and stuff into the GameRes folder of my server, would I be able to use the GT70 client to connect to the server? Looking at the pictures from LeechClown, it looks possible but it might take a bit of work
 
Last edited:
Newbie Spellweaver
Joined
Dec 30, 2013
Messages
16
Reaction score
0
leechclown - [Release] + [Tutorial] DragonNest Server - RaGEZONE Forums

Can anyone help me with this? Idk if I'm doing it correctly... I just made a new query and entered that but I got an error.

USE [DNMembership]
GO


DECLARE @return_value int
EXEC @return_value = [dbo].[P_AddAccount]
@nvcAccountName = N'USERNAME',
@inyAccountLevelCode = 0,
@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

:thumbup1:
 
Junior Spellweaver
Joined
Oct 29, 2012
Messages
151
Reaction score
11
i think
replace
WHERE CAST(CONVERT(char(16), @dt2Now, 121) AS smalldatetime) BETWEEN StartDate AND EndDate;
with WHERE @dt2Now BETWEEN StartDate AND EndDate;

ya i know hehe ,but where to replace .that my question huhu
 
Newbie Spellweaver
Joined
Dec 30, 2013
Messages
16
Reaction score
0
After restore your database dn_database_clean.

I'm cannot connect in the database




How to fix it ?
 
Newbie Spellweaver
Joined
Oct 22, 2013
Messages
63
Reaction score
15
Okay thanks guys I've gotten into the game successfully. But I have a question. Let's say.. I extract the resource files from GT70 client which has 70 cap and stuff into the GameRes folder of my server, would I be able to use the GT70 client to connect to the server? Looking at the pictures from LeechClown, it looks possible but it might take a bit of work

i already extract Ina new res (v87)but after that, when i start server. GameServer gt critical error :junglejane:
 
ヽ(#゚Д゚)ノ┌┛)` Д゚)・;'
Joined
Mar 26, 2012
Messages
502
Reaction score
103
Btw can any1 share gameres.zip please > <
 
Status
Not open for further replies.
Back
Top