N Nameleszx New member Messages 108 Points 0 Sep 7, 2013 #2 How to edit the reflect skill percent of palladin, I want to make it 90% or 80% as possible but I don't know where to configure it. Please anyone, help me here.
How to edit the reflect skill percent of palladin, I want to make it 90% or 80% as possible but I don't know where to configure it. Please anyone, help me here.
malufett Retired Staff Messages 657 Points 0 Location Philippines Github malufett Emulator Sep 10, 2013 #5 @status.c case SC_REFLECTSHIELD: val2=10+val1*3; // %Dmg reflected
N Nameleszx New member Messages 108 Points 0 Sep 24, 2013 #6 How can I edit them ? I mean, how it was supposed to be ? The formula ? Last edited by a moderator: Sep 24, 2013
J jaBote Community Contributors Messages 2,037 Points 0 Github jaBote Sep 24, 2013 #7 If the original formula is (10+3*SkillLV)% (source: the client), then: val2 is the % of damage reflected; val1 is the skill level of the skill; So you can change the formula to your likings by using a fixed value plus the reflect % bonus with skill levels.
If the original formula is (10+3*SkillLV)% (source: the client), then: val2 is the % of damage reflected; val1 is the skill level of the skill; So you can change the formula to your likings by using a fixed value plus the reflect % bonus with skill levels.