summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorMichieru <Michieru@users.noreply.github.com>2014-04-19 11:57:58 +0200
committerMichieru <Michieru@users.noreply.github.com>2014-04-19 11:57:58 +0200
commit5a5a32793bbfa5d1aeb76a0232ad4312f690b2c3 (patch)
tree6ed45daf9eff8732e505eeb4de63cc0b528a7bb0 /src/map/battle.c
parent446ce4a3179163fbdef68b39c69db3943222698c (diff)
downloadhercules-5a5a32793bbfa5d1aeb76a0232ad4312f690b2c3.tar.gz
hercules-5a5a32793bbfa5d1aeb76a0232ad4312f690b2c3.tar.bz2
hercules-5a5a32793bbfa5d1aeb76a0232ad4312f690b2c3.tar.xz
hercules-5a5a32793bbfa5d1aeb76a0232ad4312f690b2c3.zip
Add official support for lvl 175
- Add official Job stats bonus and fix old class (pre-re and re got same stats bonus) - Add official stats points for lvl 150 to 175 - Add new max_parameter for Extend Classes max stats 125 - Change max stats points for the 3rd classes to 130 - Add official Experience table for all classes Add Star Gladiator official renewal exp table Special thanks to Yommy and Muad_Dib for official info
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 282b142d2..001553f1c 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -6712,8 +6712,9 @@ static const struct _battle_data {
/**
* rAthena
**/
- { "max_third_parameter", &battle_config.max_third_parameter, 120, 10, 10000, },
- { "max_baby_third_parameter", &battle_config.max_baby_third_parameter, 108, 10, 10000, },
+ { "max_third_parameter", &battle_config.max_third_parameter, 130, 10, 10000, },
+ { "max_baby_third_parameter", &battle_config.max_baby_third_parameter, 117, 10, 10000, },
+ { "max_extended_parameter", &battle_config.max_extended_parameter, 125, 10, 10000, },
{ "atcommand_max_stat_bypass", &battle_config.atcommand_max_stat_bypass, 0, 0, 100, },
{ "skill_amotion_leniency", &battle_config.skill_amotion_leniency, 90, 0, 300 },
{ "mvp_tomb_enabled", &battle_config.mvp_tomb_enabled, 1, 0, 1 },