summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-07 17:23:04 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-07 17:23:04 -0300
commit308de3817d4d70dcd4753f6da3a559a8bcd9c6f5 (patch)
tree76e0a1aebd4e52378a90811afe7f753f78615c0f /npc/functions/util.txt
parent9c3fe38cf165e4bf1bbb1e305d9909afd9c3cc6a (diff)
downloadserverdata-308de3817d4d70dcd4753f6da3a559a8bcd9c6f5.tar.gz
serverdata-308de3817d4d70dcd4753f6da3a559a8bcd9c6f5.tar.bz2
serverdata-308de3817d4d70dcd4753f6da3a559a8bcd9c6f5.tar.xz
serverdata-308de3817d4d70dcd4753f6da3a559a8bcd9c6f5.zip
Allow Time Flask reduction up to 15 mins instead of 10.
Add the new stage from Episode to LoF Reputation
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 68967b55e..7cd1d500b 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -357,7 +357,7 @@ function script reputation {
- // Land Of Fire Quests (5 points)
+ // Land Of Fire Quests (6 points)
} else if (getarg(0) == "LoF") {
// The EPISODE
@@ -367,6 +367,9 @@ function script reputation {
//// Early Christmas (+1 rep)
if (getq(LoFQuest_EPISODE) >= 6)
.@nr=.@nr+1;
+ //// Order's Request (+1 rep)
+ if (getq(LoFQuest_EPISODE) >= 13)
+ .@nr=.@nr+1;
// George Quest (+1 rep)
if (getq(LoFQuest_George) >= 5)
@@ -381,7 +384,7 @@ function script reputation {
.@nr=.@nr+1;
// LAND OF FIRE Magical Forumula
- .@nr=.@nr*100/5;
+ .@nr=.@nr*100/6;