Quest & Survival BRZ_Release_Publish Bug

Page 2 of 2 FirstFirst 12
Results 26 to 42 of 42
  1. #26
    Account Upgraded | Title Enabled! CobraBite is offline
    MemberRank
    Jan 2011 Join Date
    Where?Location
    281Posts

    Re: Quest & Survival BRZ_Release_Publish Bug

    Depends what mode you are using. If you use test in server.ini which is "MODE=test" and from the database.. serverstatus table, type should be 4.

    Quest and Survival will be shown.
    And to make it show able you should use this:
    http://forum.ragezone.com/f245/brz-m...rvival-842705/

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    Quote Originally Posted by CobraBite View Post
    Depends what mode you are using. If you use test in server.ini which is "MODE=test" and from the database.. serverstatus table, type should be 4.

    Quest and Survival will be shown.
    And to make it show able you should use this:
    http://forum.ragezone.com/f245/brz-m...rvival-842705/
    If course I have all of that post and also in "mode = test", but is the part that do not understand there needs to be done, I delete or remove LOCALE_BRAZIL # ifdef, # else, # endif, and still does not come out.

    just ask for a picture and there saber how.

    I want a picture.

    They can be ServerFiles, because I work with another executable and if they are quests.

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    If course I have all of that post and also in "mode = test", but is the part that do not understand there needs to be done, I delete or remove LOCALE_BRAZIL # ifdef, # else, # endif, and still does not come out.

    just ask for a picture and there saber how.

    I want a picture.

    They can be ServerFiles, because I work with another executable and if they are quests.

  4. #29
    Fuck Army. sahar042 is offline
    MemberRank
    Jul 2009 Join Date
    833Posts

    Re: Quest & Survival BRZ_Release_Publish Bug

    omg we gave you the lines, with the thread tutorial and you don't understand how to do it ?
    i don't think someone going to help you any more because you dump.
    JUST PRESS THE LINE HE SHOWING [CTRL + G] AND PRESS ENTER AND YOU SEE THE LINE JUST PASTE UNDER THE LINE THE LINE HE GAVE.
    AND CTRL + S , REBUILD.
    THAT's ALL

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    Quote Originally Posted by sahar042 View Post
    omg we gave you the lines, with the thread tutorial and you don't understand how to do it ?
    i don't think someone going to help you any more because you dump.
    JUST PRESS THE LINE HE SHOWING [CTRL + G] AND PRESS ENTER AND YOU SEE THE LINE JUST PASTE UNDER THE LINE THE LINE HE GAVE.
    AND CTRL + S , REBUILD.
    THAT's ALL
    If that I know, but I already have written there and I have to put it back into the lines that tells me?.

    I had it added, is to be repeated?.

    pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_SURVIVAL)));
    pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_QUEST)));

    Look Imagen.


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

    Re: Quest & Survival BRZ_Release_Publish Bug

    Read up. :3

  7. #32
    Account Upgraded | Title Enabled! CobraBite is offline
    MemberRank
    Jan 2011 Join Date
    Where?Location
    281Posts

    Re: Quest & Survival BRZ_Release_Publish Bug

    Dude, you have to pay attention of what we tell you..

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

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

    pCB->SetSelIndex(MMATCH_GAMETYPE_DEFAULT);
    }

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

    sad Re: Quest & Survival BRZ_Release_Publish Bug

    Quote Originally Posted by CobraBite View Post
    Dude, you have to pay attention of what we tell you..

    Here:
    Nope, no work.

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    Remake the Source :P No other option rather than finding what have you changed !

  10. #35
    Account Upgraded | Title Enabled! CobraBite is offline
    MemberRank
    Jan 2011 Join Date
    Where?Location
    281Posts

    Re: Quest & Survival BRZ_Release_Publish Bug

    Are you using Mode=test and from your database => ServerStatus => Type = 4 ?...
    Make sure you restart the server after doing that..

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    Quote Originally Posted by CobraBite View Post
    Are you using Mode=test and from your database => ServerStatus => Type = 4 ?...
    Make sure you restart the server after doing that..
    If I'm using "mode = test" ServerStatus type 4, use another runnable and if it works, but when compiling my runnable does not work does not leave the quest.

    I really need help on that, I have no more ideas.

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    to me have said for there to be put to work the runnable to the server.ini, and I do not think it does not work with the server.ini.

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    to me have said for there to be put to work the runnable to the server.ini, and I do not think it does not work with the server.ini.

    please help me.

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    please hel mep. T_T

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    Rebuild your whole source again!

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    It would be a little util I spend the Zstagesetting.cpp, and there saber to do, but a person who works for you with out quest.

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    Outside more useful than someone pass their "ZStageSetting.cpp" to guide me from it.v



Page 2 of 2 FirstFirst 12

Advertisement