summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-10-18 11:37:50 -0300
committerJesusaves <cpntb1@ymail.com>2021-10-18 11:37:50 -0300
commit1e3d82fa95af0e6bbe5a6f698aac1299b68f583d (patch)
treebb4e6f25c6b8f5013d69b28ba042890c2f75f4d0 /npc/functions
parent0d017cfd1a50f7cc5b2b9c697d694c568154dff5 (diff)
downloadserverdata-1e3d82fa95af0e6bbe5a6f698aac1299b68f583d.tar.gz
serverdata-1e3d82fa95af0e6bbe5a6f698aac1299b68f583d.tar.bz2
serverdata-1e3d82fa95af0e6bbe5a6f698aac1299b68f583d.tar.xz
serverdata-1e3d82fa95af0e6bbe5a6f698aac1299b68f583d.zip
Erlan & Rydel Quest. Frostia no longer uses Nivalis quests to generate its score.
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/util.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 805bdea60..370923bf2 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -459,14 +459,6 @@ function script reputation {
// Frostia Quests (3 points)
} else if (getarg(0) == "Frostia") {
- // Rescue Yeti Quest (+1 rep)
- if (getq(NivalisQuest_Well) >= 2)
- .@nr=.@nr+1;
-
- // Rescue Cindy Quest (+1 rep)
- if (getq(NivalisQuest_Cindy) >= 5)
- .@nr=.@nr+1;
-
// Homunculus Quest (+1 rep)
if (getq(FrostiaQuest_Homunculus) >= 4)
.@nr=.@nr+1;
@@ -479,6 +471,14 @@ function script reputation {
if (getq(FrostiaQuest_Jeremy) >= 2)
.@nr=.@nr+1;
+ // Erlan Quest (+1 rep)
+ if (getq(FrostiaQuest_Erlan) >= 2)
+ .@nr=.@nr+1;
+
+ // Rydel Quest (+1 rep)
+ if (getq(FrostiaQuest_Rydel) >= 2)
+ .@nr=.@nr+1;
+
// FROSTIA Magical Forumula
.@nr=.@nr*100/5;