From 353af3184a6f38c565f169155737c86bd3f5577f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 24 Apr 2020 18:37:06 -0300 Subject: LoF Bot Quest for @Cordo As promised. The coin can also be obtained by farming, if player sells it. --- npc/functions/util.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/functions/util.txt') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 3a745bd7a..eab941c8c 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -328,8 +328,12 @@ function script reputation { if (getq(HurnscaldQuest_Blossom) >= 1) .@nr=.@nr+1; + // LOF Bot Quest (+1 rep) + if (getq(HurnscaldQuest_LOFPass) >= 3) + .@nr=.@nr+1; + // HURNSCALD Magical Forumula - .@nr=.@nr*100/11; + .@nr=.@nr*100/12; -- cgit v1.2.3-70-g09d2