diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-15 16:53:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-15 16:53:26 -0300 |
commit | 63a40b647b56fb7f63165b4dd78861ea5ac10314 (patch) | |
tree | f4f8d653a4423f59fd3d2c5ba39f9570b695e0cf /npc/functions/clientversion.txt | |
parent | 3e223300912ce4c114a0949fe49612449ffdafb7 (diff) | |
download | serverdata-63a40b647b56fb7f63165b4dd78861ea5ac10314.tar.gz serverdata-63a40b647b56fb7f63165b4dd78861ea5ac10314.tar.bz2 serverdata-63a40b647b56fb7f63165b4dd78861ea5ac10314.tar.xz serverdata-63a40b647b56fb7f63165b4dd78861ea5ac10314.zip |
Cards can now be inserted on all weapons, clientversion.txt fixes
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 10 |
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. |