diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/clientversion.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 79e91f376..701d6cd68 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -645,7 +645,7 @@ function script clientupdater { if (countitem(LeatherQuiver)) { getitem TitaniumOre, countitem(LeatherQuiver)*3; getitem Coal, countitem(LeatherQuiver)*2; - dispbottom l("Titanium Ore and COal refunded on Leather Quiver update."); + dispbottom l("Titanium Ore and Coal refunded on Leather Quiver update."); } // Braknar shield recipe if (getq(NivalisQuest_Baktar) >= 3) { @@ -725,10 +725,11 @@ function script clientupdater { if (UPDATE < 1573085741) { UPDATE=1573085741; // Login reward fix - if (#LOGIN_ALLTIME >= 6) { + if (#LOGIN_ALLTIME >= 6 && #UPDATE < 1573085741) { dispbottom l("CONGRATULATIONS! For a semester worth of logins, you're getting a pet!"); makepet Piou; } + #UPDATE=1573085741; // Ryan Quest if (getq(HalinarzoQuest_LifeDelight) >= 3) |