Hi please help me where i can change or edit on the source because the party on Guild Siege is disable.
do you mean this sir? so it mean im going to changeQuote:
if( 0 < pUser->GetPartyId() )
{
if( pUser->GetPartyId() != pLeader->GetPartyId() )
g_DPCoreClient.SendGCRemoveParty( pUser->GetPartyId(), pUser->m_idPlayer );
i remove but nothing happenQuote:
// ¹öÇÁ ¾ø¾Ö±â
pUser->RemoveCommonBuffs();
g_UserMng.AddRemoveAllSkillInfluence( pUser );
// ÆÄƼ Å»Åð
//if( pUser->GetPartyId() > 0 )
//g_DPCoreClient.SendGCRemoveParty( pUser->GetPartyId(), pUser->m_idPlayer );
if( GetWorld() && GetWorld()->GetID() == WI_WORLD_GUILDWAR )
g_DPCoreClient.SendGCRemoveParty( GetPartyId(), m_idPlayer );
void CUser::Process()