diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-24 18:37:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-24 18:37:06 -0300 |
commit | 353af3184a6f38c565f169155737c86bd3f5577f (patch) | |
tree | 6675269996cf4bcde32db14e068d50d50466a738 /npc/functions | |
parent | e9ae317ce07469a7de1d4680672bb376eb788ee8 (diff) | |
download | serverdata-353af3184a6f38c565f169155737c86bd3f5577f.tar.gz serverdata-353af3184a6f38c565f169155737c86bd3f5577f.tar.bz2 serverdata-353af3184a6f38c565f169155737c86bd3f5577f.tar.xz serverdata-353af3184a6f38c565f169155737c86bd3f5577f.zip |
LoF Bot Quest for @Cordo
As promised. The coin can also be obtained by farming, if player sells it.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/util.txt | 6 |
1 files changed, 5 insertions, 1 deletions
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; |