• 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

RotD feat questions

ohioscion

Member
I've been trying to search the forums but just have not had any luck. I'm trying to figure out how to script a prerequisite for the Dragonblood subtype.

I suppose I also need help with user created races as prerequisites as well.
 
I'm just starting on the feats and Accelerate Metamagic has a prerequisite of Dragonblood subtype. Due to long-term lack of sleep (I'm hoping), I can't piece together how to script that prerequisite.
The other question had to do with feats from other books (such as the FR settng) where a Genasi, Tiefling,Aasmiar,etc is required to qualify for the feat. I can't get the standard
tagis[Race.XXXXXX] <> 0
to work with a race that I put in or downloaded from your site.
 
I ran into this problem with a few other races as well. You need to assign a race tag to the various races (this isn't done automatically). To do that, you need to either edit the race or make a new version and use replaceid. Then select Counts as Race, and create a new tag. This new tag name will be what you use in the tagis[Race.XXXXXX] <> 0 formula.

As for the Dragonblood subtype, you will probably have to do something similar. Create a new tag for Subtype - Dragonblood, and assign it to whatever races should be using it. Then you can use the same script as above, but with the new tag for this subtype.
 
I appreciate the help,gentlefolk. My race tags are working perfectly and the long lists of feats is quickly dwindling.
However, I have been trying to add some subtypes but I cannot seem to be able to find them so I can copy them. Help would once again be appreciated.
 
Back
Top