diff options
-rw-r--r-- | npc/002-3/elmo.txt | 4 | ||||
-rw-r--r-- | npc/002-3/nard.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/002-3/elmo.txt b/npc/002-3/elmo.txt index 0106d3cb2..f0f9b5d44 100644 --- a/npc/002-3/elmo.txt +++ b/npc/002-3/elmo.txt @@ -153,8 +153,8 @@ function ExpBoost { .@BONUS=min(50, .@AVG_LEVEL/2); sc_end SC_CASH_PLUSEXP; sc_end SC_CASH_RECEIVEITEM; - sc_start SC_CASH_PLUSEXP, 3600000, .@BONUS; - sc_start SC_CASH_RECEIVEITEM, 3600000, .@BONUS; + sc_start SC_CASH_PLUSEXP, 7200000, .@BONUS; + sc_start SC_CASH_RECEIVEITEM, 7200000, .@BONUS; specialeffect FX_SPECIAL, SELF, getcharid(3); mesc l("EXP Gain raised in @@% for one hour!", .@BONUS), 2; return; diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 7a5087897..f87e39beb 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -66,8 +66,8 @@ L_Checker: .@BONUS=min(50, .@AVG_LEVEL/2); sc_end SC_CASH_PLUSEXP; sc_end SC_CASH_RECEIVEITEM; - sc_start SC_CASH_PLUSEXP, 3600000, .@BONUS; - sc_start SC_CASH_RECEIVEITEM, 3600000, .@BONUS; + sc_start SC_CASH_PLUSEXP, 7200000, .@BONUS; + sc_start SC_CASH_RECEIVEITEM, 7200000, .@BONUS; specialeffect FX_SPECIAL, SELF, getcharid(3); mesc l("EXP Gain raised in @@% for one hour!", .@BONUS), 2; next; |