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!

Dragon Nest 95EX IDN Database

Initiate Mage
Joined
Jun 23, 2018
Messages
35
Reaction score
0
Thanks very much Dude... can you share Web file, DN client/patch client And GameRes?. Please :love:
 
Initiate Mage
Joined
Feb 14, 2017
Messages
7
Reaction score
1
Use The Server : [Server Files] Original 95EX
Use This Client: Update Until Ver 331
Use Dragon Nest 95EX IDN Database Mix With dngsm, dnstaging, dnserverlog From Dragon Nest Full Server + Database 70LVL + Tools + Client + mini Guide

Some Screen Shoot:

TimeLimitExceed - Dragon Nest 95EX IDN Database - RaGEZONE Forums


Registered account:

USE [DNMembership]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[P_AddAccount]
@nvcAccountName = N'USERNAME',
@inyAccountLevelCode = 30,
@inyCharacterCreateLimit = 6,
@inyCharacterMaxCount = 7,
@dt2LastLoginDate = NULL,
@vchLastLoginIP = NULL,
@IntLastSessionID = NULL,
@vchJoinIP = NULL,
@inyPublisherCode = 1,
@inyGenderCode = NULL,
@DaTBirthDate = NULL,
@vchPassphrase = N'PASSWORT',
@inyNationalityCode = NULL,
@inyChannelPartnerCode = NULL
SELECT 'Return Value' = @return_value
GO

Create User:

if not exists (select * from master.dbo.syslogins where name = 'DragonNest')
begin

exec sp_addlogin 'DragonNest', '
skQmsgozj!*sha'
end


if not exists (select * from sysusers where name = 'DragonNest')
begin
exec sp_adduser 'DragonNest', 'DragonNest'
end


Associated database:

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


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

 
Last edited:
Banned
Banned
Joined
Apr 1, 2019
Messages
313
Reaction score
19
is this database "If I create New Account or Character,. the level is start at Level 1??"
 
Banned
Banned
Joined
Apr 1, 2019
Messages
313
Reaction score
19
THis DATABASE 3 max character only.. sometimes 1 character.. then Error with Maximum Character then Disconnect

Use The Server : [Server Files] Original 95EX
Use This Client: Update Until Ver 331
Use Dragon Nest 95EX IDN Database Mix With dngsm, dnstaging, dnserverlog From Dragon Nest Full Server + Database 70LVL + Tools + Client + mini Guide

Some Screen Shoot:

TimeLimitExceed - Dragon Nest 95EX IDN Database - RaGEZONE Forums


Registered account:

USE [DNMembership]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[P_AddAccount]
@nvcAccountName = N'USERNAME',
@inyAccountLevelCode = 30,
@inyCharacterCreateLimit = 6,
@inyCharacterMaxCount = 7,
@dt2LastLoginDate = NULL,
@vchLastLoginIP = NULL,
@IntLastSessionID = NULL,
@vchJoinIP = NULL,
@inyPublisherCode = 1,
@inyGenderCode = NULL,
@DaTBirthDate = NULL,
@vchPassphrase = N'PASSWORT',
@inyNationalityCode = NULL,
@inyChannelPartnerCode = NULL
SELECT 'Return Value' = @return_value
GO

Create User:

if not exists (select * from master.dbo.syslogins where name = 'DragonNest')
begin

exec sp_addlogin 'DragonNest', '
skQmsgozj!*sha'
end


if not exists (select * from sysusers where name = 'DragonNest')
begin
exec sp_adduser 'DragonNest', 'DragonNest'
end


Associated database:

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


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

 
Back
Top