diff options
author | shennetsind <ind@henn.et> | 2013-04-02 22:22:23 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-02 22:22:23 -0300 |
commit | e702cc0ab6dccfd0a10b5a1881841452c326affc (patch) | |
tree | 5060b0e6187773b7e8e5f7ba900188850e475e8e /src/map/battle.h | |
parent | 57dff2db23556d01beedd8af95a41e4f03f66681 (diff) | |
download | hercules-e702cc0ab6dccfd0a10b5a1881841452c326affc.tar.gz hercules-e702cc0ab6dccfd0a10b5a1881841452c326affc.tar.bz2 hercules-e702cc0ab6dccfd0a10b5a1881841452c326affc.tar.xz hercules-e702cc0ab6dccfd0a10b5a1881841452c326affc.zip |
Introducing 5 new/official mapflags.
They're:
- weapon_damage_rate
- magic_damage_rate
- misc_damage_rate
- long_damage_rate
- short_damage_rate
Dropped 15 battle settings that became pointless with this upgrade.
Updated battleground zone damage reductions, skill damage from -30% to -20% and weapon damage from -40% to -30%.
Special Thanks to Muad_Dib.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index e6f860b5a..cd07e25f9 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -232,17 +232,7 @@ struct Battle_Config { int pc_cloak_check_type; int monster_cloak_check_type; int estimation_type; - int gvg_short_damage_rate; - int gvg_long_damage_rate; - int gvg_weapon_damage_rate; - int gvg_magic_damage_rate; - int gvg_misc_damage_rate; int gvg_flee_penalty; - int pk_short_damage_rate; - int pk_long_damage_rate; - int pk_weapon_damage_rate; - int pk_magic_damage_rate; - int pk_misc_damage_rate; int mob_changetarget_byskill; int attack_direction_change; int land_skill_limit; @@ -439,11 +429,6 @@ struct Battle_Config { // [BattleGround Settings] int bg_update_interval; - int bg_short_damage_rate; - int bg_long_damage_rate; - int bg_weapon_damage_rate; - int bg_magic_damage_rate; - int bg_misc_damage_rate; int bg_flee_penalty; // rAthena |