x2 survival gameroom help?

Results 1 to 11 of 11
  1. #1
    Account Upgraded | Title Enabled! Wish Q is offline
    MemberRank
    Jul 2012 Join Date
    LiveScoreLocation
    456Posts

    x2 survival gameroom help?

    how i remove so have 1x survvial?



  2. #2
    Developer / Patch Finder Tankado is offline
    MemberRank
    Oct 2011 Join Date
    The NetherlandsLocation
    451Posts

    Re: x2 survival gameroom help?

    the source set automatic survival.
    u can check in your /system/Channelrule.xml, /matchserver/Channelrule.xml
    delete line with <GAMETYPE id="7" />
    or disable it in your source

  3. #3
    Account Upgraded | Title Enabled! Wish Q is offline
    MemberRank
    Jul 2012 Join Date
    LiveScoreLocation
    456Posts

    Re: x2 survival gameroom help?

    oh i tought of that thanks.

    Channelrule.xml doesnt do anything where is the line in the source?

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

    Re: x2 survival gameroom help?

    search for find all "Survival" then remove 1 of the lines related to that

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

    Re: x2 survival gameroom help?

    Quote Originally Posted by Duluxe View Post
    search for find all "Survival" then remove 1 of the lines related to that
    are you suggesting him to F*** the source ??

    go with Tankado's solution.

  6. #6
    Account Upgraded | Title Enabled! Wish Q is offline
    MemberRank
    Jul 2012 Join Date
    LiveScoreLocation
    456Posts

    Re: x2 survival gameroom help?

    i removed everything in the channelrule.xml still x2 survival?

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

    Re: x2 survival gameroom help?

    This must be the problem :

    Go to ZStageSetting.cpp (Line 640 ):

    and replace with this:

    #ifdef _QUEST // Äù½ºÆ® °³¹ß¿ë µðÆÄÀÎ
    {
    // Å×½ºÆ® ¼­¹ö´Â Äù½ºÆ®,¼­¹ÙÀ̹ú Ȱ¼ºÈ­
    if ((ZGetGameClient()) && (ZGetGameClient()->GetServerMode() == MSM_TEST)) // server.ini¿¡¼­ MODE="test"·Î ¼¼ÆÃÀ¸·Î Ãß°¡
    {
    pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_QUEST)));


    // ºê¶óÁú¿¡¼­´Â ¾ÆÁ÷ ¼­¹ÙÀ̹ú¸ðµå¸¦ ¼­ºñ½º ¾ÈÇÔ....³ªÁß¿¡ ¼­ºñ½º ÇÒ¶§ #ifdef¸¦ Ç®¾îÁà¾ßÇÔ
    // server.ini¿¡¼­ SURVIVALENABLE=0ÀÌ¸é ºñȰ¼ºÈ­
    if (ZGetGameClient()->IsEnabledSurvivalMode())
    pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_SURVIVAL)));
    }
    }
    #endif

  8. #8
    Account Upgraded | Title Enabled! Wish Q is offline
    MemberRank
    Jul 2012 Join Date
    LiveScoreLocation
    456Posts

    Re: x2 survival gameroom help?

    Quote Originally Posted by Ronny786 View Post
    This must be the problem :

    Go to ZStageSetting.cpp (Line 640 ):

    and replace with this:
    u are the best thanks.

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

    Re: x2 survival gameroom help?

    Quote Originally Posted by Ronny786 View Post
    This must be the problem :

    Go to ZStageSetting.cpp (Line 640 ):

    and replace with this:
    Lol thats exactly what i just said!

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

    Re: x2 survival gameroom help?

    Quote Originally Posted by Duluxe View Post
    Lol thats exactly what i just said!



    u said this :
    search for find all "Survival" then remove 1 of the lines related to that
    if he knew which line to remove, he wouldnt come here to ask the help xD u line is just confusing.elaborate it :)

  11. #11
    Apprentice ParaTurk is offline
    MemberRank
    Aug 2012 Join Date
    17Posts

    Re: x2 survival gameroom help?

    Quote Originally Posted by Ronny786 View Post
    u said this :

    if he knew which line to remove, he wouldnt come here to ask the help xD u line is just confusing.elaborate it :)
    because its will be same thing as u but ur maked a tut of ..



Advertisement