I believe that by this code to solve the item:
if (activeChar.isInOlympiadMode())
{
activeChar.sendPacket(new SystemMessage(SystemMessageId.THIS_ITEM_IS_NOT_AVAILABLE_FOR_THE_OLYMPIAD_EVENT));
return;
}
one doubt: I would like to use some of these codes to use NPCs Htm? eg SumbolMaker ...