From a59d3f7158081d5aa18a238577cc0d971bd68d37 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 21 May 2019 23:39:14 -0300 Subject: Mark the four new Blue Sage Quests as compulsory for Nivalis Ship Discounts. --- npc/functions/util.txt | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'npc/functions/util.txt') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 3bfbd3bea..644954942 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -316,8 +316,24 @@ function script reputation { if (getq(NivalisQuest_Cindy) >= 5) .@nr=.@nr+1; + // Blue Sage: Investigation Quest (+1 rep) + if (getq(NivalisQuest_BlueSage) >= 12) + .@nr=.@nr+1; + + // Blue Sage: Slime Hunting Quest (+1 rep) + if (getq(NivalisQuest_BlueSageSlimes) >= 12) + .@nr=.@nr+1; + + // Blue Sage: Page Makers Quest (+1 rep) + if (getq(NivalisQuest_BlueSagePagemaker) >= 12) + .@nr=.@nr+1; + + // Blue Sage: Page Finders Quest (+1 rep) + if (getq(NivalisQuest_BlueSagePagefinder) >= 12) + .@nr=.@nr+1; + // NIVALIS Magical Forumula - .@nr=.@nr*100/2; + .@nr=.@nr*100/6; -- cgit v1.2.3-60-g2f50