• 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

New FCB for a race

direinsomniac

Well-known member
I am trying to code a new FCB for a race I am working on.

The Favored Class is Investigator, and the bonus is suppose to grant 1/6 of an Investigator talent.

My code:
Code:
field[abValue].value += round(field[fcCount].value/6,0,-1)

      hero.childfound[cHelpInv].field[cGiveSpec].value += field[abValue].value

I pulled the initial code from the slayer class which does something nearly identical, but I can't get the FCB to show up on the list even after assigning the tags for the race and class properly.
 
If it gave you an error message, you should be able to right-click the message and copy it, then paste it here. Without knowing what error you're seeing, I don't know how to advise you on how to fix it.
 
Back
Top