diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-03-19 21:39:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-03-19 21:39:41 -0300 |
commit | ebf875e7429f929f324cf681c652ca7338f72e39 (patch) | |
tree | 6e1aea63b0251c5aaeb2fad56dd3059f38171d0e | |
parent | 09b50311e35d27b07c8ae062d7707f4e95766cbc (diff) | |
download | serverdata-ebf875e7429f929f324cf681c652ca7338f72e39.tar.gz serverdata-ebf875e7429f929f324cf681c652ca7338f72e39.tar.bz2 serverdata-ebf875e7429f929f324cf681c652ca7338f72e39.tar.xz serverdata-ebf875e7429f929f324cf681c652ca7338f72e39.zip |
At score 100: 40min -> 2 hours of Lightbringer
At score 110: 1 hour -> 6 hours of Lightbringer
-rw-r--r-- | npc/functions/gmbot.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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)); |