Открой items.inl
Найди public ITEM_CanBuy( idUser, iItem )
Допиши код в самый низ:
Код
// Запрет Нежити покупать бутсы
else if ( iItem == ITEM_BOOTS && p_data[idUser][P_RACE] == RACE_UNDEAD )
{
client_print( idUser, print_center, "%L", LANG_PLAYER, "CLIENT_PRINT_ITEM_CAN_BUY_2" );
return false;
}
Скрин:
Автор: SMaster
Источник: perfect-soft.su