Quest/Survival doesnt work !

Results 1 to 6 of 6
  1. #1
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    information Quest/Survival doesnt work !

    Hello guys, I fixed my clan+Quest mode by replacing MSM_TEST to MSM_CLAN at particular places.
    Also added survival mode . and defined it in KOREA ( #define KOREA )

    #ifdef _QUEST // Äù½ºÆ® °³¹ß¿ë µðÆÄÀÎ
    {
    // Å×½ºÆ® ¼­¹ö´Â Äù½ºÆ®,¼­¹ÙÀ̹ú Ȱ¼ºÈ­
    if ((ZGetGameClient()) && (ZGetGameClient()->GetServerMode() == MSM_CLAN)) // server.ini¿¡¼­ MODE="test"·Î ¼¼ÆÃÀ¸·Î Ãß°¡
    {
    pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_QUEST)));
    pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_SURVIVAL)));
    #ifdef LOCALE_KOREA
    #else
    // ºê¶óÁú¿¡¼­´Â ¾ÆÁ÷ ¼­¹ÙÀ̹ú¸ðµå¸¦ ¼­ºñ½º ¾ÈÇÔ....³ªÁß¿¡ ¼­ºñ½º ÇÒ¶§ #ifdef¸¦ Ç®¾îÁà¾ßÇÔ
    // server.ini¿¡¼­ SURVIVALENABLE=0ÀÌ¸é ºñȰ¼ºÈ­
    if (ZGetGameClient()->IsEnabledSurvivalMode())
    pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_QUEST)));
    pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_SURVIVAL)));
    #endif
    }
    }
    #endif


    When i go in game, Quest and Survival mode shows in dropdown menu but when i click on it , it reverts back to Deathmatch mode.

    Any fixes ??


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

    Re: Quest/Survival doesnt work !

    You have the exact same problem i have. If you fix could you tell me please?

    Thanks

  3. #3
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: Quest/Survival doesnt work !

    Yea sure.. will pm you !

  4. #4
    I'm retired, I'm already jorklenis2 is offline
    MemberRank
    Oct 2011 Join Date
    PanamáLocation
    883Posts

    Re: Quest/Survival doesnt work !

    Quote Originally Posted by Ronny786 View Post
    Hello guys, I fixed my clan+Quest mode by replacing MSM_TEST to MSM_CLAN at particular places.
    Also added survival mode . and defined it in KOREA ( #define KOREA )





    When i go in game, Quest and Survival mode shows in dropdown menu but when i click on it , it reverts back to Deathmatch mode.

    Any fixes ??
    is the same problem I have too but not to do there T_T if I take this code and compile it in BRZ_Release_publish work, if you delete # ifdef LOCALE_KOREA would not be the right solution and also the # endif.

  5. #5
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: Quest/Survival doesnt work !

    Quote Originally Posted by jorklenis2 View Post
    is the same problem I have too but not to do there T_T if I take this code and compile it in BRZ_Release_publish work, if you delete # ifdef LOCALE_KOREA would not be the right solution and also the # endif.
    Didnt get you !

    Define LOCALE_BRAZIL if u using brz_release_publish !

  6. #6
    Valued Member OceanDeep is offline
    MemberRank
    May 2012 Join Date
    GamesLocation
    144Posts

    Re: Quest/Survival doesnt work !

    Help them guys please,I wish you guys good luck,I'll be searching for the answer of this.



Advertisement