From 9b1ce893d55542cbb2a6182dc8eb1a40a3f66cd5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 20 Jul 2019 18:55:59 -0300 Subject: Fix auto rate up --- npc/commands/rate-management.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt index f3e7ba77c..e9e858ee1 100644 --- a/npc/commands/rate-management.txt +++ b/npc/commands/rate-management.txt @@ -80,7 +80,7 @@ OnPlayerCall: end; // $@EXP_EVENT will determine the boost and should not be above 25% // Default duration is one hour, or whatever $@EXP_EVENT_TIME is - $@EXP_EVENT=limit(0, $@EXP_EVENT, 150); + $@EXP_EVENT=200+limit(0, $@EXP_EVENT, 150); $@EXP_EVENT_TIME=limit(1, $@EXP_EVENT_TIME, 6); // Default duration is one hour, or whatever $@EXP_EVENT_TIME is -- cgit v1.2.3-70-g09d2