• 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

The Knight

I just found the error - re-read my original post - I said that "Helper.CurrArmor" is the tag that marks the currently equipped armor, but then in the script, I looked for "Helper.CurrEquip"

So, change the foreach line to:

Code:
foreach pick in hero from BaseArmor where "ArmorClass.Heavy & Helper.CurrArmor"
and it should work. I apologize for that mistake.

P.S. Don't forget to delete the debug lines (or just go back to the original version and then apply the fix) - otherwise, next time you try to use debug, you may still have these debugs cluttering up the report, making it hard to figure out which set of debug information you're seeing.
 
So the last two problems I am running into are probably going to have the same solution. I am trying to get Weapon Specialization to be a valid choice for the Knight. I copied Weapon Specialization but can't seem to find how to make it so that the Knight can choose the feat. I would also need to do this for Greater Weapon Specialization and I assume they both have the same solution.

The two things I have tried are 1) To make the knight count as a fighter, and 2) To make the feat a bonus feat for the Knight. Neither one seemed to do the trick.
 
I have an idea about how to revise the way feats check for levels of specific classes that I hope to add to Hero Lab in the next few weeks, so do you mind waiting to implement the rule that knights can get fighter feats?
 
I can wait. I can already select the feat but it creates the invalidation. I don't mind too much. Thanks.
 
blzbob,

Looks like you have done a great job on Pathfinderizing the Knight. It would be great if you shared the .user file with the community. Their is chiefweasel's repository or happy to have it on thed20pfsrd or better yet both.

You can just email the attachment to me at shadowchemosh(at)yahoo(dot)com or chiefweasel@cheeseweasel.net or both. :)

Thanks
I am still making sure the knight is working right. I think it is now. I also finished up the priest from the same book. I will email you both if you like. Expect an email from the devil (b_l_z_bob at hotmail dot com).
 
Back
Top