diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-05 14:21:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-05 14:21:00 -0300 |
commit | 72599e615cfc3f4df4b9c502c8fd91fcebfe3250 (patch) | |
tree | 498b524394e45ee9462ffac9c86eb97e9b0140d7 /npc/functions/util.txt | |
parent | ea428820c96402613a8b8c6c88328b8bf34db1be (diff) | |
download | serverdata-72599e615cfc3f4df4b9c502c8fd91fcebfe3250.tar.gz serverdata-72599e615cfc3f4df4b9c502c8fd91fcebfe3250.tar.bz2 serverdata-72599e615cfc3f4df4b9c502c8fd91fcebfe3250.tar.xz serverdata-72599e615cfc3f4df4b9c502c8fd91fcebfe3250.zip |
Add Jhon H's Quest
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; |