• 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

Custom race (Fellnight Spriggan) editor error

sozin

Active member
Hello, I am getting the following error when creating a custom race (a Fellnight Spriggan, from Neil Spicer's excellent Realm of the Fellnight Queen Pathfinder module):

6418944375_482135578b_o.png


I'd appreciate any thoughts on what I'm doing wrong here, I'm pretty much a total n00b at this. .user file attached.
 

Attachments

Could you copy the text of any scripts you've added to your race, please, and discuss what they're supposed to do?

Judging by the errors, it looks as though you copied a script from a class special to your race and didn't modify it to look at hit dice, instead of looking at class level, and you didn't remove some code relating to whether that class special was on a class that has the option to be an ex-member of a class.
 
Sure, here's the one script I'm using. I copied this (and a good number of the bootstrap abilities) from the Spriggan supplement race:

#skillbonus[skClimb] += 2
#skillbonus[skDisable] += 2
#skillbonus[skPercep] += 2
#skillbonus[skSleight] += 2
#skillbonus[skStealth] += 2
hero.child[skDisable].field[skInnate].value += 2
hero.child[skPercep].field[skInnate].value += 2
hero.child[skSleight].field[skInnate].value += 2
hero.child[skStealth].field[skInnate].value += 2
 
Sorry, I wasn't looking carefully enough at where the errors were being generated.

Are you bootstrapping a class special from a race? Class Specials can only be added by classes (or custom class abilities or archetypes). Races have to use Racial Specials.
 
Back
Top