only 1st account works , 2nd account not working

Results 1 to 5 of 5
  1. #1
    Account Upgraded | Title Enabled! cindylim is offline
    MemberRank
    Jan 2013 Join Date
    218Posts

    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


  2. #2
    Gogocayok Developer megingjard is offline
    MemberRank
    Oct 2008 Join Date
    Hidden CityLocation
    385Posts

    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..

  3. #3
    Account Upgraded | Title Enabled! cindylim is offline
    MemberRank
    Jan 2013 Join Date
    218Posts

    Re: only 1st account works , 2nd account not working

    Quote Originally Posted by megingjard View Post
    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

  4. #4
    Gogocayok Developer megingjard is offline
    MemberRank
    Oct 2008 Join Date
    Hidden CityLocation
    385Posts

    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..

  5. #5
    Account Upgraded | Title Enabled! cindylim is offline
    MemberRank
    Jan 2013 Join Date
    218Posts

    Re: only 1st account works , 2nd account not working

    same problem



Advertisement