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.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 370923bf2..3b9b0ba32 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -479,8 +479,16 @@ function script reputation {
if (getq(FrostiaQuest_Rydel) >= 2)
.@nr=.@nr+1;
+ // Meriel Quest (+1 rep)
+ if (getq(FrostiaQuest_Meriel) >= 2)
+ .@nr=.@nr+1;
+
+ // Taenya Quest (+1 rep)
+ if (getq(FrostiaQuest_Taenya) >= 2)
+ .@nr=.@nr+1;
+
// FROSTIA Magical Forumula
- .@nr=.@nr*100/5;
+ .@nr=.@nr*100/7;