|
|
#2 |
|
L2-scripts клиент Classic 1.5 + ГЕО до 1 июля
Регистрация: 23.09.2013
Сообщений: 437
|
and i found in core the issue in l2.gameserver.templates.item.ItemTemplate
Код:
else if (this._exType == ExItemType.LOWER_PIECE)
{
attachFunc(new FuncTemplate(null, "EnchantRGrade", Stats.P_CRITICAL_DAMAGE, ordinal80, 0.0D));
attachFunc(new FuncTemplate(null, "EnchantRGrade", Stats.M_CRITICAL_DAMAGE, ordinal80, 0.0D));
}
|
|