[Ask] Percentage Based Skill

05/11/2022 06:39 pepeton#1
Hi,

I can't find any topic regarding with percentage of skill. I want to change a specific skill for example the Spirit Fortune where it gives +140 at the max level, and I wanna change it into percentage based to +10% Attack. How? :handsdown:
05/11/2022 13:39 Nιgнтмαяε#2
propSkillAdd.csv
05/12/2022 08:59 pepeton#3
Quote:
Originally Posted by Nιgнтмαяε View Post
propSkillAdd.csv
Yes, on the line 15 at level 10 the output is 140. I want to change it into 10% not 140+attack but 10%+attack. Thank you.

Found the code. Sorry for being newb.
05/13/2022 10:22 FlyffDeveloper#4
you need to change the DST_ATKPOWER or something (thats flat attack) to DST_ATKPOWER_RATE (which is the stat for % attack) and then the number aswell ofcourse :)