diff options
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") { |