Since I've upgraded my world from 28b to 29b I had to replace this_
/particle dripLava ~ ~ ~ 0.1 0.1 0.1 1 10 @a[score_OnGround=0,m=2]
with this:
/execute @a[score_OnGround=0,m=2] ~ ~ ~ /particle dripLava ~ ~ ~ 0.1 0.1 0.1 1 10
in order for it to work.
Thi happens because the particles are positioned relative to the commandblock instead of being relative to the targeted entity.
Hope you can replicate 🙂
Linked issues
is duplicated by 8
Comments 2

The entity selector in the particle command will be removed in future versions.
Confirmed, but seems to be intended. The same goes for /playsound and was changed also in the last snapshotversions.