Suppose that $a$ and $b-1$ are consecutive even numbers and $a<b-1$. It seems that $3a$ and $3b-8$ are consecutive as well, although I am unable to show this.
I realize that $|a-(b-1)| = |a-b+1| = 2$ and
$$|3a-(3b-8)| = |3(a-b)+8| = |3(a-b)+3+5| = |3(a-b+1)+5|$$
If we use $a-b+1 = \pm 2$,
$$|3a-(3b-8)| = |\pm6+5|$$
So I do not see how they can be consecutive, because their difference won't be $2$. But I'm probably not on the right track. Can I hear your feedback?
EDIT: Their difference is $1$ and not $2$, so for the case that $a-b+1 = -2$ which means $a<b-1$, one obtains
$$|3a-(3b-8)| = 1$$
In which case they are consecutive.