Kambroz Posted June 6, 2017 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 08/22/16 Last Seen: March 30, 2021 Share Posted June 6, 2017 Hi everyone, does anyone know how I can modify the damage of the skill Cart Termination and Acid demonstration? I hope someone can help me. Thank you. Quote Link to comment Share on other sites More sharing options...
0 Ninja Posted June 7, 2017 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 513 Reputation: 84 Joined: 08/11/12 Last Seen: July 4, 2024 Share Posted June 7, 2017 battle.c :: battle_calc_attack_skill_ratio case WS_CARTTERMINATION: i = 10 * (16 - skill_lv); if (i < 1) i = 1; //Preserve damage ratio when max cart weight is changed. if (sd && sd->cart_weight) skillratio += sd->cart_weight / i * 80000 / battle_config.max_cart_weight - 100; else if (!sd) skillratio += 80000 / i - 100; break; Quote Link to comment Share on other sites More sharing options...
0 Noctis Posted June 6, 2017 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 226 Reputation: 13 Joined: 02/17/15 Last Seen: August 2, 2017 Share Posted June 6, 2017 Try to Check it in src-map-skill.c Or in battle.c Quote Link to comment Share on other sites More sharing options...
0 pumks Posted September 20, 2017 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 02/18/17 Last Seen: November 17, 2018 Share Posted September 20, 2017 On Wednesday, June 07, 2017 at 8:52 AM, Ninja said: battle.c :: battle_calc_attack_skill_ratio case WS_CARTTERMINATION: i = 10 * (16 - skill_lv); if (i < 1) i = 1; //Preserve damage ratio when max cart weight is changed. if (sd && sd->cart_weight) skillratio += sd->cart_weight / i * 80000 / battle_config.max_cart_weight - 100; else if (!sd) skillratio += 80000 / i - 100; break; Which one must be edit? Can you give me example formula for that both skill? Quote Link to comment Share on other sites More sharing options...
0 Kambroz Posted May 9, 2019 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 08/22/16 Last Seen: March 30, 2021 Author Share Posted May 9, 2019 thanks. solved Quote Link to comment Share on other sites More sharing options...
Question
Kambroz
Hi everyone, does anyone know how I can modify the damage of the skill Cart Termination and Acid demonstration? I hope someone can help me. Thank you.
Link to comment
Share on other sites
4 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.