From a0a41b91a806a0ec8f50501743067e8d8479291b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 1 Sep 2019 23:42:56 -0300 Subject: Newcomer EXPDROPUP: Only 2/3 of EXP, and full bonus as drop. --- npc/functions/util.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 703e167a5..62e3a9eff 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -856,7 +856,7 @@ function script NewcomerEXPDROPUP { .@BONUS=max(1, .@BONUS); sc_end SC_CASH_PLUSEXP; sc_end SC_CASH_RECEIVEITEM; - sc_start SC_CASH_PLUSEXP, 7200000, .@BONUS; + sc_start SC_CASH_PLUSEXP, 7200000, .@BONUS*2/3; sc_start SC_CASH_RECEIVEITEM, 7200000, .@BONUS; return .@BONUS; } -- cgit v1.2.3-70-g09d2