Versuche mal das: (Verhindert das Element auf der Suit)
In:
Code:
BOOL CItemElem::IsEleRefineryAble( ItemProp* pProp )
Unter:
Code:
{
if( !pProp )
return FALSE;
#ifdef __NEW_ITEM_VARUNA
if( pProp->IsBaruna() )
return FALSE;
#endif // __NEW_ITEM_VARUNA
if(
Das:
Code:
#ifndef __NO_SUIT_ELEM_DMG
pProp->dwItemKind3 == IK3_SUIT ||
#endif
In VersionCommon.h (Neuz, World):
Code:
#define __NO_SUIT_ELEM_DMG