From ea72764cc1c8a817c8476d26c68bf799eda70063 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 27 Jul 2019 20:52:03 -0300 Subject: Change Elmo and Nard EXP boost ID to one which doesn't expires on death. --- npc/002-3/nard.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/002-3/nard.txt') diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index b127315d0..a45c9c40c 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -64,8 +64,8 @@ L_Checker: // Actually, why don't we apply it right now...? .@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); specialeffect FX_SPECIAL, SELF, getcharid(3); mesc l("EXP Gain raised in @@% for one hour!", min(25, .@BONUS)), 2; next; -- cgit v1.2.3-70-g09d2