• 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

Knights Exemplar Field Allowance

esoiset

New member
You have the correct field allowance for the Knights Exemplar for the Protectorate, but it won't increase if you add a Senechal.

I looked at the data file and came up with this:
If you change the rule for the FAprknex to read

var numAllowed as number

numAllowed = tagvalue[caster.limit?]+tagcount[prTags.FAprexse]
if (tagcount[prTags.FAprknex] <= numAllowed) then
@valid = 1
endif

it seems to work correctly. I added the +tagcount[prTags.FAprexse] to the numAllowed line.

I haven't checked the Gun Mages yet but I assume something similar could work for them too.

Thanks for your work.
Eric
 
Back
Top