summaryrefslogtreecommitdiff
path: root/conf-tmpl/battle
diff options
context:
space:
mode:
Diffstat (limited to 'conf-tmpl/battle')
-rw-r--r--conf-tmpl/battle/exp.conf14
1 files changed, 2 insertions, 12 deletions
diff --git a/conf-tmpl/battle/exp.conf b/conf-tmpl/battle/exp.conf
index 513d5eeab..494081d08 100644
--- a/conf-tmpl/battle/exp.conf
+++ b/conf-tmpl/battle/exp.conf
@@ -25,6 +25,8 @@
// 1000 miliseconds is 1 second.
// Unless otherwise specified, the minimum value is 0 for all
// features.
+//Note 4: The max level of classes is specified in the exp table.
+// See files db/exp.txt and db/exp2.txt to change them.
//--------------------------------------------------------------
// Rate at which exp. is given. (Note 2) (Note 3)
@@ -87,15 +89,3 @@ disp_zeny: no
// If no, an equation will be used which preserves statpoints earned/lost
// through external means (ie: stat point buyers/sellers)
use_statpoint_table: yes
-
-// Maximum levels. The actual maximum level you can acquire is the minimum between the max
-// defined by the experience table and these values.
-// If a character has a level higher than this maximum, it will not be reverted, it just won't
-// be able to get any more levels.
-// The @/# and script commands to level up will be capped by these max, not by the exp table's.
-//NOTE: The default max base is left at 255 to avoid problems with already existing chars.
-//NOTE: Advanced Job level refers only to advanced second classes (not high novice/first-class)
-max_base_level: 255
-max_job_level: 50
-max_super_novice_level: 99
-max_advanced_job_level: 70