summaryrefslogtreecommitdiff
path: root/npc/002-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-27 20:52:03 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-27 20:52:03 -0300
commitea72764cc1c8a817c8476d26c68bf799eda70063 (patch)
tree29eccad1bb630c2f655d4e6eab7ac132b548af8c /npc/002-3
parent9cdd19fcf0c7a3fc0bd25478c49b092693d1ff3a (diff)
downloadserverdata-ea72764cc1c8a817c8476d26c68bf799eda70063.tar.gz
serverdata-ea72764cc1c8a817c8476d26c68bf799eda70063.tar.bz2
serverdata-ea72764cc1c8a817c8476d26c68bf799eda70063.tar.xz
serverdata-ea72764cc1c8a817c8476d26c68bf799eda70063.zip
Change Elmo and Nard EXP boost ID to one which doesn't expires on death.
Diffstat (limited to 'npc/002-3')
-rw-r--r--npc/002-3/elmo.txt4
-rw-r--r--npc/002-3/nard.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/002-3/elmo.txt b/npc/002-3/elmo.txt
index 3aa022b19..70669e1b4 100644
--- a/npc/002-3/elmo.txt
+++ b/npc/002-3/elmo.txt
@@ -149,8 +149,8 @@ function ExpBoost {
// Current (2019-04-27) top is 80/80/75, meaning a 19% EXP Boost.
.@AVG_LEVEL=($@hoblvl_value[0]+$@hoblvl_value[1]+$@hoblvl_value[2])/3;
.@BONUS=.@AVG_LEVEL/4;
- sc_end SC_OVERLAPEXPUP;
- sc_start SC_OVERLAPEXPUP, 3600000, min(25, .@BONUS);
+ sc_end SC_CASH_PLUSEXP;
+ sc_start SC_CASH_PLUSEXP, 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 b127315d0..a45c9c40c 100644
--- a/npc/002-3/nard.txt
+++ b/npc/002-3/nard.txt
@@ -64,8 +64,8 @@ L_Checker:
// Actually, why don't we apply it right now...?
.@AVG_LEVEL=($@hoblvl_value[0]+$@hoblvl_value[1]+$@hoblvl_value[2])/3;
.@BONUS=.@AVG_LEVEL/4;
- sc_end SC_OVERLAPEXPUP;
- sc_start SC_OVERLAPEXPUP, 3600000, min(25, .@BONUS);
+ sc_end SC_CASH_PLUSEXP;
+ sc_start SC_CASH_PLUSEXP, 3600000, min(25, .@BONUS);
specialeffect FX_SPECIAL, SELF, getcharid(3);
mesc l("EXP Gain raised in @@% for one hour!", min(25, .@BONUS)), 2;
next;