Dragon Nest 95EX IDN Database

Results 1 to 7 of 7
  1. #1

    cool Dragon Nest 95EX IDN Database

    Have fun guys
    https://mega.nz/#!ZMkwzQjB!On3VnU9UG...GLal0hEK84RleU
    backup only for sql server 2014
    Last edited by TimeLimitExceed; 20-10-18 at 07:49 PM.


  2. #2
    Enthusiast Xone12 is offline
    MemberRank
    Jun 2018 Join Date
    35Posts

    Re: Dragon Nest 95EX IDN Database

    Thanks very much Dude... can you share Web file, DN client/patch client And GameRes?. Please

  3. #3
    Apprentice DeagonNestDev is offline
    MemberRank
    Sep 2015 Join Date
    21Posts

    Re: Dragon Nest 95EX IDN Database

    Thank you TimeLimitExceed

  4. #4
    Account Upgraded | Title Enabled! Oktavina01 is offline
    MemberRank
    Nov 2012 Join Date
    IndonesiaLocation
    293Posts

    Re: Dragon Nest 95EX IDN Database

    Quote Originally Posted by TimeLimitExceed View Post
    Have fun guys
    https://mega.nz/#!ZMkwzQjB!On3VnU9UG...GLal0hEK84RleU
    backup only for sql server 2014
    can we use it with server v2008 or must server v2126?

  5. #5
    Apprentice cavicom is offline
    MemberRank
    Feb 2017 Join Date
    INDONESIALocation
    6Posts

    Re: Dragon Nest 95EX IDN Database

    Use The Server : [Server Files] Original 95EX
    Use This Client: http://download.gemscool.com/dn/Client_151216.rar 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:



    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 by cavicom; 26-01-19 at 12:00 PM. Reason: Completed

  6. #6
    Joke Time lightryuk12 is offline
    MemberRank
    Apr 2019 Join Date
    290Posts

    Re: Dragon Nest 95EX IDN Database

    is this database "If I create New Account or Character,. the level is start at Level 1??"

  7. #7
    Joke Time lightryuk12 is offline
    MemberRank
    Apr 2019 Join Date
    290Posts

    Re: Dragon Nest 95EX IDN Database

    THis DATABASE 3 max character only.. sometimes 1 character.. then Error with Maximum Character then Disconnect

    Quote Originally Posted by cavicom View Post
    Use The Server : [Server Files] Original 95EX
    Use This Client: http://download.gemscool.com/dn/Client_151216.rar 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:



    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




Advertisement