diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-31 15:34:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-31 15:34:58 -0300 |
commit | d168df937aab324fcbb57d7c36a318aff106ac2e (patch) | |
tree | 3bbbb110d774ff2e99e6bfb68befaaa998b48d7a /npc/002-3/elmo.txt | |
parent | 94cf3ce1b0f890f71c049e2cb1e7eb53250b7100 (diff) | |
download | serverdata-d168df937aab324fcbb57d7c36a318aff106ac2e.tar.gz serverdata-d168df937aab324fcbb57d7c36a318aff106ac2e.tar.bz2 serverdata-d168df937aab324fcbb57d7c36a318aff106ac2e.tar.xz serverdata-d168df937aab324fcbb57d7c36a318aff106ac2e.zip |
EXP Bonus duration: 1 hour → 2 hours
Diffstat (limited to 'npc/002-3/elmo.txt')
-rw-r--r-- | npc/002-3/elmo.txt | 4 |
1 files changed, 2 insertions, 2 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; |