--seq-max in hashcat plus?
#1
is it possible to use a construct to limit the sequential occurrence of a character like the maskprocessor does.

eg not the same char 3 times in a row

or do I need to create a wordlist with maskprocessor and hashcat it?

or how would I feed hascat plus with words from maskprocessor .. so i need JTR?
#2
-q will not be possible inside any hashcat version, it takes to much of a special algorithm. But yes, you can feed oclHashcat-plus (I guess you're talking about oclHashcat-plus not hashcat since you posted in the oclHashcat-plus subsection). It's pretty easy:

./mp64.bin ?d?d | ./oclHashcat-plus64.bin hash
#3
You might want to add --status and --status-timer=1 to see what it's doing