//ExAutoSoulShot atk = new ExAutoSoulShot(_itemId, _type);
//activeChar.sendPacket(atk);
//start the auto soulshot use
SystemMessage sm = new SystemMessage(SystemMessageId.USE_OF_S1_WILL_BE_AUTO);
sm.addString(item.getItemName());
activeChar.sendPacket(sm);
activeChar.rechargeAutoSoulShot(true, true, true);
}
else