ShadowChemosh
Well-known member
So was leveling up a old Warlock character and I started to get this strange error now in testing of 1.3. The error is a different than I am use too so any help in pointing me in a direction to look would be helpful. I have attached the screen shot of the error.
Here is also the raw xml of the two things it claims has error with the Value. These are both in the "Complete Arcane Compile.user" file.
cWrlSpider
cWrlFelFli
Confused as I don't see anything accessing Value on these Things except for the one accessing Value on the XInvoke special ability. That Thing does correctly have a Value field so that is correct.
Anyone have an idea where to look. I also tried scanning the .xml files and could not find any Thing that is trying to reference to cWrlFelFli or cWrlSpider.
I am also confused on why it is referencing statblock in the error.
Thanks
Here is also the raw xml of the two things it claims has error with the Value. These are both in the "Complete Arcane Compile.user" file.
cWrlSpider
Code:
<thing id="cWrlSpider" name="Spiderwalk (Least; 2nd)" description="You can grant yourself the ability to {i}spider climb{/i} (as the spell) with a duration of 24 hours. While this invocation is in effect, you are unaffected by webs (either mundane or magical)." compset="CustomSpec" summary="Gain {i}spider climb{/i} as the spell." uniqueness="unique">
<tag group="SpecSource" tag="cHelpWrl"/>
<tag group="AbilType" tag="SpellLike"/>
<tag group="SpecType" tag="Movement"/>
</thing>
cWrlFelFli
Code:
<thing id="cWrlFelFli" name="Fell Flight (Lesser; 3rd)" description="When you use this invocation, the powers of darkness bear you aloft as you sprout a streaming, winglike cape of shadows. You can fly at a speed equal to your land speed with good maneuverability for 24 hours." compset="CustomSpec" summary="Gain a fly speed with good maneuverability." uniqueness="unique">
<tag group="SpecSource" tag="cHelpWrl"/>
<tag group="AbilType" tag="SpellLike"/>
<tag group="SpecType" tag="Movement"/>
<exprreq message="Ability to use Lesser Invocations required."><![CDATA[hero.childfound[xInvoke].field[Value].value >= 6]]></exprreq>
</thing>
Confused as I don't see anything accessing Value on these Things except for the one accessing Value on the XInvoke special ability. That Thing does correctly have a Value field so that is correct.
Anyone have an idea where to look. I also tried scanning the .xml files and could not find any Thing that is trying to reference to cWrlFelFli or cWrlSpider.
I am also confused on why it is referencing statblock in the error.
Thanks