hellow guys
were i can change the Siege rewads and amount to the winner?
were i can change the Siege rewads and amount to the winner?
if( bKillDiffernceGuild )
void CGuildCombat::GetPoint( CUser* pAttacker, CUser* pDefender )
// 이전과 다른 길드원을 Kill 했을 경우 if( bKillDiffernceGuild ) ++nGetPoint;
if( bKillDiffernceGuild )
++nGetPoint;
CItemElem item;
item.m_nItemNum = 5;
item.m_dwItemId = II_CHP_RED;
if( pAttacker->CreateItem( &item ) )
{
//pAttacker->AddText("" );
}