Disable First Master in 1.5 source

Results 1 to 9 of 9
  1. #1
    Proficient Member CoreAI is offline
    MemberRank
    Apr 2013 Join Date
    177Posts

    Disable First Master in 1.5 source

    Hi all,

    I was wondering if anyone knew how to disable First Master in the 1.5 source? I use 252 as a GM grade so would love to be able to disable it.


  2. #2
    Valued Member Killer1478 is offline
    MemberRank
    Apr 2011 Join Date
    101Posts

    Re: Disable First Master in 1.5 source

    Search for:
    if (MMUG_EVENTMASTER == pObj->GetAccountInfo()->m_nUGrade) {
    in MMatchServer_Stage

    Remove/comment this out.
    if (MMUG_EVENTMASTER == pObj->GetAccountInfo()->m_nUGrade) {
    OnEventChangeMaster(pObj->GetUID());
    }
    It'll be under MMatchServer::StageJoin

  3. #3
    Proficient Member CoreAI is offline
    MemberRank
    Apr 2013 Join Date
    177Posts

    Re: Disable First Master in 1.5 source

    Thanks so much :). I was just wondering would you also know how to get Clanwar on the same server as the quest server with Jur13n's files? I am scratching my head with this one.

  4. #4
    Valued Member Killer1478 is offline
    MemberRank
    Apr 2011 Join Date
    101Posts

    Re: Disable First Master in 1.5 source

    Quote Originally Posted by CoreAI View Post
    Thanks so much :). I was just wondering would you also know how to get Clanwar on the same server as the quest server with Jur13n's files? I am scratching my head with this one.
    I've never touched his stuff but wouldn't it just be a matter of editing the server.ini and not the actual server itself?

  5. #5
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Re: Disable First Master in 1.5 source

    MSM_TEST TO MSM_CLAN iguess or MSM_CLAN TO MSM_TEST

  6. #6
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: Disable First Master in 1.5 source

    Quote Originally Posted by qet123 View Post
    MSM_TEST TO MSM_CLAN iguess or MSM_CLAN TO MSM_TEST
    But not in the Matchserver. Remove this folder from your source while you change MSM_TEST to MSM_CLAN. Then add it back after.

  7. #7
    Proficient Member CoreAI is offline
    MemberRank
    Apr 2013 Join Date
    177Posts

    Re: Disable First Master in 1.5 source

    Quote Originally Posted by qet123 View Post
    MSM_TEST TO MSM_CLAN iguess or MSM_CLAN TO MSM_TEST
    I could only find that in MatchServer.ncb, O_o would this be the correct file?

    Did a another better search, changed all values of MSM_CLAN to MSM_TEST, but Clan War still doesn't show up. The mode in server.ini is set to Quest (Jur13n changed it to Quest) and changing it to Clan only has clan war. I would like to have both running... And when I changed all values yes I built CSCommon, MatchServer and GunZ and used what I built to check.
    Last edited by CoreAI; 30-05-13 at 11:50 AM.

  8. #8
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: Disable First Master in 1.5 source

    Change to mode to clan.

  9. #9
    Proficient Member CoreAI is offline
    MemberRank
    Apr 2013 Join Date
    177Posts

    Re: Disable First Master in 1.5 source

    Quote Originally Posted by Sensor View Post
    Change to mode to clan.
    I clearly just said I did and the Quest isn't there.



Advertisement