From ded8a295185c84588943e57202d43131c2f9817e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 25 Jul 2019 21:47:17 -0300 Subject: Noob EXP-Up messages --- npc/002-3/elmo.txt | 1 + npc/002-3/nard.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') 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; -- cgit v1.2.3-60-g2f50