summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-10-17 21:18:44 -0300
committerJesusaves <cpntb1@ymail.com>2021-10-17 21:18:44 -0300
commit0d017cfd1a50f7cc5b2b9c697d694c568154dff5 (patch)
treebd82fd485aefbf416b38ef7a18a805eb50e994e7
parente7d21de36b810e61644f8cc1a5b64be604c34e16 (diff)
downloadserverdata-0d017cfd1a50f7cc5b2b9c697d694c568154dff5.tar.gz
serverdata-0d017cfd1a50f7cc5b2b9c697d694c568154dff5.tar.bz2
serverdata-0d017cfd1a50f7cc5b2b9c697d694c568154dff5.tar.xz
serverdata-0d017cfd1a50f7cc5b2b9c697d694c568154dff5.zip
Oops, my bad
-rw-r--r--npc/functions/util.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 06c2bf703..805bdea60 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -475,8 +475,12 @@ function script reputation {
if (getq(FrostiaQuest_AFKCap) >= 2)
.@nr=.@nr+1;
+ // Jeremy Quest (+1 rep)
+ if (getq(FrostiaQuest_Jeremy) >= 2)
+ .@nr=.@nr+1;
+
// FROSTIA Magical Forumula
- .@nr=.@nr*100/4;
+ .@nr=.@nr*100/5;