diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-26 13:49:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-26 13:49:46 -0300 |
commit | d478a507b5434f5487e16c2a64c419ff5650d64c (patch) | |
tree | 7b7022b1b1ecd42ee775fa097af1053e6f0ee6b3 /npc/functions | |
parent | ed301596fa930073cae00a2b1c5acc1a39fa8990 (diff) | |
download | serverdata-d478a507b5434f5487e16c2a64c419ff5650d64c.tar.gz serverdata-d478a507b5434f5487e16c2a64c419ff5650d64c.tar.bz2 serverdata-d478a507b5434f5487e16c2a64c419ff5650d64c.tar.xz serverdata-d478a507b5434f5487e16c2a64c419ff5650d64c.zip |
Improve reports (CV)
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 70e8f2112..fea43b6da 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -282,10 +282,12 @@ function script clientupdater { if (getq(NivalisQuest_BlueSageSlimes) == 2) { getitem any(AncientBlueprint, AlchemyBlueprintA, EquipmentBlueprintA), 1; CRAFTQUEST=1; + mesc l("You got a blueprint as reward for Blue Sage Slimes Quest completion."); } // Bounty Hunter Helmet if (MERCENARY_DAILYQUEST > 100) { getitem BountyHunterHelmet, 1; + mesc l("You got a @@ for completing 100+ daily bountyhunter quests!", getitemlink(BountyHunterHelmet)), 2; } // If you have TMW2_CRAFT skill, you need the bonus recipe if (getskilllv(TMW2_CRAFT)) { |