diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-12-13 16:26:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-12-13 16:26:52 -0300 |
commit | 6e17435015d3a6d94e4633c9d52b1844f13fd977 (patch) | |
tree | 341958f2c7ac7e166663606faaff9fad819736d1 | |
parent | a3623bfd96a44650ca7e8f684a054d312f1af92a (diff) | |
download | serverdata-6e17435015d3a6d94e4633c9d52b1844f13fd977.tar.gz serverdata-6e17435015d3a6d94e4633c9d52b1844f13fd977.tar.bz2 serverdata-6e17435015d3a6d94e4633c9d52b1844f13fd977.tar.xz serverdata-6e17435015d3a6d94e4633c9d52b1844f13fd977.zip |
The scope of #UPDATE was forgottenr10.4_191212
-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) |