[TuT] Make Shields Element Refinery Able and Baruna Shields Pierce Able 10/19/2011 - Flyff Private Server - 21 Replies English
Today I´m gonna show you how every player can refine its shield with elements.
First of all, open your source folder and look for the file "Item.cpp"
In this file, you have to search for: "BOOL CItemElem::IsEleRefineryAble( ItemProp* pProp )
Underneath that, you see:
pProp->dwItemKind3 == IK3_SUIT ||
pProp->dwItemKind2 == IK2_WEAPON_MAGIC ||
pProp->dwItemKind2 == IK2_WEAPON_DIRECT )
return TRUE;