backtea Posted January 11, 2012 Share Posted January 11, 2012 hey guys..i want to know how to change skill damage.. example like genetic skill "hell's plant".. when i try it the damage is between 500-1000 i want to change it into 10000 or more?? where can i found it?? thx for your help Quote Link to comment Share on other sites More sharing options...
Virtue Posted January 11, 2012 Share Posted January 11, 2012 you should probably go to 3ceam forums because this is rAthena. but to fix that i think you should change something at src. skill.c or battle.c experiment but please don't forget to save back ups Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 12, 2012 Share Posted January 12, 2012 not sure is this the correct part ... src/map/battle.c case GN_HELLS_PLANT_ATK: md.damage = sstatus->int_ * 4 * skill_lv * (10 / (10 - pc_checkskill(sd,AM_CANNIBALIZE)));//Need accurate official formula. [Rytech] break; edit the Calculation Value and then Recompile and try again 1 Quote Link to comment Share on other sites More sharing options...
backtea Posted January 15, 2012 Author Share Posted January 15, 2012 thx for your help..it's works Quote Link to comment Share on other sites More sharing options...
hey guys..i want to know how to change skill damage..
example like genetic skill "hell's plant"..
when i try it the damage is between 500-1000 i want to change it into 10000 or more?? where can i found it??
thx for your help
Link to comment
Share on other sites