I am working on a class that I needs to have a configurable to handle all the options available to it. (the class has a total of a potential of 9 different class ability kinds to choose from, yes nine). One of those options is selection of rogue talents where the class treats their levels as the equivalent rogue level for prereqs. etc. How can I get the configurable to count as a rogue in this sense. I have set the field cfgLevel to equal the class's level, as well as assigning the tag ClsCountAs.cHelpRog to both the class helper and the configurable. But still no luck.
Additionally, for some of the abilities the class's level counts as 1/2 of another classes's level for purposes of prereqs. etc. Is there a way to have a configurable handle being treated as level X for some classes, and X/2 for others?
Additionally, for some of the abilities the class's level counts as 1/2 of another classes's level for purposes of prereqs. etc. Is there a way to have a configurable handle being treated as level X for some classes, and X/2 for others?