battle.c
找到
複製內容到剪貼板
代碼:
#if 1 // Robin fix 战斗不可换防具饰品
{
int itemtype = ITEM_getInt( itemindex, ITEM_TYPE );
if( itemtype == ITEM_HELM
|| itemtype == ITEM_ARMOUR
|| itemtype == ITEM_BRACELET
//|| itemtype == ITEM_MUSIC
|| itemtype == ITEM_NECKLACE
|| itemtype == ITEM_RING
|| itemtype == ITEM_BELT
|| itemtype == ITEM_EARRING
|| itemtype == ITEM_NOSERING
|| itemtype == ITEM_AMULET
//|| itemtype == CHAR_HEAD
)
{
print("\n 改封包!战斗不可换防具!!:%s ", CHAR_getChar( charaindex, CHAR_CDKEY) );
break;
}
}
這段代碼屏蔽掉即可。