From 25a00984205e7d0603cbddfac3085f8119e6dd8d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 24 Jan 2019 17:58:38 -0200 Subject: 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. --- npc/functions/util.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'npc/functions/util.txt') 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; -- cgit v1.2.3-70-g09d2