Dirtydeedz
Member
I have my HL on a PC(Win 7) that I use for editing custom files, a Windows 10 laptop, a Ipad for compile testing, and a Windows 10 Tablet that I use at the gaming table.
I have the same custom files on all of the above devices, plus my GM's Win 10 laptop, and 2 Ipads belonging to players.
I have no issues except on the Windows tablet. I have even replaced all the files in the "data/pathfinder" folder on the tablet.
Error:
Thing 'ioWondItm" - Bootstrap value assignment should not be more than once for field 'sDC' on bootstrapped thing 'spOneSpell'
Thing 'ioWondItm" - Bootstrap value assignment should not be more than once for field 'sDC' on bootstrapped thing 'spTwoSpell'
Thing 'ioWondItm" - Bootstrap value assignment should not be more than once for field 'sDC' on bootstrapped thing 'spThrSpell'
Thanks in advance to this Mind Boggling issue.
I have the same custom files on all of the above devices, plus my GM's Win 10 laptop, and 2 Ipads belonging to players.
I have no issues except on the Windows tablet. I have even replaced all the files in the "data/pathfinder" folder on the tablet.
Error:
Thing 'ioWondItm" - Bootstrap value assignment should not be more than once for field 'sDC' on bootstrapped thing 'spOneSpell'
Thing 'ioWondItm" - Bootstrap value assignment should not be more than once for field 'sDC' on bootstrapped thing 'spTwoSpell'
Thing 'ioWondItm" - Bootstrap value assignment should not be more than once for field 'sDC' on bootstrapped thing 'spThrSpell'
Code:
<thing id="ioWondItm" name="Wondrous Item" description="CL 9th; Craft Wondrous Item or Craft Universal Item; Price 36,450 gp; Weight 1 lb." compset="Wondrous">
<fieldval field="gWeight" value="1"/>
<fieldval field="gCost" value="36450"/>
<fieldval field="iCL" value="9"/>
<usesource source="Error"/>
<tag group="Helper" tag="ShowSpec"/>
<tag group="iSchool" tag="Divination"/>
<tag group="iSchool" tag="Enchant"/>
<tag group="Helper" tag="AlwaysAvl"/>
<tag group="gType" tag="Wonder"/>
<bootstrap thing="spOneSpell">
<autotag group="Helper" tag="ItemSpell"/>
<autotag group="Usage" tag="Day"/>
<assignval field="trkMax" value="1"/>
<assignval field="sDC" value="17"/>
<assignval field="sDC" value="17" behavior="maximum"/>
</bootstrap>
<bootstrap thing="spTwoSpell">
<autotag group="Helper" tag="ItemSpell"/>
<autotag group="Usage" tag="Day"/>
<assignval field="trkMax" value="1"/>
<assignval field="sDC" value="17"/>
<assignval field="sDC" value="17" behavior="maximum"/>
</bootstrap>
<bootstrap thing="spThrSpell">
<autotag group="Helper" tag="ItemSpell"/>
<autotag group="Usage" tag="Day"/>
<assignval field="trkMax" value="1"/>
<assignval field="sDC" value="17"/>
<assignval field="sDC" value="17" behavior="maximum"/>
</bootstrap>
</thing>
Thanks in advance to this Mind Boggling issue.