From f992808a952e42109ad5679059828b72a3f632e1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 18 Oct 2021 17:39:09 -0300 Subject: The missing Frostia's Quests... Except for bounty hunter Eldrin --- npc/functions/util.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 3b9b0ba32..28d0a2d9c 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -487,8 +487,20 @@ function script reputation { if (getq(FrostiaQuest_Taenya) >= 2) .@nr=.@nr+1; + // Talindra Quest (+1 rep) + if (getq(FrostiaQuest_Talindra) >= 2) + .@nr=.@nr+1; + + // Gaelira Quest (+1 rep) + if (getq(FrostiaQuest_Gaelira) >= 2) + .@nr=.@nr+1; + + // Saevel Quest (+1 rep) + if (getq(FrostiaQuest_Saevel) >= 2) + .@nr=.@nr+1; + // FROSTIA Magical Forumula - .@nr=.@nr*100/7; + .@nr=.@nr*100/10; -- cgit v1.2.3-70-g09d2