only 1st account works , 2nd account not working
ok i created my account and then i can go in game
so i create another account , and i cant go in with that account
after selecting character , and start game , it say connection to server dropped
any idea , y first account no problem but the rest cannot
Re: only 1st account works , 2nd account not working
give us more detail..like screen shot .. maybe i can help you..
database version u use
way to create id you u use..
Re: only 1st account works , 2nd account not working
Quote:
Originally Posted by
megingjard
give us more detail..like screen shot .. maybe i can help you..
database version u use
way to create id you u use..
2008 r2
USE [DNMembership]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[P_AddAccount]
@nvcAccountName = N'USERNAME',
@inyAccountLevelCode = 100,
@inyCharacterCreateLimit = 4,
@inyCharacterMaxCount = 4,
@dt2LastLoginDate = NULL,
@vchLastLoginIP = NULL,
@IntLastSessionID = NULL,
@vchJoinIP = NULL,
@inyPublisherCode = 4,
@inyGenderCode = NULL,
@DaTBirthDate = NULL,
@vchPassphrase = N'PASSWORT',
@inyNationalityCode = NULL,
@inyChannelPartnerCode = NULL
SELECT 'Return Value' = @return_value
GO
my 1st account work only , others no
Re: only 1st account works , 2nd account not working
USE [DNMembership]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[P_AddAccount2]
@nvcAccountName = N'USERNAME',
@inyAccountLevelCode = 100,
@inyCharacterCreateLimit = 7,
@inyCharacterMaxCount = 24,
@dt2LastLoginDate = NULL,
@vchLastLoginIP = NULL, @IntLastSessionID = NULL,
@vchJoinIP = NULL,
@inyPublisherCode = 4,
@inyGenderCode = NULL, @DaTBirthDate = NULL,
@vchPassphrase = N'PASSWORT',
@inyNationalityCode = NULL,
@inyChannelPartnerCode = NULL
SELECT 'Return Value' = @return_value
GO
try using this..if success please reply to get people can understand 2..
Re: only 1st account works , 2nd account not working