01-20-2015, 08:20 PM
if( add_exp > 0 && m_pOwner->m_assist.m_avAddition.hcPetExpBoost == true )
{
m_pOwner->m_assist.CureByItemIndex(7344);
add_exp = 4 * add_exp;
}
if( m_pOwner->m_assist.m_avAddition.hcCashPetExpUp_2358 == true )
add_exp = 2 * add_exp;
else if( m_pOwner->m_assist.m_avAddition.hcCashPetExpUp_2359 == true )
add_exp = 3 * add_exp;
here is the code from function

