• 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

How do I give a druid access to a subdomain?

I have a shark shaman and I want him to use the Blood subdomain of War. Hero Lab isn't allowing it as a choice and I don't know how to add access to it as a permanent adjustment or otherwise.

I've searched the forums, but haven't found an answer. Any suggestions? Do I have to edit one of the data files?:confused:
 
I think you should create an adjustment for this. Open the editor, create a file, and then go the Adjustment tab there and create a new one. Enter name, unique ID and description if you want. Then hit the blue "eval scripts" button in the upper right, and enter the following:

Final 99999999 (make sure you get the timing right, that is eight 9s)
Code:
     doneif (field[pIsOn].value = 0)

     hero.childfound[cHelpDrd].field[cCstSpExpr].text = "(" & hero.childfound[cHelpDrd].field[cCstSpExpr].text & ") | thingid.cdBlood"

Save and hit the Test Now button in the upper left to integrate your new pick into HL. Then test it.
 
Well I would recommend reporting this as a bug. I suspect that Lonewolf went just with the specific ones mentioned in the archetype.

However in the sub-domain section there is a part that says: "Subdomains can be selected by druids (except the metal subdomain) and inquisitors (if their deity allows it)."

So I think this has just been an oversight and should get reported as a bug

Edit: Never mind rereading the archetype it limits you to just the main domains mentioned officially (at least the way I see/read it)
 
Last edited:
Thanks, Aaron. I'll do that.

Sorry for the late reply, been having computer issues.

As to the archetype language ... eh... Blood is a LOT more thematic War. My GM agreed, so I was just trying to add it. Don't know if it's a bug per se or a not-yet-added option (add subdomain access to domain list / add or remove domain).

Again, appreciate the help.
 
Back
Top