}
if (_type)
{
activeChar.addAutoSoulShot(_itemId);
activeChar.sendPacket(new ExAutoSoulShot(_itemId, true));
activeChar.sendPacket(new SystemMessage(SystemMessage.THE_USE_OF_S1_WILL_NOW_BE_AUTOMATED).addString(item.getName()));
IItemHandler handler = item.getTemplate().getHandler();
handler.useItem(activeChar, item, false);
return;
}
activeChar.removeAutoSoulShot(_itemId);