From 63a40b647b56fb7f63165b4dd78861ea5ac10314 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 15 Jul 2019 16:53:26 -0300 Subject: Cards can now be inserted on all weapons, clientversion.txt fixes --- npc/functions/clientversion.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'npc/functions') 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. -- cgit v1.2.3-70-g09d2