diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-06 13:32:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-06 13:32:05 -0300 |
commit | 1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa (patch) | |
tree | e88d929891d2bb771be44bb3d673659a9eb8c5f8 /npc/functions/clientversion.txt | |
parent | 247ad6f29c2537d0a251c018ae9e87d318125f96 (diff) | |
download | serverdata-1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa.tar.gz serverdata-1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa.tar.bz2 serverdata-1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa.tar.xz serverdata-1da4376b9c440a9d3bc0f36c0a0e9c003ec156aa.zip |
Quest-exclusive recipe: [Braknar Shield], automatically unlocked, not a blueprint
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index b971f10f2..41fe19275 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -638,9 +638,16 @@ function script clientupdater { // qua set 4 11:07:12 -03 2019 if (UPDATE < 1567606032) { UPDATE=1567606032; + // Leather Quiver update if (countitem(LeatherQuiver)) { getitem TitaniumOre, countitem(LeatherQuiver)*3; - dispbottom l("Titanium Ore refunded on Leather Quiver update."); + getitem Coal, countitem(LeatherQuiver)*2; + dispbottom l("Titanium Ore and COal refunded on Leather Quiver update."); + } + // Braknar shield recipe + if (getq(NivalisQuest_Baktar) >= 3) { + RECIPES_EQUIPMENT[CraftBraknarShield]=true; + dispbottom l("Braknar Shield Recipe unlocked!"); } // Orby's fix if (strcharinfo(0) == "Orby") { |