Enchant Skills Level

MrTitan

Knight
Customer
I just notice that I need to be 88 level to enchant my skills. ( I changed the max level to 92).
My question is: Does somebody face that issue? I think the enchant skills can be at any level?
Any suggestions? Could be from the custom interface? I didn't find any config about that.
P.s - On the image I'm 84 lvl. I tried with 80/77/87 but I can only enchant my skills when I reach 88lvl.
 

Attachments

  • q.webp
    q.webp
    94.3 KB · Views: 39
yes skill_enchant_data.xml, expand it
HTML:
<skill id="122"> <!-- [s_hex15] -->
        <route id="1">
            <enchant level="1"  skillLvl="101" exp="3060000"  sp="306000"  chances="82 92 97 97 97" neededItemId="6622" neededItemCount="1" />
            <enchant level="2"  skillLvl="102" exp="3150000"  sp="315000"  chances="80 90 95 95 95" />
            <enchant level="3"  skillLvl="103" exp="3250000"  sp="325000"  chances="78 88 93 93 93" />

For example I pick skill hex. I do not see the minimum level to enchant it. Can you be more specific what I need to see/edit or what I need to change.
 
HTML:
<skill id="122"> <!-- [s_hex15] -->
        <route id="1">
            <enchant level="1"  skillLvl="101" exp="3060000"  sp="306000"  chances="82 92 97 97 97" neededItemId="6622" neededItemCount="1" />
            <enchant level="2"  skillLvl="102" exp="3150000"  sp="315000"  chances="80 90 95 95 95" />
            <enchant level="3"  skillLvl="103" exp="3250000"  sp="325000"  chances="78 88 93 93 93" />

For example I pick skill hex. I do not see the minimum level to enchant it. Can you be more specific what I need to see/edit or what I need to change.
No! You need to add 16 values form 76 to 92
chances="1 ........ 16"
 
HTML:
<skill id="122"> <!-- [s_hex15] -->
        <route id="1">
            <enchant level="1"  skillLvl="101" exp="3060000"  sp="306000"  chances="82 92 97 97 97" neededItemId="6622" neededItemCount="1" />
            <enchant level="2"  skillLvl="102" exp="3150000"  sp="315000"  chances="80 90 95 95 95" />
            <enchant level="3"  skillLvl="103" exp="3250000"  sp="325000"  chances="78 88 93 93 93" />

For example I pick skill hex. I do not see the minimum level to enchant it. Can you be more specific what I need to see/edit or what I need to change.
my server max lvl is 80. how to make minimum lvl from 76? to 80?
 
my server max lvl is 80. how to make minimum lvl from 76? to 80?
My max is 95 and my chances are like this.
<enchant level="1" skillLvl="101" exp="5500000" sp="550000" chances="100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100"
but I have special book of giants like +10 +11 and so on that's why they are 100%. Fix your skill_enchant_data.xml or look how is it now. Check the skill that you want to enchant and find it in the skilL_enchant_data
 
My max is 95 and my chances are like this.
<enchant level="1" skillLvl="101" exp="5500000" sp="550000" chances="100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100"
but I have special book of giants like +10 +11 and so on that's why they are 100%. Fix your skill_enchant_data.xml or look how is it now. Check the skill that you want to enchant and find it in the skilL_enchant_data
so it means you can learn skill from lvl 79?
 
Back
Top