diff options
Diffstat (limited to 'src/map/config/Renewal.h')
-rw-r--r-- | src/map/config/Renewal.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/map/config/Renewal.h b/src/map/config/Renewal.h index 974c733b4..81aaea9ad 100644 --- a/src/map/config/Renewal.h +++ b/src/map/config/Renewal.h @@ -30,6 +30,14 @@ #define RECASTING 1 /** + * Renewal Drop Rate Modifier + * @values: 1 (enabled) or 0 (disabled) + * - When enabled a modifier based on difference between the player and the monster level is applied, + * - based on the http://irowiki.org/wiki/Drop_System#Level_Factor table + **/ +#define RE_DROP_MOD 1 + +/** * Renewal Cast Time : Variable-Free * - Value required for no variable cast time with stats. * - Formula: (casterDex x 2) + (casterInt) |