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]Dragon Nest 7 classes 70 cap level

Status
Not open for further replies.
Experienced Elementalist
Joined
Apr 21, 2014
Messages
225
Reaction score
13
soceress skill bug and lightfury , abysswalker
How To Fix ...

help me .. plzz
 
Experienced Elementalist
Joined
Apr 21, 2014
Messages
225
Reaction score
13
@lollipopboy9 can i get you gameress only?

keyrita1 - [Release]Dragon Nest 7 classes 70 cap level - RaGEZONE Forums


Is this for?
 
Skilled Illusionist
Joined
Oct 13, 2008
Messages
361
Reaction score
19
try install vs runtime 2010 32bit on 64bit system or try just use 5 class LogServer from ID or EU dont forget to change it _TW
 
Experienced Elementalist
Joined
Feb 8, 2014
Messages
214
Reaction score
40
Ok , My old account is working but after make new account using this

/* [This query is was made by major333/sirmajor] */
/* [DN_EU Register script] */


USE [Account]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[DN_REGISTER]
@in_Login = N'Username goes here',
@in_Password = N'Secret crap goes here',
@in_Email = N'Teh email stuffs'
SELECT 'Return Value' = @return_value
GO


I have "Account does not exist. (Internal company account)
 
Junior Spellweaver
Joined
Jun 16, 2014
Messages
113
Reaction score
61


I get this when starting services and then they crash
 
Joined
Oct 29, 2008
Messages
666
Reaction score
113
Ok , My old account is working but after make new account using this

/* [This query is was made by major333/sirmajor] */
/* [DN_EU Register script] */


USE [Account]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[DN_REGISTER]
@in_Login = N'Username goes here',
@in_Password = N'Secret crap goes here',
@in_Email = N'Teh email stuffs'
SELECT 'Return Value' = @return_value
GO


I have "Account does not exist. (Internal company account)

i can't answer you since im using different files atm, anyway you might want to try the database that they recommend which is the adastadmin the first thread and the fix of stored procedure in leechclown release.





I get this when starting services and then they crash

Put all the exe in the Patchfolder/Exe



No Run LogServer



keyrita1 - [Release]Dragon Nest 7 classes 70 cap level - RaGEZONE Forums


OleGameRes ... the old Game

#What to do GameRes New! 7 Class Full skill

i don't know if this will fix your issue, but try to put the .dll and exe config and system folder in the eu server folder.
 
Junior Spellweaver
Joined
Jun 16, 2014
Messages
113
Reaction score
61


Fixed thanks! But now everytime i start the service (like DNDB) it crashes and it restarts
 
Experienced Elementalist
Joined
Feb 8, 2014
Messages
214
Reaction score
40
i can't answer you since im using different files atm, anyway you might want to try the database that they recommend which is the adastadmin the first thread and the fix of stored procedure in leechclown release.





Put all the exe in the Patchfolder/Exe





i don't know if this will fix your issue, but try to put the .dll and exe config and system folder in the eu server folder.

I'm using db's from this release http://forum.ragezone.com/f853/release-dragon-nest-5-classes-1013456/
 
Joined
Oct 29, 2008
Messages
666
Reaction score
113

try this

Code:
USE [DNMembership]
GO
DECLARE [USER=850422]return[/USER]_value int
EXEC [USER=850422]return[/USER]_value = [dbo].[P_AddAccount]
@nvcAccountName = N'Username',
@inyAccountLevelCode = 99,
@inyCharacterCreateLimit = 4,
@inyCharacterMaxCount = 4,
@dt2LastLoginDate = NULL,
@vchLastLoginIP = NULL,
 [USER=874269]Int[/USER]LastSessionID = NULL,
@vchJoinIP = NULL,
@inyPublisherCode = 4,
@inyGenderCode = NULL,
 [USER=1333446700]DaT[/USER]BirthDate = NULL,
@vchPassphrase = N'Password',
@inyNationalityCode = NULL,
@inyChannelPartnerCode = NULL
SELECT 'Return Value' = [USER=850422]return[/USER]_value
GO

change Username and Password with your preferred login info.
 
Status
Not open for further replies.
Back
Top