View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old January 3rd, 2019, 05:02 AM
Quote:
Originally Posted by Dark_Soul View Post
I forgot that EoE wasn't in the community set. Here's the file, it's only that one feat. I don't see how that would be causing an error, because all it looks at is Intelligence and the Spell Mastery feat.
Ok, sorry. Took another look, and with a little help from an anonymous tip I think we might have it fixed. I'm still not sure why I can't reproduce the errors, and because of that I can't confirm the fix. So, instead, I'll post the changes (in bold) you need to make here. Let me know if this resolves the problems:

thingid.fTheurSpec
Custom - Dragon Magazine.user
Code:
~ Loop through all classes looking for arcane casting
var result as number

foreach pick in hero from BaseClHelp where "(CasterSrc.Arcane | CasterSrc.Divine) & !thingid.cHelpWiz"
   if (each.field[cMagicLev].value >= 1) then
     result += 1
   endif
nexteach

validif (result >= 2)

thingid.fHinder

Custom - Dragon Magazine.user
Code:
hero.childfound[xSkirmish].field[Value].value >= 2
Sendric is offline   #805 Reply With Quote