diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-25 21:47:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-25 21:47:17 -0300 |
commit | ded8a295185c84588943e57202d43131c2f9817e (patch) | |
tree | 9a300b6dd4d705af2b145fced6139b28e8b59f9c /npc/002-3/elmo.txt | |
parent | 0b2653945a56580957b373f92926876a593087b3 (diff) | |
download | serverdata-ded8a295185c84588943e57202d43131c2f9817e.tar.gz serverdata-ded8a295185c84588943e57202d43131c2f9817e.tar.bz2 serverdata-ded8a295185c84588943e57202d43131c2f9817e.tar.xz serverdata-ded8a295185c84588943e57202d43131c2f9817e.zip |
Noob EXP-Up messages
Diffstat (limited to 'npc/002-3/elmo.txt')
-rw-r--r-- | npc/002-3/elmo.txt | 1 |
1 files changed, 1 insertions, 0 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; } |