diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-12 15:23:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-12 15:23:45 -0300 |
commit | 25202506530bdf201d322bccecb2d16fbff98327 (patch) | |
tree | d1b2555fb5b8a32228a6929d30719e2320651063 /npc/functions/util.txt | |
parent | 34a75ab04abe8358e8844462f69050f894ca64ea (diff) | |
download | serverdata-25202506530bdf201d322bccecb2d16fbff98327.tar.gz serverdata-25202506530bdf201d322bccecb2d16fbff98327.tar.bz2 serverdata-25202506530bdf201d322bccecb2d16fbff98327.tar.xz serverdata-25202506530bdf201d322bccecb2d16fbff98327.zip |
Move this to the right place, demand this quest which cannot be complete yet
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 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; |