From d478a507b5434f5487e16c2a64c419ff5650d64c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Jul 2019 13:49:46 -0300 Subject: Improve reports (CV) --- npc/functions/clientversion.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/functions') 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)) { -- cgit v1.2.3-70-g09d2