Показать сообщение отдельно
Старый 07.10.2013, 20:27   #2
boulanger
L2-scripts клиент Classic 1.5 + ГЕО до 1 июля
 
Аватар для boulanger
 
Регистрация: 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));
        }
Stats. M_CRITICAL_DAMAGE should be removed and added M_CRITICAL_DAMAGE_STATIC and problem solved .
boulanger вне форума