summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-26 13:49:46 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-26 13:49:46 -0300
commitd478a507b5434f5487e16c2a64c419ff5650d64c (patch)
tree7b7022b1b1ecd42ee775fa097af1053e6f0ee6b3 /npc
parented301596fa930073cae00a2b1c5acc1a39fa8990 (diff)
downloadserverdata-d478a507b5434f5487e16c2a64c419ff5650d64c.tar.gz
serverdata-d478a507b5434f5487e16c2a64c419ff5650d64c.tar.bz2
serverdata-d478a507b5434f5487e16c2a64c419ff5650d64c.tar.xz
serverdata-d478a507b5434f5487e16c2a64c419ff5650d64c.zip
Improve reports (CV)
Diffstat (limited to 'npc')
-rw-r--r--npc/015-3/arkim.txt2
-rw-r--r--npc/functions/clientversion.txt2
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)) {