• 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

Gunslinger Deed help

direinsomniac

Well-known member
I am programming a new deed that grants a feat at a certain level assuming the player has grit available to them.

The deed is learned at 7th level. I've done what I've needed to do to get the deed to work (and it does), however, even with the ClSpecWhen 7 tags, I am getting the deed at 1st level.
 
Do you see the class special at 7th level in the class list, but are nonetheless getting the effects? If so, then check that you have added a stop to your eval scripts and/or bootstrap conditions for anything which is bootstrapped.
 
Yes, the deed shows up on specials list at level 7. But the item in the editor doesn't have any scripts and the only thing bootstrapped to it is the feat that the deed provides.

So what would the script look like that I would need?
 
So if the feat is bootstrapped and not supposed to be gained until level 7, you need to add a bootstrap condition to it. Try to think of another ability which grants a feat at a level higher than 1st, but don't think of the ranger's endurance, because that is probably more complicated than you need.

Try looking at how the Paladin's Aura of Courage ability bootstraps Immunity to fear, for example.
 
Back
Top