• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Permanent favored class

AndrewD2

Well-known member
These racial paragon classes I'm working on always count as a favored class. Is there a way to set that or will I just have to have them assign multitalented and the player will just have to select their paragon class as one of them?
 
This is something you can figure out for yourself. In the Develop menu, choose "Floating Info Windows", then "Show Hero Tags".

Then, add a level of any class to your test character, and then select some other class in the Favored Class dropdown. Then, study the tags on the hero. You'll find the one that forces that particular class to be a favored class.
 
Ok unless there is a better way I just have an eval script on the class at first/100 that does perform hero.assign[FavClass.{classID}]
 
I recommend getting out of the habit of putting scripts at First/100. Unless you have a specific reason to do something that early, you should be avoiding the First phase, and avoiding priorities less than 1000. 10000 is the default number I use when setting a priority.

In this case, Pre-Levels/10000 should be fine.
 
Back
Top