// Attempt to charge first shot on activation
if (_itemId == 6645 || _itemId == 6646 || _itemId == 6647)
{
activeChar.addAutoSoulShot(_itemId);
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);