diff options
-rw-r--r-- | npc/015-3/arkim.txt | 2 | ||||
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/015-3/arkim.txt b/npc/015-3/arkim.txt index 0db5e3142..21a5ce307 100644 --- a/npc/015-3/arkim.txt +++ b/npc/015-3/arkim.txt @@ -121,7 +121,7 @@ L_Research: case 6: mesq l("@@ is developing these potions.", "Frostia Dwarves"); break; default: - mesq l("@@ is developing these potions.", "Jesusalva"); // TODO: Clotho, Lachesis and Atropos + mesq l("@@ is developing these potions.", "Jesusalva"); // TODO: Lachesis and Atropos break; } 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)) { |