how i remove so have 1x survvial?
![]()
how i remove so have 1x survvial?
![]()
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
oh i tought of that thanks.
Channelrule.xml doesnt do anything where is the line in the source?
search for find all "Survival" then remove 1 of the lines related to that
i removed everything in the channelrule.xml still x2 survival?
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