diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-31 15:34:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-31 15:34:35 -0300 |
commit | 94cf3ce1b0f890f71c049e2cb1e7eb53250b7100 (patch) | |
tree | 958c6e4d64aad10abe2a9831a0120b1dd2d8e07d /npc/002-3/nard.txt | |
parent | d6990871549d43efbd981afb257df5064d295d13 (diff) | |
download | serverdata-94cf3ce1b0f890f71c049e2cb1e7eb53250b7100.tar.gz serverdata-94cf3ce1b0f890f71c049e2cb1e7eb53250b7100.tar.bz2 serverdata-94cf3ce1b0f890f71c049e2cb1e7eb53250b7100.tar.xz serverdata-94cf3ce1b0f890f71c049e2cb1e7eb53250b7100.zip |
Initial EXP/DROP boost: Double value (21% → 42%)
Diffstat (limited to 'npc/002-3/nard.txt')
-rw-r--r-- | npc/002-3/nard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 98493b585..7a5087897 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -63,7 +63,7 @@ L_Checker: mesc l("Talk to Elmo to get an EXP UP Boost until level 15!"), 2; // Actually, why don't we apply it right now...? .@AVG_LEVEL=($@hoblvl_value[0]+$@hoblvl_value[1]+$@hoblvl_value[2])/3; - .@BONUS=min(25, .@AVG_LEVEL/4); + .@BONUS=min(50, .@AVG_LEVEL/2); sc_end SC_CASH_PLUSEXP; sc_end SC_CASH_RECEIVEITEM; sc_start SC_CASH_PLUSEXP, 3600000, .@BONUS; |