}
break;
case ALLBLOCK:
activeChar.setBlockAll(true);
activeChar.sendPacket(Msg.YOU_ARE_NOW_BLOCKING_EVERYTHING);
activeChar.sendEtcStatusUpdate();
break;
case ALLUNBLOCK:
activeChar.setBlockAll(false);
activeChar.sendPacket(Msg.YOU_ARE_NO_LONGER_BLOCKING_EVERYTHING);
activeChar.sendEtcStatusUpdate();