• 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 pagefor updates, or 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.)

Dragon Nest 95EX IDN Database

Newbie Spellweaver
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:
 
Newbie Spellweaver
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