diff options
-rw-r--r-- | npc/002-3/elmo.txt | 1 | ||||
-rw-r--r-- | npc/002-3/nard.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/002-3/elmo.txt b/npc/002-3/elmo.txt index ee36f8e2b..3aa022b19 100644 --- a/npc/002-3/elmo.txt +++ b/npc/002-3/elmo.txt @@ -151,6 +151,7 @@ function ExpBoost { .@BONUS=.@AVG_LEVEL/4; sc_end SC_OVERLAPEXPUP; sc_start SC_OVERLAPEXPUP, 3600000, min(25, .@BONUS); + mesc l("EXP Gain raised in @@% for one hour!", min(25, .@BONUS)), 2; return; } diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index ca3eb852e..bd0fa8109 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -67,7 +67,7 @@ L_Checker: sc_end SC_OVERLAPEXPUP; sc_start SC_OVERLAPEXPUP, 3600000, min(25, .@BONUS); specialeffect FX_SPECIAL, SELF, getcharid(3); - mesc l("EXP Gain raised in @@% for one hour!", .@BONUS), 2; + mesc l("EXP Gain raised in @@% for one hour!", min(25, .@BONUS)), 2; next; showavatar NPC_NARD; mesn; |