diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-16 17:25:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-16 17:25:06 -0300 |
commit | 16bd8bbb9905014f470e4d3704f649b766008ae5 (patch) | |
tree | b5c18d5aa0fb7d3e97f53d2f0ba033c734c34b0c /conf/map | |
parent | ca5260325eb853f40dacec8061917e9b20935364 (diff) | |
download | serverdata-16bd8bbb9905014f470e4d3704f649b766008ae5.tar.gz serverdata-16bd8bbb9905014f470e4d3704f649b766008ae5.tar.bz2 serverdata-16bd8bbb9905014f470e4d3704f649b766008ae5.tar.xz serverdata-16bd8bbb9905014f470e4d3704f649b766008ae5.zip |
@exprate will now raise Job Exp rate too
Diffstat (limited to 'conf/map')
-rw-r--r-- | conf/map/battle/exp.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/map/battle/exp.conf b/conf/map/battle/exp.conf index 6caa749e2..1aae6c22d 100644 --- a/conf/map/battle/exp.conf +++ b/conf/map/battle/exp.conf @@ -37,6 +37,7 @@ base_exp_rate: 100 // Rate at which job exp. is given. (Note 2) +// Modifying this value is without effect, as it is override during script runtime. job_exp_rate: 100 // Turn this on to allow a player to level up more than once from a kill. (Note 1) |