diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-02-04 15:34:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-02-04 15:34:04 -0300 |
commit | eba87fde79daedc5721daeda218e0a96e3d3307d (patch) | |
tree | aaae340e293f6903b719d4835a2149f29c9cfcad /npc/functions | |
parent | 94a5f33d0d97652e9bcd75948a713c0f114c92e5 (diff) | |
download | serverdata-eba87fde79daedc5721daeda218e0a96e3d3307d.tar.gz serverdata-eba87fde79daedc5721daeda218e0a96e3d3307d.tar.bz2 serverdata-eba87fde79daedc5721daeda218e0a96e3d3307d.tar.xz serverdata-eba87fde79daedc5721daeda218e0a96e3d3307d.zip |
Theoretically, this is Mirio's Quest
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/hub.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index d3d72ed12..907cd20a9 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -1324,6 +1324,8 @@ function script HUB_PCBonus { bonus2 bSubRace, RC_Legendary, getskilllv(AL_DP)-10; if (getq(LoFQuest_Barbara) >= 4 || getq(General_Narrator) >= 19) bonus bMaxSP, 40; + if (getq(HalinarzoQuest_Speed) > 1) + bonus bSpeedAddRate, min(getq(HalinarzoQuest_Speed), 10); return; } |