How on already connect? (MuEmu source)

Results 1 to 12 of 12
  1. #1
    Valued Member nemeth is offline
    MemberRank
    Jan 2016 Join Date
    111Posts

    How on already connect? (MuEmu source)

    Hello
    I resolve to not being able to use the same user account to access the server only once ?


  2. #2

    Re: How on already connect? (MuEmu source)

    Relax mate, no need to double post and get mad on us.
    We dont exactly understand what you want help with..
    you want same user to connect server with different accounts on same Computer?
    what u want exactly.

  3. #3
    Valued Member nemeth is offline
    MemberRank
    Jan 2016 Join Date
    111Posts

    Re: How on already connect? (MuEmu source)

    For me, the problem is that the same user account can be entered twice and twice to enter the same character


  4. #4

    Re: How on already connect? (MuEmu source)

    that's new for me, but i am sure somewhere in the files there must be config for that.

  5. #5
    Valued Member nemeth is offline
    MemberRank
    Jan 2016 Join Date
    111Posts

    Re: How on already connect? (MuEmu source)

    source problem or only server config?

  6. #6

    Re: How on already connect? (MuEmu source)

    i think source problem u use Season 6 MUEmu right? i checked the files and i dont find any config for that.

  7. #7
    Valued Member nemeth is offline
    MemberRank
    Jan 2016 Join Date
    111Posts

    Re: How on already connect? (MuEmu source)

    perhaps some idea of ​​what to look for in the source file ? Game server or server or any connection to the boil main.dll look for ?

    - - - Updated - - -

    Karli ,
    may be related to the InitHackCheck turned off ?

  8. #8

    Re: How on already connect? (MuEmu source)

    U can try that


    Sent from my iPhone.

  9. #9
    c# Programmer martinx09 is offline
    MemberRank
    Aug 2008 Join Date
    391Posts

    Re: How on already connect? (MuEmu source)

    You can do what I do,
    if account is already connected when you try to login, disconnect it.
    As long as players are not giving up their accounts to everybody,
    it makes no problems, and solves already connected problems.

    That has to be done in the source btw.

  10. #10
    Valued Member nemeth is offline
    MemberRank
    Jan 2016 Join Date
    111Posts

    Re: How on already connect? (MuEmu source)

    Any ideas? Multi-client and multi-account problem




  11. #11
    c# Programmer martinx09 is offline
    MemberRank
    Aug 2008 Join Date
    391Posts

    Re: How on already connect? (MuEmu source)

    I told you a solution,
    if account is already connected, then disconnect it on login.
    If you don't have source or enough knowledge, maybe try other files,
    those are probably not the only files of the season you want. :)

  12. #12
    Valued Member nemeth is offline
    MemberRank
    Jan 2016 Join Date
    111Posts

    Re: How on already connect? (MuEmu source)

    Some other ideas anyone ?

    - - - Updated - - -

    oooo lol!
    CServerDisplayer::SetWindowName() code problem... :)

    release code:
    wsprintf(buff,"[%s] JoinServer (QueueSize : %d) (AccountCount : %d/%d)",JOINSERVER_VERSION,gSocketManager.GetQueueSize(),
    gAccountManager.GetAccountCount(),
    #if PROTECT_STATE
    gJoinServerMaxAccount[gProtect.m_AuthInfo.PackageType][gProtect.m_AuthInfo.PlanType]
    #else
    MAX_ACCOUNT
    #endif );


    working already account code:

    void CServerDisplayer::SetWindowName() // OK
    {
    char buff[256];


    wsprintf(buff,"[%s] JoinServer (QueueSize : %d) (AccountCount : %d/%d)",JOINSERVER_VERSION,gSocketManager.GetQueueSize(),
    gAccountManager.GetAccountCount()> 1,
    #if PROTECT_STATE
    gJoinServerMaxAccount[gProtect.m_AuthInfo.PackageType][gProtect.m_AuthInfo.PlanType]
    #else
    MAX_ACCOUNT
    #endif
    );



Advertisement