Manually fix "Acc already connected"

Results 1 to 16 of 16
  1. #1
    Account Upgraded | Title Enabled! Ragnaros is offline
    MemberRank
    Nov 2006 Join Date
    358Posts

    Manually fix "Acc already connected"

    If you use the joinserver from luciano w/e beta you have do it like this:

    Open joinserver select user now be carefull if you refresh list and select account from there it won't work, so do it like this type the account name on the search window select it and press "Compulsory user disconnect" and it will work

    It really works !

    Thx to andr33aa
    Last edited by Ragnaros; 24-02-08 at 12:44 PM.


  2. #2
    Account Upgraded | Title Enabled! magicswe is offline
    MemberRank
    May 2005 Join Date
    Sweden, GothenburgLocation
    1,247Posts

    Re: [Guide] Manually fix "Acc already connected"

    Of course it works, since you compolsory disconnect them from the joinserver -.-"

  3. #3

    Re: [Guide] Manually fix "Acc already connected"

    xDD

  4. #4
    Member skurbold is offline
    MemberRank
    Sep 2004 Join Date
    BrasilLocation
    98Posts

    Re: [Guide] Manually fix "Acc already connected"

    Dude i use this:

    WZ_DISCONNECT_MEMB

    CREATE PROCEDURE WZ_DISCONNECT_MEMB
    @memb___id varchar(10)
    AS
    Begin
    set nocount on
    Declare @find_id varchar(10)
    Declare @ConnectStat tinyint
    Set @ConnectStat = 0
    Set @find_id = 'NOT'
    select @find_id = S.memb___id from MEMB_STAT S INNER JOIN MEMB_INFO I ON S.memb___id = I.memb___id collate Chinese_PRC_CI_AS
    where I.memb___id = @memb___id collate Chinese_PRC_CI_AS

    if( @find_id <> 'NOT' )
    begin
    update MEMB_STAT set ConnectStat = @ConnectStat, DisConnectTM = getdate()
    where memb___id = @memb___id
    end
    end
    GO



    and work fo me !!!

  5. #5
    Apprentice sayd22ro is offline
    MemberRank
    Feb 2007 Join Date
    24Posts

    Re: [Guide] Manually fix "Acc already connected"

    yes works :)) thx dude

  6. #6
    [Czt] Coder Team Member noobies is offline
    MemberRank
    Aug 2005 Join Date
    Behind you !!Location
    747Posts

    Re: [Guide] Manually fix "Acc already connected"

    Tested and works,

    GOod job

  7. #7
    Mulegend Server Mulegend is offline
    MemberRank
    May 2006 Join Date
    Montevideo - UruguayLocation
    461Posts

    Re: [Guide] Manually fix "Acc already connected"

    nothing new, this is for any version...is a manually option for disconnect users without enter to game...

  8. #8
    █║▌║▌║TheMerc iful║▌║▌║█ 4pLay is offline
    MemberRank
    Jan 2005 Join Date
    DXBLocation
    1,444Posts

    Re: [Guide] Manually fix "Acc already connected"

    Well Tanx Anyway... ;)

  9. #9
    Account Upgraded | Title Enabled! rlwrlw is offline
    MemberRank
    Sep 2006 Join Date
    Ragezone :DLocation
    350Posts

    Re: [Guide] Manually fix "Acc already connected"

    Quote Originally Posted by skurbold View Post
    Dude i use this:

    WZ_DISCONNECT_MEMB

    CREATE PROCEDURE WZ_DISCONNECT_MEMB
    @memb___id varchar(10)
    AS
    Begin
    set nocount on
    Declare @find_id varchar(10)
    Declare @ConnectStat tinyint
    Set @ConnectStat = 0
    Set @find_id = 'NOT'
    select @find_id = S.memb___id from MEMB_STAT S INNER JOIN MEMB_INFO I ON S.memb___id = I.memb___id collate Chinese_PRC_CI_AS
    where I.memb___id = @memb___id collate Chinese_PRC_CI_AS

    if( @find_id <> 'NOT' )
    begin
    update MEMB_STAT set ConnectStat = @ConnectStat, DisConnectTM = getdate()
    where memb___id = @memb___id
    end
    end
    GO



    and work fo me !!!
    is it just replace the original WZ_DISCONNECT_MEMB stored procedure by this one? is that all?

  10. #10
    Valued Member starmu is offline
    MemberRank
    Jul 2008 Join Date
    NEW YORKLocation
    108Posts

    Re: [Guide] Manually fix "Acc already connected"

    tryed and works... thanks alot.... feel so stupid now..

  11. #11
    Account Upgraded | Title Enabled! Ragnaros is offline
    MemberRank
    Nov 2006 Join Date
    358Posts

    Re: [Guide] Manually fix "Acc already connected"

    Quote Originally Posted by Mulegend View Post
    nothing new, this is for any version...is a manually option for disconnect users without enter to game...
    It's no nothing new, because on most join servers you can't just refresh the list and disconnect them, because its bugged! The whole thingy was about search...

    Quote Originally Posted by skurbold View Post
    Dude i use this:

    WZ_DISCONNECT_MEMB

    CREATE PROCEDURE WZ_DISCONNECT_MEMB
    @memb___id varchar(10)
    AS
    Begin
    set nocount on
    Declare @find_id varchar(10)
    Declare @ConnectStat tinyint
    Set @ConnectStat = 0
    Set @find_id = 'NOT'
    select @find_id = S.memb___id from MEMB_STAT S INNER JOIN MEMB_INFO I ON S.memb___id = I.memb___id collate Chinese_PRC_CI_AS
    where I.memb___id = @memb___id collate Chinese_PRC_CI_AS

    if( @find_id <> 'NOT' )
    begin
    update MEMB_STAT set ConnectStat = @ConnectStat, DisConnectTM = getdate()
    where memb___id = @memb___id
    end
    end
    GO



    and work fo me !!!
    Wtf is that crap? Just removed the comments from the original one and added the collate thingy o_O The whole problem is between main>GS>JS

  12. #12
    Upgraded ADM_KRIOK is offline
    MemberRank
    Jan 2005 Join Date
    MuLoKo - BrazilLocation
    235Posts

    Re: [Guide] Manually fix "Acc already connected"

    Can some tell me what means PRC, CI e AS in "collate Chinese_PRC_CI_AS"?

  13. #13
    Valued Member rax100 is offline
    MemberRank
    Mar 2008 Join Date
    EstoniaLocation
    127Posts

    Re: [Guide] Manually fix "Acc already connected"

    thx man, it helped :P

  14. #14
    Apprentice Sybar is offline
    MemberRank
    Jul 2005 Join Date
    United KingdomLocation
    21Posts

    Re: [Guide] Manually fix "Acc already connected"

    Works. Thx Man

  15. #15
    Enthusiast Jonae is offline
    MemberRank
    Oct 2009 Join Date
    32Posts

    Re: [Guide] Manually fix "Acc already connected"

    worked for me too. thanks

  16. #16
    Account Upgraded | Title Enabled! susanu is offline
    MemberRank
    Jan 2012 Join Date
    235Posts

    Re: Manually fix "Acc already connected"

    used this >> UPDATE MEMB_STAT SET CONNECTSTAT = 0
    add that in query analyzer



Advertisement