[Help] Rent Server

Results 1 to 3 of 3
  1. #1
    Apprentice Dtridius is offline
    MemberRank
    Dec 2016 Join Date
    21Posts

    Support [Help] Rent Server

    Hi everyone, I'm in need of help with the rent server.
    The purchase is successful, after some time it appears as online in my servers. But it does not start alone and does not appear in the list of private servers.
    When I start the masterserver and the supervisor server the CmsJobGetServerList appears: got 3 servers, which were rented for testing, but they do not start, only when I give the join through my server.
    And even then they are not counting the remaining lease time.
    I am using the SRC Untouched V3 as the link
    Http://forum.ragezone.com/f790/relea...3-bin-1100820/
    What can I do to solve this?


  2. #2
    Enthusiast 3v0luti0n is offline
    MemberRank
    Oct 2013 Join Date
    38Posts

    Re: [Help] Rent Server

    try edit code at MasterUserServer.cpp
    Search :
    Code:
    CMasterUserServer::OnGBPKT_C2M_RefreshList(DWORD peerId, const GBPKT_C2M_RefreshList_s& n)
    Look at a code and comment it:
    Code:
    if(gMasterGameServer.masterServerId_ == MASTERSERVER_DEV_ID) {
          break;
        }
        if(gMasterGameServer.masterServerId_ == MASTERSERVER_DEV_ID + 1) {
          if(rg->ginfo.gameServerId != 102386 && rg->ginfo.gameServerId != 133613) // "azzy server", owner 1000003
            continue;
        }

  3. #3
    Apprentice Dtridius is offline
    MemberRank
    Dec 2016 Join Date
    21Posts

    Re: [Help] Rent Server

    Quote Originally Posted by Tartarus View Post
    try edit code at MasterUserServer.cpp
    Search :
    Code:
    CMasterUserServer::OnGBPKT_C2M_RefreshList(DWORD peerId, const GBPKT_C2M_RefreshList_s& n)
    Look at a code and comment it:
    Code:
    if(gMasterGameServer.masterServerId_ == MASTERSERVER_DEV_ID) {
          break;
        }
        if(gMasterGameServer.masterServerId_ == MASTERSERVER_DEV_ID + 1) {
          if(rg->ginfo.gameServerId != 102386 && rg->ginfo.gameServerId != 133613) // "azzy server", owner 1000003
            continue;
        }
    This part of the code is already commented, the server is not being listed for me on the private server.



Advertisement