From ebf875e7429f929f324cf681c652ca7338f72e39 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 19 Mar 2020 21:39:41 -0300 Subject: At score 100: 40min -> 2 hours of Lightbringer At score 110: 1 hour -> 6 hours of Lightbringer --- npc/functions/gmbot.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/functions/gmbot.txt') diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index c5c227338..6a07e8537 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -38,8 +38,8 @@ L_Today: // If you are above 100: +2 minutes per score // If you are above 110: +4 minutes per score if (@lbscore > 100) - @lbscore*=2; - if (@lbscore > 110*2) + @lbscore*=3; + if (@lbscore > 110*3) @lbscore*=2; rentitem Lightbringer, (120*(@lbscore-60)); -- cgit v1.2.3-60-g2f50