diff options
Diffstat (limited to 'npc/002-3/elmo.txt')
-rw-r--r-- | npc/002-3/elmo.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/npc/002-3/elmo.txt b/npc/002-3/elmo.txt index 729c09fa7..785eabfe4 100644 --- a/npc/002-3/elmo.txt +++ b/npc/002-3/elmo.txt @@ -149,14 +149,7 @@ function ExpBoost { // Current (2019-04-27) top is 80/80/75, meaning a 19% EXP Boost. // New rules which give 2x exp boost // Current (2019-08-31) top is 85/84/83, meaning a 42% EXP/DROP Boost. - .@AVG_LEVEL=($@hoblvl_value[0]+$@hoblvl_value[1]+$@hoblvl_value[2])/3; - .@BONUS=min(50, .@AVG_LEVEL/2); - .@BONUS-=BaseLevel; - .@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_RECEIVEITEM, 7200000, .@BONUS; + .@BONUS=NewcomerEXPDROPUP(); specialeffect FX_SPECIAL, SELF, getcharid(3); mesc l("EXP Gain raised in @@% for one hour!", .@BONUS), 2; return; |