View Single Post
dungeonguru
Senior Member
 
Join Date: May 2016
Posts: 608

Old May 9th, 2017, 04:53 PM
I think saccare9 is trying to make his own creation method using the editor - I just tried to make one with the values like this: Fixed V2 (18/14/13/12/10/6)
and I can't get the values to go above 15 or below 8 either. I think you're going to have to ask ShadowChemosh or someone really familiar with the scripting on what might be going on. Not sure if that's a community pack issue or actually with HL hardcoding on the ability screen when the points array method is chosen.

Here's what my code looked like:
Quote:
<thing id="crea5ELV2" name="Fixed V2" compset="Creation">
<fieldval field="creaName" value="Fixed V2 (18/14/13/12/10/6)"/>
<arrayval field="creaAttArr" index="0" value="18"/>
<arrayval field="creaAttArr" index="1" value="14"/>
<arrayval field="creaAttArr" index="2" value="13"/>
<arrayval field="creaAttArr" index="3" value="12"/>
<arrayval field="creaAttArr" index="4" value="10"/>
<arrayval field="creaAttArr" index="5" value="6"/>
<usesource source="LHC17LPH"/>
<tag group="explicit" tag="20" name="20" abbrev="???"/>
</thing>
dungeonguru is offline   #3 Reply With Quote