diff options
author | Michieru <Michieru@users.noreply.github.com> | 2014-04-19 11:57:58 +0200 |
---|---|---|
committer | Michieru <Michieru@users.noreply.github.com> | 2014-04-19 11:57:58 +0200 |
commit | 5a5a32793bbfa5d1aeb76a0232ad4312f690b2c3 (patch) | |
tree | 6ed45daf9eff8732e505eeb4de63cc0b528a7bb0 /conf | |
parent | 446ce4a3179163fbdef68b39c69db3943222698c (diff) | |
download | hercules-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 'conf')
-rw-r--r-- | conf/battle/player.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/battle/player.conf b/conf/battle/player.conf index c11015937..cdfcece8d 100644 --- a/conf/battle/player.conf +++ b/conf/battle/player.conf @@ -82,13 +82,16 @@ max_sp: 1000000 max_parameter: 99 // Same as max_parameter, but for 3rd classes. -max_third_parameter: 120 +max_third_parameter: 130 + +// Same as max_parameter, but for extend classes (Ex. Super Novice, Kagero/Oboro, Rebellion). +max_extended_parameter: 125 // Same as max_parameter, but for baby classes. max_baby_parameter: 80 // Same as max_parameter, but for baby 3rd's. -max_baby_third_parameter: 108 +max_baby_third_parameter: 117 // Max armor def/mdef // NOTE: This setting have no effect if server is run on Renewal Mode (RENEWAL) |