Step 1: Set up coplanarity.
Line 1 has point $(1,-1,1)$ and direction $(2,3,4)$. Line 2 has point $(3,k,0)$ and direction $(1,2,1)$. For intersection the determinant of the joining vector and the two directions is zero.
Step 2: Write the determinant.
The joining vector is $(2, k+1, -1)$, so
\[ \begin{vmatrix} 2 & k+1 & -1 \\ 2 & 3 & 4 \\ 1 & 2 & 1 \end{vmatrix} = 0 \]
Step 3: Expand and solve.
This gives $-10 + 2(k+1) - 1 = 0$, so $2k - 9 = 0$ and $k = \dfrac{9}{2}$.
\[ \boxed{\dfrac{9}{2},\ \text{option 4}} \]