summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-11-24 03:53:02 -0300
committerJesusaves <cpntb1@ymail.com>2021-11-24 03:53:02 -0300
commitb6556b944451b657993d9d7c9686dce8590bfd5e (patch)
treeb5eec07b0501a8456df65117d0a6b67a984f5d85 /npc/functions
parente23861f82da47c02d4fcb2067ca9d5f570f7ee3d (diff)
downloadserverdata-b6556b944451b657993d9d7c9686dce8590bfd5e.tar.gz
serverdata-b6556b944451b657993d9d7c9686dce8590bfd5e.tar.bz2
serverdata-b6556b944451b657993d9d7c9686dce8590bfd5e.tar.xz
serverdata-b6556b944451b657993d9d7c9686dce8590bfd5e.zip
Modify part of Frostia's homun quest, add MP bonus for MQ 18 showdown,
nerf MP regen skill in 700ms. No additional explanation regarding the MP bonus is needed, if you've been paying attention.
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/hub.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 6ae3f4dd0..2a6dd9ba0 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -1174,6 +1174,8 @@ function script HUB_PCBonus {
}
/* Passive Skills */
bonus2 bSubRace, RC_Legendary, getskilllv(AL_DP)-10;
+ if (getq(LoFQuest_Barbara) >= 4 || getq(General_Narrator) >= 19)
+ bonus bMaxSP, 40;
return;
}