
Originally Posted by
clerigz
when you put JOH in any ancient items you will not see the harmony option in your ancient items and it will be successfully..
Ok matte, i will investigate this...
About Party:
A Possible fix for Party with members that not have a signed family...
Code:
if(( gObj[aIndex].m_GensInfo.btFamily == GENS_NONE ) && (gGensSystem.m_CheckForParty == true))
{
::GCResultSend(aIndex,0x41,0x06); // You cannot form a party with a member of opposing gens.
return;
}
2. I can safely remove this to fix a Party with different members of guilds?
Code:
if(g_ArcaBattle.IsArcaBattleServer() && !g_AcheronGuardianEvent.IsPlayStart() && (gObj[aIndex].GuildNumber != gObj[number].GuildNumber))
{
MsgOutput(aIndex,lMsg.Get(MSGGET(4,235)));
return;
}
ps. At Protocol.cpp