• 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

Creating a feat for Pathfinder

I want to create a feat for Pathfinder that comes originally from the "Book of Exalted Deeds" in D&D 3.5. The feat is called "Intuitive Attack" and basically allows a wisdom based character to use their wisdom modifier instead of their strength modifier for melee attacks. Much the same way that Weapon Finesse works. I've created the feat, but it isn't affecting the attack bonus on the character sheet.

Recommendations?

I'm a software developer so you won't frighten me with technical details I just need to know where to modify the feat so it does what I need it to do.

Thanks

JiB
 
I looked but I'm still not getting it, lol

:confused: I looked at the other thread and I am sad to say I still don't get it. I admit scripting is not my thing, but I can usually read and follow directions easily enough, even if they are complicated. This just isn't the case this time.

If anyone can help me with a simple adjustment/replacement I can use for the Intuitive Attack (just change the modifier to be from Wisdom instead of from Dex) I would be grateful.


Here is the Eval Script from Weapon Finesse:

~ If we're disabled, do nothing
doneif (tagis[Helper.FtDisable] <> 0)

perform hero.assign[Hero.Finesse]

See the problem to me is it seems so simple, lol, yet I just don't know how it pulled from Dexterity like this and how to redirect it to Wisdom.

Thanks to anyone that responds with a fix. I am sure it will hit me like a ton of bricks when I see it properly done.
 
The thread that Mathias linked above if you look at the very last post it lists a working script to do what you wish. Then post #8 also shows what should be the correct timing for the script.

The Weapon Finesse feat script is just setting a tag and then HL in the background is taking care of the using dex instead of Str. So that script is not that helpful in figuring out what to do.
 
Thanks for the help!

Thanks for the help here. I appreciate the fast and friendly response! All is working now. Loving this program so far and my group is wondering how we ever went without this for this long, lol.

Cheers!
 
Back
Top