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 check everything form begin.

But It's still crash :(:
 
Junior Spellweaver
Joined
Oct 29, 2012
Messages
151
Reaction score
11
Open DNLoginServer64_ID.exe:
Search for:
68 74 74 70 3A 2F 2F 67 61 73 2E 67 65 6D 73 63
6F 6F 6C 2E 63 6F 6D 2F 6D 65 6D 62 65 72 2F 31
2F 6C 6F 67 69 6E 2E 6B 72 65 6F 6E 00 00 00 00
Replace with:
68 74 74 70 3A 2F 2F 31 32 37 2E 30 2E 30 2E 31
2F 64 6E 2F 6C 6F 67 69 6E 2E 6B 72 65 6F 6E 2E
70 68 70 00 00 00 00 00 00 00 00 00 00 00 00 00

i dont see any http on *_DE.exe
 
Newbie Spellweaver
Joined
Dec 30, 2013
Messages
16
Reaction score
0
thank you very much leechclown

I have a question.

If you want to add new patch to do it?

Now I take a distributed client patch is very old.

Thank.
 
Newbie Spellweaver
Joined
Dec 3, 2012
Messages
7
Reaction score
1
\DragonNest\Config\DNLOG.INI

Exchanging:
LogDBCount=1
on:
LogDBCount=0
 
Junior Spellweaver
Joined
Oct 29, 2012
Messages
151
Reaction score
11
trying to update client but im stuck at .md5 file @.@

try learn here . how they make autopatch work





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


guys , where to change function of that db in sql ?
 
Newbie Spellweaver
Joined
Jul 15, 2008
Messages
9
Reaction score
0
getting same error as laukinfai001, just translated
leechclown - [Release] + [Tutorial] DragonNest Server - RaGEZONE Forums

i have this problem.... error Invalid request
 
Experienced Elementalist
Joined
Aug 28, 2013
Messages
272
Reaction score
31
guys , where to change function of that db in sql ?

it's procedure.
go to database DNMembership >programmability>stored procedure>P_Login

Do the rest same as above step



it happened just the same ..
when using DNLogServer64_DE.exe,, it still failed to cause the Application Crash!

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

I have only Village crash i tried everything don't know where the problem.

Btw you can try to add port 1433 in firewall and add all exe application at firewall for now
 
Last edited:
ヽ(#゚Д゚)ノ┌┛)` Д゚)・;'
Joined
Mar 26, 2012
Messages
502
Reaction score
103
I has a problem DNVillageServer64_DE crash :(
 
Junior Spellweaver
Joined
Nov 18, 2009
Messages
113
Reaction score
13
i dunno what to say.... i use 127.0.0.1 as for all server config and this show

DN 2014-01-08 20-02-06 Wed - [Release] + [Tutorial] DragonNest Server - RaGEZONE Forums

there are no channel show after put in id and pass
 

Attachments

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


'20:52:37' ** InitApp Failed!!! Check!!!!!

'20:52:40' ResourceNation String [_id]


'20:52:40' ManagedID(SID) [1006]
'20:52:40' ResourcePath [C:\DNServer\GameRes]
ResourceRevision [Unknown Version]
'20:52:40' ServiceManager [IP:127.0.0.1][Port:8501]
'20:52:40' CashServer (WorldID:1, AcceptPort:12600)


'20:52:40' LogInfo (Ip:127.0.0.1, Port:3000)


'20:52:40' MembershipDB Connect Info(Ip:127.0.0.1, Port:1433 DBID:DragonNest DBName:DNMembership)


'20:52:40' WorldDB Connect Info(Ip:127.0.0.1, Port:1433 DBID:DragonNest DBName:DNWorld)


'20:52:40' (null) Count(1243408)


'20:52:40' GlobalWeightTable failed


'20:52:40' (null) Count(1242848)


'20:52:40' CashCommodity failed


'20:52:40' (null) Count(1242944)


'20:52:40' CashPackageTable failed


'20:52:40' (null) Count(1243312)


'20:52:40' CashLimitTable failed


'20:52:40' (null) Count(1243104)


'20:52:40' ItemTable failed


'20:52:40' (null) Count(1243216)


'20:52:40' PlayerLevelTable failed


'20:52:40' (null) Count(1243328)


'20:52:40' vehicletable failed


'20:52:40' (null) Count(1242784)


'20:52:40' vehiclepartstable failed


'20:52:40' (null) Count(1242592)


'20:52:40' MailTable failed


'20:52:40' (null) Count(1243424)


'20:52:40' guildwarmailtable failed


'20:52:40' (null) Count(1243072)


'20:52:40' JobTable failed
 
ヽ(#゚Д゚)ノ┌┛)` Д゚)・;'
Joined
Mar 26, 2012
Messages
502
Reaction score
103
11. Go to part 2 previous folder, into Res subfolder, extract both zips, GameRes and VillageRes.zip, both of their contents should go to dr/GameRes and dr/VillageRes for make the GameServer and VillageServer work.


OMG I found it XD
 
Initiate Mage
Joined
Jan 8, 2014
Messages
1
Reaction score
0
can anyone teach me . .i still figure it out how want to make it. .u said first step unpack server file . .then he ask a pasword how can i make it
 
Omega Male
Loyal Member
Joined
May 12, 2008
Messages
2,547
Reaction score
437
everting fine but shop mall still can't use
Please help me ~

i just get mgs like this :-
leechclown - [Release] + [Tutorial] DragonNest Server - RaGEZONE Forums

Read:
Nuub, now you did it^^
Just saying, the cash shop is crashed and we won't help anyone with fixing it ;)

Let the Dragon Nest Servers rise :3



can anyone teach me . .i still figure it out how want to make it. .u said first step unpack server file . .then he ask a pasword how can i make it

Read part 9 of the first post.
 
Status
Not open for further replies.
Back
Top