Cydh Posted March 15, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Share Posted March 15, 2013 (edited) Prolog Quote Long time ago, I felt that the current damage is too low, on battle config, I only found damage adjustments for GVG, PK, and BG damages. How to adjust global damages just like GVG, PK, and BG damages? Until I found Lilith's Manage Skill Damage, it's really help. But, how if I want to adjust all damage not only skill damages, but normal attack wihout skills? I found some people with same vision (problem. don't remember which posts), until I found someone post an Outdated Modification for Decrease or Increase Global Damage, but it seem doesn't work properly (I saw the pictures there. ). And finally, I made it my version and this is time to share it. What's new? Added kind of attacker that will be affected of this damage adjustment Corrected script command usage for atk_rate that didn't work on previous releases Remove some unusable params on battle_calc_normal_damage Conf file, on misc.conf // Adjust global damage rate. (Works like GVG, PK, and BG damage rates) [Cydh] // 1 - Normal maps // 2 - PVP // 4 - GVG // 8 - Battlegrounds // 16 - AtkRate mapflag (see conf/mapflag/atk_rate.txt) // 32 - zone 1 // 64 - zone 2 // 128 - zone 3 // 256 - zone 4 // 512 - zone 5 // 1024 - zone 6 // 2048 - zone 7 // If you decide only to use for certain map, put 16 for 'atk_adjustment_map' atk_adjustment_map: 4095 // Whos attacker kind that will be affected? (Note 3) Default is 1 (Player) atk_damage_attacker: 1 // Damage rate between 1 ~ 10000. 100 is default, means 100% atk_short_attack_damage_rate: 100 atk_long_attack_damage_rate: 100 atk_weapon_attack_damage_rate: 100 atk_magic_attack_damage_rate: 100 Mapflag NPC //===== rAthena Script ======================================= //= Mapflag: Damage Adjustment //===== By: ================================================== //= [Cydh] [email protected]<script data-cfhash='f9e31' type="text/javascript"> /* */</script> //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= // <mapname> mapflag atk_rate <AttackerType>,<ShortDamageRate>{,<LongDamageRate>,<WeaponDamageRate>,<MagicDamageRate>,<MiscDamageRate>} // // 'AttackerType' // 1: PC // 2: Mob // 4: Pet // 8: Homun // If only 'ShortDamageRate' that has the given value, the rest of rates will be same with its value. //============================================================ // Example: //niflheim mapflag atk_rate 1,200 //All damage rates will be 200% //nif_fild01 mapflag atk_rate 1,70,80,60,75,120 Download! DIFFED for rAthena Git Hash: 34971e57 (20190611) : global_damage-rA-20190611-34971e57.diff If you think this mod should be credit to someone here, it's up to you, this is just similar. I made this myself before download .patch file there. If you like this, +1 please. Please report any bugs you found and if any suggestion, just tell it, I hope we can improve this mod. For specified rev or emulator, can be requested by send me a PM global_damage-rA-20180918-0d773983.diff Edited June 13, 2019 by Cydh 11 2 1 Quote Link to comment Share on other sites More sharing options...
Lilith Posted March 15, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 407 Reputation: 159 Joined: 11/18/11 Last Seen: November 15, 2014 Share Posted March 15, 2013 Good job! Quote Link to comment Share on other sites More sharing options...
goddameit Posted March 15, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted March 15, 2013 good job Quote Link to comment Share on other sites More sharing options...
SlashGeeGee Posted March 15, 2013 Group: Members Topic Count: 111 Topics Per Day: 0.02 Content Count: 573 Reputation: 20 Joined: 11/19/11 Last Seen: October 24, 2014 Share Posted March 15, 2013 Good Job ! . Thanks btw. SlashGeeGee Quote Link to comment Share on other sites More sharing options...
Cydh Posted March 15, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Author Share Posted March 15, 2013 Good job! good job Good Job ! . Thanks btw. SlashGeeGee Doesn't matter. Quote Link to comment Share on other sites More sharing options...
Famous Posted March 15, 2013 Group: Members Topic Count: 145 Topics Per Day: 0.03 Content Count: 455 Reputation: 3 Joined: 06/19/12 Last Seen: February 26, 2018 Share Posted March 15, 2013 wow great! Quote Link to comment Share on other sites More sharing options...
Cydh Posted March 15, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Author Share Posted March 15, 2013 wow great! Thank's, I hope so. Quote Link to comment Share on other sites More sharing options...
DJFUNK Posted March 15, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 115 Reputation: 4 Joined: 10/25/12 Last Seen: August 31, 2023 Share Posted March 15, 2013 this is what Im looking for.. 2 thumbs up Quote Link to comment Share on other sites More sharing options...
GM Takumirai Posted March 16, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 592 Reputation: 31 Joined: 11/14/11 Last Seen: July 29, 2015 Share Posted March 16, 2013 This is great good job.. Quote Link to comment Share on other sites More sharing options...
Angel Posted March 16, 2013 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 85 Reputation: 17 Joined: 12/25/11 Last Seen: Yesterday at 01:25 AM Share Posted March 16, 2013 Was using the previous version on my server, but this is excellent.Thanks very much. Quote Link to comment Share on other sites More sharing options...
Cydh Posted March 16, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Author Share Posted March 16, 2013 this is what Im looking for.. 2 thumbs up This is great good job.. Thank's Was using the previous version on my server, but this is excellent. Thanks very much. yeah, time to share now. haha Quote Link to comment Share on other sites More sharing options...
Rebel Posted June 6, 2013 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 436 Reputation: 32 Joined: 02/19/12 Last Seen: May 22, 2024 Share Posted June 6, 2013 How can i put all maps in mapflag atk_rate and make it all 200 ?? Quote Link to comment Share on other sites More sharing options...
Cydh Posted June 6, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Author Share Posted June 6, 2013 for all maps, don't need make mapflag for each, just set on the conf file atk_adjustment_map: 4095 atk_short_attack_damage_rate: 200 atk_long_attack_damage_rate: 200 atk_weapon_attack_damage_rate: 200 atk_magic_attack_damage_rate: 200 atk_misc_attack_damage_rate: 200 Quote Link to comment Share on other sites More sharing options...
Rebel Posted June 6, 2013 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 436 Reputation: 32 Joined: 02/19/12 Last Seen: May 22, 2024 Share Posted June 6, 2013 ohh .. thanks Cydh. i thought 100 was the max. Quote Link to comment Share on other sites More sharing options...
retroflav Posted June 8, 2013 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 87 Reputation: 4 Joined: 08/09/12 Last Seen: November 7, 2018 Share Posted June 8, 2013 It could be better if there's a way to adjust damage on every specific class, not just a global adjustment. For my own opinion, some classes needs their physical damage to be boosted while some classes's damage are way too high, and global adjustment would boost overall damage for all classes. Specific adjustments should be very very cool. Like an audio equalizer Quote Link to comment Share on other sites More sharing options...
Akbare Posted June 8, 2013 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Share Posted June 8, 2013 Good Job thanks bro Quote Link to comment Share on other sites More sharing options...
Cydh Posted June 8, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Author Share Posted June 8, 2013 (edited) ohh .. thanks Cydh. i thought 100 was the max. no. haha It could be better if there's a way to adjust damage on every specific class, not just a global adjustment. For my own opinion, some classes needs their physical damage to be boosted while some classes's damage are way too high, and global adjustment would boost overall damage for all classes. Specific adjustments should be very very cool. Like an audio equalizer nice idea. I'll try to add it Good Job thanks bro Edited June 8, 2013 by Cydh Quote Link to comment Share on other sites More sharing options...
FutureGazer Posted June 19, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 06/06/12 Last Seen: September 11, 2013 Share Posted June 19, 2013 Nice work sir...... (revision 17348) but im got this problem, battle.c: In function âbattle_calc_normal_damageâ: battle.c:1397: warning: suggest parentheses around â&&â within â||â battle.c:1398: warning: suggest parentheses around â&&â within â||â battle.c:1400: warning: suggest parentheses around â&&â within â||â battle.c:1377: warning: unused variable âsdâ need help.....thank you ^.^ Quote Link to comment Share on other sites More sharing options...
Cydh Posted June 20, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Author Share Posted June 20, 2013 Nice work sir...... (revision 17348) but im got this problem, battle.c: In function âbattle_calc_normal_damageâ: battle.c:1397: warning: suggest parentheses around â&&â within â||â battle.c:1398: warning: suggest parentheses around â&&â within â||â battle.c:1400: warning: suggest parentheses around â&&â within â||â battle.c:1377: warning: unused variable âsdâ need help.....thank you ^.^ thank's, added new file Quote Link to comment Share on other sites More sharing options...
FutureGazer Posted June 20, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 06/06/12 Last Seen: September 11, 2013 Share Posted June 20, 2013 (edited) thank you so much.....its work Edited June 20, 2013 by FutureGazer Quote Link to comment Share on other sites More sharing options...
LatSo Posted July 2, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 296 Reputation: 2 Joined: 04/11/13 Last Seen: December 22, 2020 Share Posted July 2, 2013 Sir Cydh, Is this compatible in the recently released renewal atk diff? Quote Link to comment Share on other sites More sharing options...
Cydh Posted July 3, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Author Share Posted July 3, 2013 Sir Cydh, Is this compatible in the recently released renewal atk diff? renewal atk isn't released yet, it still as test. so, if u're using the clean svn, it should work. If renewal atk is released, of course I'll update the patch for it Quote Link to comment Share on other sites More sharing options...
LatSo Posted July 3, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 296 Reputation: 2 Joined: 04/11/13 Last Seen: December 22, 2020 Share Posted July 3, 2013 Sir Cydh, Is this compatible in the recently released renewal atk diff? renewal atk isn't released yet, it still as test. so, if u're using the clean svn, it should work. If renewal atk is released, of course I'll update the patch for it I see! Thanks for this! Quote Link to comment Share on other sites More sharing options...
Mad Walker Posted July 7, 2013 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 177 Reputation: 9 Joined: 06/25/12 Last Seen: October 31, 2016 Share Posted July 7, 2013 (edited) Wow great release! Edited July 7, 2013 by Qube Eks Quote Link to comment Share on other sites More sharing options...
LatSo Posted July 7, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 296 Reputation: 2 Joined: 04/11/13 Last Seen: December 22, 2020 Share Posted July 7, 2013 Sir Cydh, Is this compatible in the recently released renewal atk diff? renewal atk isn't released yet, it still as test. so, if u're using the clean svn, it should work. If renewal atk is released, of course I'll update the patch for it Now sir it's released, any updates on the patch? Quote Link to comment Share on other sites More sharing options...
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.