summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-17 23:52:34 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-17 23:52:34 -0300
commitc35966a7eb2466daeef18e469187cacab3a52b5c (patch)
tree173ed3b2b553c7a310d2b574a30e0cc236470caa /npc/functions/util.txt
parentb252c4e956b952d5fc4b3526aa6100ec3332a9d0 (diff)
downloadserverdata-c35966a7eb2466daeef18e469187cacab3a52b5c.tar.gz
serverdata-c35966a7eb2466daeef18e469187cacab3a52b5c.tar.bz2
serverdata-c35966a7eb2466daeef18e469187cacab3a52b5c.tar.xz
serverdata-c35966a7eb2466daeef18e469187cacab3a52b5c.zip
(Untested) Naem's Quest. You can now acquire the Miner Tank Top.
This tanktop will be the most powerful armor you can get "normally". Everything else relies on crafting.
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 7cd1d500b..bc76b5361 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -277,6 +277,10 @@ function script reputation {
if (getq(MineQuest_Caelum) >= 2)
.@nr=.@nr+1;
+ // Naem Quest (+1 rep)
+ if (getq(MineQuest_Naem) >= 3)
+ .@nr=.@nr+1;
+
// Veteran Officer Quest (+1 rep)
if (getq(TulimsharQuest_WoodenSword) >= 2)
.@nr=.@nr+1;