Quest & Survival BRZ_Release_Publish Bug

Page 1 of 2 12 LastLast
Results 1 to 25 of 42
  1. #1
    I'm retired, I'm already jorklenis2 is offline
    MemberRank
    Oct 2011 Join Date
    PanamáLocation
    883Posts

    angry Quest & Survival BRZ_Release_Publish Bug

    This is what happens when compiled with BRZ_Release_publish runs very well but can not see the quest and survival, not on the list type of game.

    ZStageSetting.cpp



    I see there all right but it is not already try the server files, xml and still nothing.

    Could someone tell me what is the error that occupies this here.


  2. #2
    Retired. Don't PM. SecretsOThePast is offline
    DeveloperRank
    Jan 2009 Join Date
    643Posts

    Re: Quest & Survival BRZ_Release_Publish Bug

    Remove:
    #ifdef LOCALE_BRAZIL
    #else
    #endif

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    No work.

    It does not work, this is how it should be?.

    Last edited by jorklenis2; 15-06-12 at 05:23 PM.

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    Pictured above is correct, because if so I worked at, notice if something is wrong.

    please help me.

  5. #5
    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 help, the quest and survival are still missing.

    look at the picture above if that's the correct setting.

  6. #6
    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 help me.

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    Remove:
    #ifdef LOCALE_BRAZIL
    #else
    #endif

    no working, why?.

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    Open :ZStageSetting.cpp , line:564

    Copy this -
    pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_SURVIVAL)));
    Paste it under -
    pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_QUEST)));
    (In line: 556)

  9. #9
    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 Ronny786 View Post
    Open :ZStageSetting.cpp , line:564

    Copy this -

    Paste it under - (In line: 556)
    Well that brings it put there, I have to put it back, look at this image above.

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    Add this line :
    pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_SURVIVAL)));
    Below This Line:
    pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_QUEST)));




    Like this:

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


    ///

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    you can take a picture or something, or they will only add this / /.

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    I dont have vc++ in my notebook now. So i cant help with images. Inshort i can write for u.


    #ifdef _QUEST
    {
    //
    if {{Zgameclient ............................................................................................MSM_TEST)) //Server.ini
    {
    pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_QUEST)));
    pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_SURVIVAL)));


    //
    //
    if{{Zgameclient..............................................))
    {
    pcb...................................................................SURVIVAL));
    }
    }



    I hope u r getiing what i wanna tell? :(

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    Someone can post a picture of how do I run the quest and survival, or spend your ZStageSetting.cpp me.

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    Awww !!!!!!!!

  15. #15
    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 Ronny786 View Post
    Awww !!!!!!!!
    pass your ZStageSetting.cpp ok.

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    lol just grab the original ZStageSetting.cpp from the source

  17. #17
    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 Duluxe View Post
    lol just grab the original ZStageSetting.cpp from the source

    no solo de alli voy a saber como acomodarlo para uqe la quest y survival se vean.

    como puedo hacer que me salga, estoy hace dias con eso.

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    Can u speak in english so that i can understand ur conversation? :/

    n Duluxe is right, get original zstagesetting.cpp from source.

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    I only ask a small image and that image I will see how I do it all.

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    shouldnt have to give u our files, understand more

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    @facepalm
    You only need to put F****** one line what is your problem omg.

  22. #22
    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
    @facepalm
    You only need to put F****** one line what is your problem omg.
    look to remove # else, # endif, # LOCALE_BRAZIL and still does not work and it also accommodates the server files, and quest + guild, probe with another runnable and if it works.

    explain very well as I do.

    Just explain to me well as I do, Please.

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

    Re: Quest & Survival BRZ_Release_Publish Bug

    WTF Still u not understanding noob.

    Just Copy/paste the line i gave u !!! So DUMB!!!

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

    Re: Quest & Survival BRZ_Release_Publish Bug


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

    Re: Quest & Survival BRZ_Release_Publish Bug

    Yea follow cobrabites post!



Page 1 of 2 12 LastLast

Advertisement