Jump to content
  • 0

Enchant skill success rate


Question

Posted

Could somebody help me with that how can i change skill enchant success rate and max skill enchant ?  If the file is skilltrees enchant skills tell me what i must change for here ; 

    <enchantSkill id="115" lvl="108" exp="4020000" sp="402000" rate76="10" rate77="30" rate78="80" rate79="80" rate80="83"/>

3 answers to this question

Recommended Posts

  • 0
Posted
On 1/9/2021 at 3:44 AM, prostylw1 said:

14500 skills you can change it one by one if i want to take the chance of level78 how can i put it at every level 76 77 78 79 80

You can always override the method with a scaling algorithm or a static rate per level. I kinda don't suggest both but it would be less pain

  • 0
Posted (edited)
1 hour ago, prostylw1 said:

Could somebody help me with that how can i change skill enchant success rate and max skill enchant ?  If the file is skilltrees enchant skills tell me what i must change for here ; 

    <enchantSkill id="115" lvl="108" exp="4020000" sp="402000" rate76="10" rate77="30" rate78="80" rate79="80" rate80="83"/>

Max skill enchant rate depends on your character's level. If you have extended your max level to 85 or something you should edit EnchantSkillNode in order to avoid IOOBE and parse new values to your set aswell (rate81 rate82, etc). As for the max skill enchant value, acis already handles up to 30, both in skill and enchant skill xmls. All you have to do is manually increase values in enchantskills.xml (rate76 rate77 etc) for each skill level. If though you would like to extend max enchant to 31 you will also have to add extra lines to enchantskills.xml, increase enchantlevels1/2/... AND extend tables like #ench1Power in order to fit your new max enchant level.

Edited by Zake
Guest
This topic is now closed to further replies.


×
×
  • Create New...