There's really quite a lot wrong with this (you have many NPC statblocks). So, I'm sorry, but I'm not going to go though all of the issues in this large file. The parser will be raising quite a few errors - to start the troubleshooting process, look at the creature statblock that is being processed at the time the error is raised. This will give you an idea which statblock is causing an issue at that point. Sometimes the error will also give you an idea of what the issue is (see the Mad Meinhard statblock below as an example). Remove problem statblocks and work on them separately.
To give you some examples:
- Baron Arkov Vandermir: has a "Bloodline Spell-like Abilities" section, remove this and move the data to the SQ section. See "Invalid Spell Like Abilities entries" in post #2 for details on why this is an invalid entry.
- Carnitheria Rex, Nightmare: The Spell-Like Abilities section has invalid data in the listing: 1/day (self plus 1 rider only)—plane shift. The parser reads the number per day entry before the list of spell like abilities, the (self plus 1 rider only) text is messing with this. Move this to later in the list. e.g. 1/day-plane shift (self plus 1 rider only)
- Sir Valin Darian, Heir of the Victor: Missing a Wisdom ability score.
- Meinhard Mott aka “Mad Meinhard” - check the error being raised. It says the name is invalid and " cannot be included in the name.
These will parse OK, but will cause issues with XML when loading in FG:
- Zikomo Hears-the-Father: The oracle spells known for 0 level are labelled as 0th -- change this to 0 (at will)-. Also, change all of the -- in the spell lists to a single hyphen (-) and remove spaces. e.g. 2nd(4/day) -- cure moderate wounds,... should be 2nd(4/day)-cure moderate wounds,
-Fineas Greenhold: Change "Gnome Spell-Like Abilities" to "Spell-Like Abilities" and remove the "Bloodline Spell-Like Abilities" section (as per Baron Arkov Vandermir above).
- Posca the Merchant - spell lists are across multiple lines - spell level should start at the beginning of a line.
Then there will be a few more errors if you're including spells in the module (which you'll want to). Go through the spell lists and check for the various issues I've raised above.

