Hello! I would like to ask, how can I speed up the speed enchanting? :huh:
Printable View
Hello! I would like to ask, how can I speed up the speed enchanting? :huh:
on items_templates.xml , look for the enchants and change the delay id.
Unfortunately, not every weapon in delay time. This does not solve the acceleration of certain weapons.
I tried to change the way you Described, but not picked up.
original:
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>
</item_template>
Where could be the error? ID is not modified by any change in the enchant speed.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>