Enchant Weapon bonus

RicardoJRE

Heir
Customer
Would there be any other way to gain an enchant bonus?

Ex: when you enchant a dual +4 you gain an hp skill.

I would like to add it to gain an enchant +7 skill (a specific weapon, not for all).

I tried to use the logic of the method below, but it didn't work: <enchant4_skill id="7259" level="1"/>

<enchant7_skill id="7259" level="1"/>
 
<enchant_options>
<level val="1">
<option id="60000"/>
</level>
<level val="2">
<option id="60001"/>
</level>
<level val="3">
<option id="60002"/>
</level>
<level val="4">
<option id="60003"/>
</level>
<level val="5">
<option id="60004"/>
</level>
<level val="6">
<option id="60005"/>
</level>
</enchant_options>
 
Back
Top