diff options
-rw-r--r-- | conf/map/battle/drops.conf | 1 | ||||
-rw-r--r-- | conf/map/battle/exp.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/map/battle/drops.conf b/conf/map/battle/drops.conf index f7a8ab8fb..91fc4e63e 100644 --- a/conf/map/battle/drops.conf +++ b/conf/map/battle/drops.conf @@ -59,6 +59,7 @@ mvp_item_second_get_time: 10000 mvp_item_third_get_time: 2000 // Item drop rates (Note 2) +// Modifying these values is without effect, as it is override during script runtime. // The rate the common items are dropped (Items that are in the ETC tab, besides card) item_rate_common: 100 diff --git a/conf/map/battle/exp.conf b/conf/map/battle/exp.conf index f5b5b2a6c..07f81fee8 100644 --- a/conf/map/battle/exp.conf +++ b/conf/map/battle/exp.conf @@ -33,6 +33,7 @@ //========================================================================= // Rate at which exp. is given. (Note 2) +// Modifying this value is without effect, as it is override during script runtime. base_exp_rate: 100 // Rate at which job exp. is given. (Note 2) |