diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-08 19:44:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-08 19:44:39 -0300 |
commit | 34b8252d2332069c22b2c5e37717b3240a05742b (patch) | |
tree | 96ffe94ffbbe1be6d2d4c90bee4e4ab969ee71ed /npc/functions/util.txt | |
parent | c228199c728404114cc10978e36aadd63a6835a7 (diff) | |
download | serverdata-34b8252d2332069c22b2c5e37717b3240a05742b.tar.gz serverdata-34b8252d2332069c22b2c5e37717b3240a05742b.tar.bz2 serverdata-34b8252d2332069c22b2c5e37717b3240a05742b.tar.xz serverdata-34b8252d2332069c22b2c5e37717b3240a05742b.zip |
Rebirth permanent exp bonus: 5% -> 10%
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r-- | npc/functions/util.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 3466cc02e..9fe19f65a 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -924,7 +924,7 @@ function script NewcomerEXPDROPUP { .@BONUS=max(1, .@BONUS); // Rebirth } else { - .@BONUS=REBIRTH*5; + .@BONUS=REBIRTH*10; } // Defaults to 24 hours sc_end SC_CASH_PLUSEXP; |