GM Domo Posted September 11, 2012 Posted September 11, 2012 erm can anyone give me a guide how to edit skill damage at src ?? Quote
FrustFenix Posted September 11, 2012 Posted September 11, 2012 (edited) what skill? Each skills got it own code. But here the normal that I always saw. Example case PA_PRESSURE: status_percent_damage(src, bl, 0,15+1*skilllv, false); break; The status_percent_damage(src, bl, 0,15+1*skilllv, false); 15+1*skilllv mean it will dmg 15(as base dmg)+1*skilllv(as for pressure it is 5) so the dmg that will be take is 15+1*skilllvl = 15+5 = 20% The main point here is always try and repair, make backup if you dont sure what you are doing. -Practice make Better- Maybe you can try this src code. just found it http://rathena.org/board/topic/62238-manage-skill-damage-11/ Edited September 11, 2012 by FrustFenix Quote
GM Domo Posted September 11, 2012 Author Posted September 11, 2012 Ouhh Thank You .. i'll try it .. Thanks .. Quote
Question
GM Domo
erm can anyone give me a guide how to edit skill damage at src ??
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.