• 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

Coding Problem...Again

ErinRigh

Well-known member
Hey guys, I am inputting the Heartwarder PrC from Faiths and Pantheons and my brain hiccuped.

Prerequisite for the class is Spell Focus (Enchantment), and I am trying to code the Expr-req for it.

My brain tells me it should be;

childfound[wsEnchant].tagis[Helper.SpellFocus] <> 0

but it's wrong

A cookie for someone who unlocks my brain here!
 
Going to show you in this case to help yourself. :)

Make a new character and add the Spell Focus Feat. Then go to "Develop->Floating Info Windows->Show Selection Tags". In the new window at the top text box enter "Enchantment". We see we have only one Pick getting displayed "ssEnchant" so check mark it and press "OK".

On the new window we see we have 5 tags:
Enchantment.jpg

Now on the "Feats" tab have the Spell Focus feat select "Enchantment". Do you see any additional "Tags" suddenly get added? What if you change spell focus to "Conjuration" do any tags get removed?

The tag on this Pick that is getting added by Spell Focus is what you want to test for in your Pre-Req script. :)
 
Back
Top