diff options
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 c83f040b0..dc893403f 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -156,6 +156,10 @@ function script reputation { if (getq(TulimsharQuest_WaterForGuard) >= 3) .@nr=.@nr+1; + // Dausen Quest II (+1 rep) + if (getq(TulimsharQuest_MobTutorial) >= 8) + .@nr=.@nr+1; + // Swezanne Quest (+1 rep) if (getq(TulimsharQuest_Swezanne) >= 1) .@nr=.@nr+1; @@ -211,7 +215,7 @@ function script reputation { .@nr=.@nr+1; // TULIMSHAR Magical Forumula - .@nr=.@nr*100/15; + .@nr=.@nr*100/16; |