//ExAutoSoulShot atk = new ExAutoSoulShot(_itemId, _type);
//activeChar.sendPacket(atk);
//cancel the auto soulshot use
SystemMessage sm = new SystemMessage(SystemMessageId.AUTO_USE_OF_S1_CANCELLED);
sm.addString(item.getItemName());
activeChar.sendPacket(sm);
}
ExAutoSoulShot atk = new ExAutoSoulShot(_itemId, _type);
activeChar.sendPacket(atk);