diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-02-04 15:06:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-02-04 15:06:20 -0300 |
commit | 94a5f33d0d97652e9bcd75948a713c0f114c92e5 (patch) | |
tree | a86b75a5c8ac3e53811850960f6ad30a8e831d01 /npc/functions | |
parent | 0f5fc81dd7658ee9b638d321fbe75561449ded17 (diff) | |
download | serverdata-94a5f33d0d97652e9bcd75948a713c0f114c92e5.tar.gz serverdata-94a5f33d0d97652e9bcd75948a713c0f114c92e5.tar.bz2 serverdata-94a5f33d0d97652e9bcd75948a713c0f114c92e5.tar.xz serverdata-94a5f33d0d97652e9bcd75948a713c0f114c92e5.zip |
First part of Mirio's Quest
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/hub.txt | 1 | ||||
-rw-r--r-- | npc/functions/util.txt | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 443b600b5..d3d72ed12 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -1324,6 +1324,7 @@ function script HUB_PCBonus { bonus2 bSubRace, RC_Legendary, getskilllv(AL_DP)-10; if (getq(LoFQuest_Barbara) >= 4 || getq(General_Narrator) >= 19) bonus bMaxSP, 40; + return; } diff --git a/npc/functions/util.txt b/npc/functions/util.txt index bd6b20172..05699b68a 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -460,11 +460,11 @@ function script reputation { .@nr=.@nr+1; // Mirio Quest (+1 rep) - //if (getq(HalinarzoQuest_Speed) >= 2) - // .@nr=.@nr+1; + if (getq(HalinarzoQuest_Speed) >= 1) + .@nr=.@nr+1; // HALINARZO Magical Forumula - .@nr=.@nr*100/7; + .@nr=.@nr*100/8; |