summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 57edb8f72..a2c4d1c37 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -270,7 +270,17 @@ function script clientupdater {
dispbottom l("Croconut Box magically became two in inventory. Storage unaffected."); // Too much hassle affecting storage/cart/etc.
}
}
+ // General Updates
+ // seg jul 15 16:41:35 -03 2019
+ if (UPDATE < 1563219695) {
+ UPDATE=1563219695;
+ // You got recipe book by BSS Quest - mark as complete and get Blueprint
+ if (getq(NivalisQuest_BlueSageSlimes) == 2) {
+ getitem any(AncientBlueprint, AlchemyBlueprintA, EquipmentBlueprintA), 1;
+ CRAFTQUEST=1;
+ }
+ }
// #ADD_LVL means the user have to right to get some levels. This is a sketch. The code might be deleted.