diff options
-rw-r--r-- | npc/functions/util.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index c2bdd9bbf..e673bcaba 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -333,15 +333,15 @@ function script reputation { .@nr=.@nr+1; // Blue Sage: Slime Hunting Quest (+1 rep) - if (getq(NivalisQuest_BlueSageSlimes) >= 12) + if (getq(NivalisQuest_BlueSageSlimes) >= 2) .@nr=.@nr+1; // Blue Sage: Page Makers Quest (+1 rep) - if (getq(NivalisQuest_BlueSagePagemaker) >= 12) + if (getq(NivalisQuest_BlueSagePagemaker) >= 1) .@nr=.@nr+1; // Blue Sage: Page Finders Quest (+1 rep) - if (getq(NivalisQuest_BlueSagePagefinder) >= 12) + if (getq(NivalisQuest_BlueSagePagefinder) >= 1) .@nr=.@nr+1; // NIVALIS Magical Forumula |