diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-25 07:27:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-25 07:27:47 -0300 |
commit | 9e18d1ebd224c7860f1406c58810e4b7385b2721 (patch) | |
tree | 215d1c10f6a6a8914b348f513a7eb07caecdc04a /npc/functions/util.txt | |
parent | b808c4e59300409d182a67c07754bc48351a775d (diff) | |
download | serverdata-9e18d1ebd224c7860f1406c58810e4b7385b2721.tar.gz serverdata-9e18d1ebd224c7860f1406c58810e4b7385b2721.tar.bz2 serverdata-9e18d1ebd224c7860f1406c58810e4b7385b2721.tar.xz serverdata-9e18d1ebd224c7860f1406c58810e4b7385b2721.zip |
Register Cindy Quest on ship discounted price
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 df12de57b..6bebfbfb8 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -203,13 +203,17 @@ function script reputation { - // Nivalis Quests (1 points) + // Nivalis Quests (2 points) } else if (getarg(0) == "Nival") { // Nivalis Well Quest (+1 rep) if (getq(NivalisQuest_Well) >= 2) .@nr=.@nr+1; + // Nivalis Well Quest (+1 rep) + if (getq(NivalisQuest_Cindy) >= 5) + .@nr=.@nr+1; + // Final } |