
Originally Posted by
geverton
Hi guy , i have 1 problem... Pet Panda give high XP , i configure server 10x but i equip pet panda in devias + i receive 200k xp + , i can change % xp im pet panda? Thx guys
This can be edited in source: BuffEffectSlot.cpp:
function:
Code:
void CheckItemOptForGetExpEx(LPOBJ lpObj,__int64 & iExp,int bRewardExp)
search for:
Code:
if( lpObj->pInventory[8].IsItem() && lpObj->pInventory[8].m_Type == ITEMGET(13,80) && lpObj->pInventory[8].m_Durability > 0.0 && !lpObj->pInventory[8].m_bExpired )
line: 1050