Здравствуйте, прошу помощи в решении проблемы! Суть проблемы: сменил ядро в сборке PW с допами, с 2014 года на 2016 и все загружается кроме одного ява скрипта, выдает вот такое сообщение в ГС:
1. ERROR in \DonateScrolls.java (at line 14)
public class DonateScrolls implements IItemHandler {
^^^^^^^^^^^^^
The type DonateScrolls must implement the inherited abstract method IItemHandler.useItem(L2PlayableInstance, L2ItemInstance, boolean)
----------
1 problem (1 error)
The type items.DonateScrolls must implement the inherited abstract method scripts.items.IItemHandler.useItem(net.sf.l2j.gameserver.model.actor.instance.L2PlayableInstance, net.sf.l2j.gameserver.model.L2ItemInstance, boolean)
Что изменить в скрипте что бы он заработал? Сам скрипт прикреплен к теме.
DonateScrolls.java