Have fun guys:8:
https://mega.nz/#!ZMkwzQjB!On3VnU9UG...GLal0hEK84RleU
backup only for sql server 2014
Printable View
Have fun guys:8:
https://mega.nz/#!ZMkwzQjB!On3VnU9UG...GLal0hEK84RleU
backup only for sql server 2014
Thanks very much Dude... can you share Web file, DN client/patch client And GameRes?. Please :love:
Thank you TimeLimitExceed
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:
https://image.ibb.co/eZ230f/server.jpg
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
is this database "If I create New Account or Character,. the level is start at Level 1??"