}
if (otherPlayer.getPrivateStoreType() == L2PcInstance.STORE_PRIVATE_SELL)
getActiveChar().sendPacket(new PrivateStoreMsgSell(otherPlayer));
else if (otherPlayer.getPrivateStoreType() == L2PcInstance.STORE_PRIVATE_BUY)
getActiveChar().sendPacket(new PrivateStoreMsgBuy(otherPlayer));
else if (otherPlayer.getPrivateStoreType() == L2PcInstance.STORE_PRIVATE_MANUFACTURE)
getActiveChar().sendPacket(new RecipeShopMsg(otherPlayer)); }
if (object instanceof L2Character)
{