prostylw1 Posted January 8, 2021 Posted January 8, 2021 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"/>
0 Zake Posted January 13, 2021 Posted January 13, 2021 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 Zake Posted January 8, 2021 Posted January 8, 2021 (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 January 8, 2021 by Zake
0 prostylw1 Posted January 9, 2021 Author Posted January 9, 2021 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
Question
prostylw1
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