summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt14
1 files changed, 13 insertions, 1 deletions
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;