I tried to change the way you Described, but not picked up.
original:
Code:
<item_template id="167010000" name="[Event] Manastone: Attack +4 / HP +32" level="30" mask="4168" category="NONE" max_stack_count="10000" item_type="NORMAL" quality="LEGEND" price="0" race="PC_ALL" restrict="1,1,1,1,1,1,1,1,1,1,1,1" desc="1605807" activate_count="1">
<modifiers>
<add name="PHYSICAL_ATTACK" value="4" bonus="true"/>
<add name="MAXHP" value="32" bonus="true"/>
</modifiers>
<actions>
<enchant count="125"/>
</actions>
</item_template>
modified:
Code:
<item_template id="167010000" name="[Event] Manastone: Attack +4 / HP +32" level="30" mask="4168" category="NONE" max_stack_count="10000" item_type="NORMAL" quality="LEGEND" price="0" race="PC_ALL" restrict="1,1,1,1,1,1,1,1,1,1,1,1" desc="1605807" activate_count="1">
<modifiers>
<add name="PHYSICAL_ATTACK" value="4" bonus="true"/>
<add name="MAXHP" value="32" bonus="true"/>
</modifiers>
<actions>
<enchant count="125"/>
</actions>
<uselimits usedelayid="31"/>
</item_template>
Where could be the error? ID is not modified by any change in the enchant speed.