Known Bugs
Opened this issue · 5 comments
This is a list of Known Bugs or unimplemented features please add to the list as we go so we add them all when and if we implement.
-
Spells granted by Enhancements not added to spell list.
-
Feats granted by Enhancements not added.
-
Basic Ninja Training - Ninja Spy
-
Celestial Tutelage - Aasimar
-
Tome for Racial AP
-
Program crashes if Open/save dialog box is opened more then 8 times.
It appears that the monk forms are not being auto granted properly. e.g. the 'adapt of forms' should be auto granted at Monk level 3 but does not get added.
Adept of Forms is auto granted a lvl 6, but there is an issue with the datafile in that I did not change the name of the Assimar Scourge in a couple of spot I in the file to just Scourge. This was because I miss spelled Scourge. If you did a Replace in your data file for Assimar Sourge and replace it with Scourge things should work till the next release.
Thanks for the quick response. I made the changes to the FeatsFile and that seems to now auto-grant Adapt and Master as appropriate. However, when I go to choose 'GrandMaster' at 18 it says that it is missing the prerequisite of 'Master'.
Change NEEDSALL: Feat Master of Forms; to NEEDSALL: Feat Monk Feats: Master of Forms;
That did it! Thanks very much!