backtea Posted January 11, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 56 Reputation: 1 Joined: 11/21/11 Last Seen: June 29, 2024 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 Group: Members Topic Count: 92 Topics Per Day: 0.02 Content Count: 354 Reputation: 22 Joined: 11/17/11 Last Seen: May 12, 2024 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 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM 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 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 56 Reputation: 1 Joined: 11/21/11 Last Seen: June 29, 2024 Author Share Posted January 15, 2012 thx for your help..it's works Quote Link to comment Share on other sites More sharing options...
Question
backtea
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
3 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.