summaryrefslogtreecommitdiff
path: root/conf-tmpl/battle
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-08 01:53:52 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-08 01:53:52 +0000
commit29c065193627bb85bc838b50f5c7d255e5894d85 (patch)
tree39e307588eff97ff085ad21b6aea5a7c5ab9b9cb /conf-tmpl/battle
parent929ac35fb4e18b5c71ad267d692a5c7da28cd7fa (diff)
downloadhercules-29c065193627bb85bc838b50f5c7d255e5894d85.tar.gz
hercules-29c065193627bb85bc838b50f5c7d255e5894d85.tar.bz2
hercules-29c065193627bb85bc838b50f5c7d255e5894d85.tar.xz
hercules-29c065193627bb85bc838b50f5c7d255e5894d85.zip
- Removed the max level configs from battle/exp.txt
- Now NPC_POWERUP uses SC_INCATKRATE instead of SC_EXPLOSIONSPIRITS for enhancing damage. Instead of +1k atk per skilllv, it is +50% atk per skilllv. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5220 54d463be-8e91-2dee-dedb-b68131a5f0ec
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