15
1) Make a backup of the xForum tables
2) Install NewBB
3) import the content of individual xForum tables to your NewBB tables
The tables should be the same, with only the prefix being different:
In xForums you have xf_attachments
In NewBB you have bb_attachments
So in your export file change the prefixes, and then import the content.
I hope, there is no differences in the table structure itself, because then you would need to make manual adjustments...