summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-02-04 15:06:20 -0300
committerJesusaves <cpntb1@ymail.com>2022-02-04 15:06:20 -0300
commit94a5f33d0d97652e9bcd75948a713c0f114c92e5 (patch)
treea86b75a5c8ac3e53811850960f6ad30a8e831d01 /npc/functions/util.txt
parent0f5fc81dd7658ee9b638d321fbe75561449ded17 (diff)
downloadserverdata-94a5f33d0d97652e9bcd75948a713c0f114c92e5.tar.gz
serverdata-94a5f33d0d97652e9bcd75948a713c0f114c92e5.tar.bz2
serverdata-94a5f33d0d97652e9bcd75948a713c0f114c92e5.tar.xz
serverdata-94a5f33d0d97652e9bcd75948a713c0f114c92e5.zip
First part of Mirio's Quest
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index bd6b20172..05699b68a 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -460,11 +460,11 @@ function script reputation {
.@nr=.@nr+1;
// Mirio Quest (+1 rep)
- //if (getq(HalinarzoQuest_Speed) >= 2)
- // .@nr=.@nr+1;
+ if (getq(HalinarzoQuest_Speed) >= 1)
+ .@nr=.@nr+1;
// HALINARZO Magical Forumula
- .@nr=.@nr*100/7;
+ .@nr=.@nr*100/8;