View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old May 10th, 2022, 03:43 AM
Quote:
Originally Posted by Dami View Post
The bonus is added - look at your skills, and count them up yourself.
I just made up a 6th Druid and added a single level of Animal Lord (Wolf). I got the +4 Survival bonus. The Prestige Class is wrongly adding level specials immediately, not at the levels its meant to give them to you. (I got the second totem bonus feat too) I can't see at first glance why it's not working correctly.
Looks like the First Totem abilities (the ones that provide the skill bonuses) need a doneif statement that checks to make sure two levels have been taken.

Code:
Add this line to the beginning of the script:

doneif (field[xTotalLev].value < 2)

Then change phase to Post-levels.
I've made this change for each version of the prestige class so it will be included in the next release.

Last edited by Sendric; May 10th, 2022 at 03:49 AM.
Sendric is offline   #3 Reply With Quote