Fix Custom Jewel aplly on Arrow/Bolt - MuEMU

Publicado por Dakosmu, Sep 21, 2024, 04:55 PM

Tema anterior - Siguiente tema

Dakosmu

is fix is from UPDATE 24


Go to bool CCustomJewel::CheckCustomJewelApplyItem(int ItemIndex,CItem* lpItem) // OK

Add this inside

//- Fix Custom Jewel aplly on Arrow/Bolt
if(lpItem->m_Index == GET_ITEM(4,7) || lpItem->m_Index == GET_ITEM(4,15)) // Bolt,Arrow
{
return 0;
}

Credits: Emershow
Bon Dia

🡱 🡳