From 94a5f33d0d97652e9bcd75948a713c0f114c92e5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 4 Feb 2022 15:06:20 -0300 Subject: First part of Mirio's Quest --- npc/functions/hub.txt | 1 + npc/functions/util.txt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/functions') 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; -- cgit v1.2.3-70-g09d2