• 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

Feat that Grants a Familiar

Look at the Animal Ally feat (which will show you how to add an animal companion) and then any of the class abilities that add familiar (like the wizard arcane bond) to see what you need to bootstrap, just make sure you check the timing of the scripts on the configurable because that can get you.
 
I found the issue, it's the script.

The script is first 496 and is:

field[cfgLevel].value += herofield[tLevel].value -3

I think that means the total level -3.

Is there a way to change the "+= herofield[tLevel].value -3" to "+= #trkmax[trkNNWCrLv]"
 
just create your own configureable and use that for setting the level. The only problem will be if you're setting the trkMax late or if you're bootstrapping the feat with it on it
 
I am looking to do the same. I am trying to recreate the Magister's Companion form from the SGG Magister supplement. As the Magister class has never been done. Sadly I am not a programmer and adding the scripts needed for this eludes me.
 
Back
Top