• 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

Druid Wild Shape

SpaceCadet

New member
I'm new to using Hero Lab and I'm not sure how I would go about adding a wild shape to my character. Is there a place for this? A way to fake it with an animal companion? Can I even add animal companions? I've poked here and there nothing jumped out as an answer.

Thanks!
 
The druid's wild shape ability isn't yet implemented. It's still on our list of things to do.

Animal companions can be added as an adjustment. It's waay down at the bottom of the list. There's one for familiars as well.
 
Can someone type out the Eval Script for a Custom Feat to allow Wild Shape uses per day to be changed from 2 to 4? Please? Pretty Please? :)

Was thinking:
hero.childfound[cDrdWilSha].field[trkMax].value += field[abValue].value

but nope.

EDIT: Never mind. I forgot to change the Phase and Priority. :)
 
Last edited:
I ad the basic creature of the form as a Hireling under the gear tab.

I also created an Adjustment that gathers information from the character who the creature belongs to and applies the Wildshape bonuses to that creature the Adjustment is added to.

I know I posted it to the GIT site a while back when I created it, but it may not have made it in to any of the updates yet.

Just as well, I found out this weekend while creating a new Druid, that the latest 5E Community Pack messed it up somehow. I have to look at my code and see what I need to update. :)
 
I would love this feature as well, thanks to all the people who work on these things so selflessly for us non-computer literates, you put the hero in hero lab!

Thanks again!
 
Not my LW yet. What I implemented was an adjustment. It's pretty much a down and dirty thing, but it works for my purposes until LW implements a proper version. :)
 
Back
Top