View Single Post
esoiset
Junior Member
 
Join Date: Nov 2005
Posts: 2

Old November 9th, 2005, 10:38 AM
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
esoiset is offline   #1 Reply With Quote