diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-26 01:59:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-26 01:59:25 -0300 |
commit | d490d1aaae9104ea2f48caf7a415b9f7fe074418 (patch) | |
tree | 1caa77506d5d44399fd5790471e529e0b6c9218b /npc/commands/rate-management.txt | |
parent | e55ca41448d0d66e6d007c4d27ff8066bb44f766 (diff) | |
download | serverdata-d490d1aaae9104ea2f48caf7a415b9f7fe074418.tar.gz serverdata-d490d1aaae9104ea2f48caf7a415b9f7fe074418.tar.bz2 serverdata-d490d1aaae9104ea2f48caf7a415b9f7fe074418.tar.xz serverdata-d490d1aaae9104ea2f48caf7a415b9f7fe074418.zip |
Update Monster King on Nivalis Liberation Day
Diffstat (limited to 'npc/commands/rate-management.txt')
-rw-r--r-- | npc/commands/rate-management.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt index 07e0eaf19..abf8a193b 100644 --- a/npc/commands/rate-management.txt +++ b/npc/commands/rate-management.txt @@ -78,8 +78,8 @@ OnPlayerCall: // GM calls take precedence at any time! if (.max_hours > 0 || .hours > 0) end; - // $@EXP_EVENT will determine the boost and shall NEVER be above 20% - $@EXP_EVENT=max(0, min(120, $@EXP_EVENT)); + // $@EXP_EVENT will determine the boost and shall NEVER be above 25% + $@EXP_EVENT=max(0, min(125, $@EXP_EVENT)); .hours = 0; .max_hours = 1; // Always one hour - never more than that |