TobyFox2002
Well-known member
I have recieved an error that crops up every so often and I am not sure whats going on since it is referencing code that is not my own, its referencing HL stock code from the core data. The error is the following
The thing 'fEQStmSigh' is the thing id for a feat named Stormsight the code for that is as follows:
I hope this is enough information, if not let me know and I'll give more. It has me quite confused.
Code:
Attempt to access field 'Value' that does not exist for thing 'fEQStmSigh'
Location: 'synthesize #0' script for Dossier 'statblock' near line 348
- - -
Attempt to access field 'Value' that does not exist for thing 'fEQStmSigh'
Location: 'synthesize #0' script for Dossier 'statblock' near line 348
The thing 'fEQStmSigh' is the thing id for a feat named Stormsight the code for that is as follows:
Code:
<thing id="fEQStmSigh" name="Stormsight" description="{b}Prerequisites{/b}: 15 ranks in Spot\n\n{b}Benefits{/b}: With this ability your vision and hearing penalty is reduced by one half.\n\n{b}Normal:{/b} In stormy weather, vision is reduced by half and listen DC's are increased by 10." compset="Feat" summary="Reduces vision penalty incured in poor weather.">
<fieldval field="fShortName" value="Flier Feats"/>
<usesource source="EQ_MLP"/>
<tag group="AbilType" tag="Extra"/>
<tag group="fCategory" tag="Flyer" name="Flyer Feats" abbrev="Flight"/>
<tag group="Helper" tag="ShowSpec"/>
<tag group="SpecType" tag="Movement"/>
<exprreq message="15 ranks in spot required."><![CDATA[#skillranks[kSpot] >= 15]]></exprreq>
</thing>
I hope this is enough information, if not let me know and I'll give more. It has me quite confused.