diff options
Diffstat (limited to 'npc/functions/util.txt')
-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 5f2cfac2d..67d14bbea 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -503,8 +503,12 @@ function script reputation { if (getq(FrostiaQuest_Saevel) >= 2) .@nr=.@nr+1; + // Jhon H's Quest (+1 rep) + if (getq(FrostiaQuest_JohnH) >= 1) + .@nr=.@nr+1; + // FROSTIA Magical Forumula - .@nr=.@nr*100/10; + .@nr=.@nr*100/11; |