summaryrefslogtreecommitdiff
path: root/npc/002-3/nard.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-28 17:41:40 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-28 17:41:40 -0300
commit6a6ccf27161b239c974b4dadcb3cfc275f3581d7 (patch)
treed00870cb27fb2c6fe4b2a90f205a24d108e4e428 /npc/002-3/nard.txt
parentfec35860f0876dd7bb74a13896c28532c91ca766 (diff)
parentd50cb8eff8d4f143b553cc33401f60baa6b03873 (diff)
downloadserverdata-6a6ccf27161b239c974b4dadcb3cfc275f3581d7.tar.gz
serverdata-6a6ccf27161b239c974b4dadcb3cfc275f3581d7.tar.bz2
serverdata-6a6ccf27161b239c974b4dadcb3cfc275f3581d7.tar.xz
serverdata-6a6ccf27161b239c974b4dadcb3cfc275f3581d7.zip
Partly Merge branch 'master' into testserver
Conflicts: npc/commands/rate-management.txt npc/functions/mobpoint.txt
Diffstat (limited to 'npc/002-3/nard.txt')
-rw-r--r--npc/002-3/nard.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt
index 5feca5164..ce0e513f2 100644
--- a/npc/002-3/nard.txt
+++ b/npc/002-3/nard.txt
@@ -63,11 +63,13 @@ L_Checker:
mesc l("Talk to Elmo to get an EXP UP Boost until level 15!"), 2;
// 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);
+ .@BONUS=min(25, .@AVG_LEVEL/4);
+ sc_end SC_CASH_PLUSEXP;
+ sc_end SC_CASH_RECEIVEITEM;
+ sc_start SC_CASH_PLUSEXP, 3600000, .@BONUS;
+ sc_start SC_CASH_RECEIVEITEM, 3600000, .@BONUS;
specialeffect FX_SPECIAL, SELF, getcharid(3);
- mesc l("EXP Gain raised in @@% for one hour!", min(25, .@BONUS)), 2;
+ mesc l("EXP Gain raised in @@% for one hour!", .@BONUS), 2;
next;
showavatar NPC_NARD;
mesn;
@@ -129,7 +131,7 @@ L_FirstLogin:
close;
-L_NeedHead:
+L_NeedHelp:
mes "";
mesn;
mesq l("You're pretty much stranded on this forsaken island if you don't help me!");