diff options
Diffstat (limited to 'npc/002-3/elmo.txt')
-rw-r--r-- | npc/002-3/elmo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-3/elmo.txt b/npc/002-3/elmo.txt index 3aa022b19..70669e1b4 100644 --- a/npc/002-3/elmo.txt +++ b/npc/002-3/elmo.txt @@ -149,8 +149,8 @@ function ExpBoost { // Current (2019-04-27) top is 80/80/75, meaning a 19% EXP Boost. .@AVG_LEVEL=($@hoblvl_value[0]+$@hoblvl_value[1]+$@hoblvl_value[2])/3; .@BONUS=.@AVG_LEVEL/4; - sc_end SC_OVERLAPEXPUP; - sc_start SC_OVERLAPEXPUP, 3600000, min(25, .@BONUS); + sc_end SC_CASH_PLUSEXP; + sc_start SC_CASH_PLUSEXP, 3600000, min(25, .@BONUS); mesc l("EXP Gain raised in @@% for one hour!", min(25, .@BONUS)), 2; return; } |