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
http://i46.tinypic.com/71oigk.jpg
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.
Re: Quest & Survival BRZ_Release_Publish Bug
Remove:
#ifdef LOCALE_BRAZIL
#else
#endif
Re: Quest & Survival BRZ_Release_Publish Bug
No work.
It does not work, this is how it should be?.
http://i45.tinypic.com/fmmakj.jpg
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.
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.
Re: Quest & Survival BRZ_Release_Publish Bug
Re: Quest & Survival BRZ_Release_Publish Bug
Remove:
#ifdef LOCALE_BRAZIL
#else
#endif
no working, why?.
Re: Quest & Survival BRZ_Release_Publish Bug
Open :ZStageSetting.cpp , line:564
Copy this -
Quote:
pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_SURVIVAL)));
Paste it under -
Quote:
pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_QUEST)));
(In line: 556)
Re: Quest & Survival BRZ_Release_Publish Bug
Quote:
Originally Posted by
Ronny786
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.
Re: Quest & Survival BRZ_Release_Publish Bug
Add this line :
Quote:
pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_SURVIVAL)));
Below This Line:
Quote:
pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_QUEST)));
Like this:
Quote:
{
pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_QUEST)));
pCB->Add(ZGetGameTypeManager()->GetGameTypeStr(MMATCH_GAMETYPE(MMATCH_GAMETYPE_SURVIVAL)));
///
Re: Quest & Survival BRZ_Release_Publish Bug
you can take a picture or something, or they will only add this / /.
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.
Quote:
#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? :(
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.
Re: Quest & Survival BRZ_Release_Publish Bug
Re: Quest & Survival BRZ_Release_Publish Bug
Quote:
Originally Posted by
Ronny786
Awww !!!!!!!!
pass your ZStageSetting.cpp ok.