From da5c5dad4111c7d3c9eace1b06d9b23025b514dd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 28 Mar 2021 15:55:37 -0300 Subject: Nerf rebirth bonuses (all stats -1, exp -9%). Add Trait System to rebirth --- npc/functions/util.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/util.txt') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 342df1531..fb138de01 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -1134,7 +1134,7 @@ function script NewcomerEXPDROPUP { .@BONUS=max(1, .@BONUS); // Rebirth } else { - .@BONUS=REBIRTH*10; + .@BONUS=REBIRTH*1; } // Defaults to 24 hours sc_end SC_CASH_PLUSEXP; -- cgit v1.2.3-60-g2f50