i added this code on AttackArbiter.cpp at "void CAttackArbiter::OnDied()"
Quote:
#ifdef __MONSTER_NOTICE
if( m_pDefender->GetProp()->dwClass == RANK_SUPER )
{
CString BossNotice;
BossNotice.Format( prj.GetText(TID_BOSS_DIE), m_pAttacker->GetName(), m_pDefender->GetName());
g_DPCoreClient.SendSystem(BossNotice);
}
#endif
|
but i got this error
Quote:
AttackArbiter.cpp(1146) : error C2065: 'g_DPCoreClient' : undeclared identifier
AttackArbiter.cpp(1146) : error C2228: left of '.SendSystem' must have class/struct/union type
type is ''unknown-type''
|
please anyone can help me about this im noob on c++ sorry