summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-24 17:58:38 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-24 17:58:38 -0200
commit25a00984205e7d0603cbddfac3085f8119e6dd8d (patch)
treecbe3d63dfd0385b2ad2cd90f50c24022862c9329 /npc/functions/util.txt
parent24b9d55acf3157ec91a2ae6fb380acab5e196bdc (diff)
downloadserverdata-25a00984205e7d0603cbddfac3085f8119e6dd8d.tar.gz
serverdata-25a00984205e7d0603cbddfac3085f8119e6dd8d.tar.bz2
serverdata-25a00984205e7d0603cbddfac3085f8119e6dd8d.tar.xz
serverdata-25a00984205e7d0603cbddfac3085f8119e6dd8d.zip
Lieutenant Paul quest - slay as many monsters as you can!
This is a good quest to aid players level 20~30 get experience and make game difficulty smoother (they'll be here, Lua send them here). Each stage is twice as hard as the previous one, though.
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index c12a883bf..d2f67bfab 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -219,7 +219,7 @@ function script reputation {
- // Hurnscald Quests (8 points)
+ // Hurnscald Quests (9 points)
} else if (getarg(0) == "Hurns") {
// Alan Quest (+1 rep)
@@ -261,8 +261,12 @@ function script reputation {
if (getq(HurnscaldQuest_Woody) >= 5)
.@nr=.@nr+1;
+ // Lieutenant Quest (+1 rep)
+ if (getq(HurnscaldQuest_Lieutenant) >= 10)
+ .@nr=.@nr+1;
+
// HURNSCALD Magical Forumula
- .@nr=.@nr*100/8;
+ .@nr=.@nr*100/9;